User profile: zydeholic

User info
User name:zydeholic
History
Joined:
Number of posts:27
Latest posts:

Am I better off learning with GCC rather than VC++?
@lastchance It compiled in VC++ when by value, but not with G++/CLion. Ok, more complete code: [...

Am I better off learning with GCC rather than VC++?
GCC and G++ have dates of 5/18/2018, and I just downloaded i686-8.1.0-posix-dwarf-rt_v6-rev0 yester...

Am I better off learning with GCC rather than VC++?
My definition code is: [code] bool write_header(std::ofstream ); bool write_detail(std::ofstream , ...

Am I better off learning with GCC rather than VC++?
Thanks to you both. Yeah, the GCC message was a bit cryptic for me to decipher. [quote]error: use ...

Am I better off learning with GCC rather than VC++?
I tried Geany and CodeBlocks and found it took too long to debug with those, and went with VS C++, a...