User profile: piotr5

User info
User name:piotr5
History
Joined:
Number of posts:31
Latest posts:

same name for type as for an array-variable
obviously it is possible to use same name for type and for variable-name. compiler doesn't mind. how...

keyword "class" is inconsistent?
class c {int i,j,k;}; class c; int main(){} this simple program has no problem to get compile...

is the standard explicitly demanding short to be implicitly cast to int?
why do I get a warning in the code below, both gcc and clang?!?! is there a way to overload operato...

ordering deferred instantiation
probably should have mentioned: I use "g++-7.2.0 -std=c++17" [b]Edit:[/b]to run in c++shell: [code]#...

ordering deferred instantiation
thanks, this answers my original question. but as for "same include file": [code]#include <iostream>...