Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~8K People Reached
About Me

"When I first appear I seem mysterious, but once explained I'm nothing serious."

Interests
designing music videos, html, film editing, photoshop, c++, playing video games, watching anime, creative…
PC Specs
Windows XP Pentium 4 Processor Toshiba Laptop It's not the most mighty of computers but it gets the…
Favorite Forums
Favorite Tags
c++ x 4
Member Avatar for Narue

Post your tips for making life easier in C and C++. I'll start: [SIZE=3][B]Standard vector object initialization[/B][/SIZE] The biggest problem with the standard vector class is that one can't use an array initializer. This forces us to do something like this: [code] #include <iostream> #include <vector> using namespace std; int …

Member Avatar for bector
2
8K
Member Avatar for chaosfromthesky

Hey I am not that well versed in C++ and just recently switched my microsoft visual program from 6.0 to the 2005 version (computer switch.) I saved all my programs and converted them over to the new program however it keeps saying LINK : warning LNK4076: invalid incremental status file …

Member Avatar for Ancient Dragon
0
125