Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~3K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Tags

4 Posted Topics

Member Avatar for Coach_Nate

[inlinecode]atoi[/inlinecode] is a C function that works in C++. e.g.: [code] #include <iostream> #include <cstdio> #include <cstring> int main() { char s[80]; int i; cin>>s; i = atoi(s); cout>>i; return 0; } [/code] My C++ is a little rusty, but that's my example. Using the [inlinecode]String[/inlinecode] class might be a …

Member Avatar for rubberman
0
278
Member Avatar for Dani

Sorry to point this out, but you've got a long way to go against The CBoarders, the other team that I'm watching . . . the're in the top 1%. But keep going! [edit] Team number: 43476 [/edit]

Member Avatar for mitrmkar
4
2K
Member Avatar for kawk

Can anyone point me towards a good tutorial or book for learning PHP? Thanks.

Member Avatar for Phaelax
0
111
Member Avatar for Asif_NSU

Or, link it this this: [code] gcc exefile.exe objfile.obj -stdcxx [/code] Or something like that. If that doesn't work, try [inlinecode]libstd[/inlinecode] or [inlinecode]libcxx[/inlinecode] Hope this helps.

Member Avatar for perniciosus
0
201

The End.