- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
4 Posted Topics
[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 …
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]
Can anyone point me towards a good tutorial or book for learning PHP? Thanks.
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.
The End.
kawk