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
~326 People Reached
Favorite Forums
Favorite Tags
Member Avatar for Lordstr

I am using Eclipse to right there It is coming up with an error within the switch statement saying that the Clock.* has not been initialized. it says Description "The local variable Clock may not have been initialized" but doesn't that happen when i do "Stopwatch Clock;" I am still …

Member Avatar for Ezzaral
0
236
Member Avatar for Lordstr

I am trying to get to work tried a couple different ways but i am still very new and don't know how to yet index.cpp [code] #include "outline.h" #include "TFP.h" int main() { toonOutline playerToon; toonFillPrint::fill(playerToon); return 0; }[/code] outline.h [code] #include <string> struct toonOutline { <toon info> };[/code] TFP.h …

Member Avatar for Duoas
0
90