User profile: ZachAttack4NDP
User info
User name: ZachAttack4NDP
Email: derekpock@gmail.com Name: Derek Pockrandt Location: Kansas Website: http://realmofpi.no-ip.info, dlzpserver.no-ip.info Bio: Young programmer who has had 3 years in Java, 6 months in C++, and overall 4.5 years of programming. I love Elementary OS as my Linux. C++ is much more interesting and advanced than Java, so I learning more and more in C++. Statistical data Gender: Male Occupation: Student Skills: C++ Java QBasic Bash History
Joined: May 3, 2013 at 12:54am UTC
Number of posts: 8
Latest posts:
Logging Method Formats Thanks, the -std=c++11 worked. I remember reading that somewhere, just forgot to implement it.
Logging Method Formats Having another problem then. I install g++-4.8 and I am still getting
[output]Main_Main.cpp:29:48: e...
Logging Method Formats Okay that should work. I was wanting to not install gcc-4.8, but I figured the benefits outweigh the...
Logging Method Formats I am creating a logging namespace for a game that I am creating. The logging includes a file, and it...
"error: 'foo' was not declared in this scope", but it is...right here Thanks so much, that fixes so many problems. The [code]extern[/code] did it for me.