by Icenel
How to use strtok
|
|
[2 replies] Last: Simply put, it splits a string into tokens when the delimiter is reach... (by closed account zb0S216C)
|
by Icenel
How to use strtok
|
|
[1 reply] : Try this: #include <cstring> #include <stdio.h> char a[ 5 ] = ... (by closed account zb0S216C)
|
by Liam1994
Classing problem
|
|
[3 replies] Last: I don't understand what you want. Why not just add cout << iSecret? ... (by Browni3141)
|
by erry121
Reade first character of each row file txt
|
|
[4 replies] Last: You could do this: #include <fstream> #include <stdio.h> bool ... (by closed account zb0S216C)
|
by vouslavous
some problems this text cleaning program
|
|
[2 replies] Last: to read 1 char at a time does the only thing that needs to be done is ... (by vouslavous)
|
by iit2009154
Deleting
|
|
[3 replies] Last: Actually i am trying to sort a file with integers written into it . I ... (by iit2009154)
|
by like2codecpp
pass class to function fail
|
|
[11 replies] Last: ne555... Thank you for posting that article. It was a very interest... (by sadavied)
|
by phantom
recursive program to raise number to power
|
|
[1 reply] : you've got some syntax issues here... check out the beginners guides t... (by ceruleus)
|
by fernando
Empty strings
|
|
[5 replies] Last: Grey Wolf you're so wise! (by ceruleus)
|
by wgnwpu
How to stringize a string with comma in it?
|
|
[1 reply] : Use an extra set of parens: CSTR((CLASSNAME_TEMPLATED(map, int, ... (by jsmith)
|
How to install systemC under tdm-gcc |
|
[no replies]
|
by Sam034
What should I learn next?
|
|
[11 replies] Last: It seems like SFML is the first library I should learn. There are ... (by Sam034)
|
by vagelis
reallocate with new
|
|
[3 replies] Last: I don't know what copy is doing (I hope it creates elements as well as... (by kbw)
|
by edhelatar
problems with online checker
|
|
[3 replies] Last: It seems to me that you miscalculated t = sqrt( g*h/2 ) while it shoul... (by hamsterman)
|
by sbyres
Reading from a file
|
|
[3 replies] Last: Thanks for the replies. My code is now compiling, but it hangs when re... (by sbyres)
|
by okokok126
some problem about boost::thread
|
|
[no replies]
|
by gwpatrick
why is long double so slow?
|
|
[4 replies] Last: sizeof( long double )=16 sizeof( double )=8 That's not what I expe... (by gwpatrick)
|
by LordRaiden
Is there a way of knowing whether a text file is opened by another application?
|
|
[1 reply] : I guess that you could check the timestamp of the file. In linux you... (by ne555)
|
by DOSIX
making a timer
|
|
[2 replies] Last: alright thanks. (by DOSIX)
|
by Phantom139
hex2bin issue
|
|
[4 replies] Last: I have another update, maybe it can be solvable this time. It appears ... (by Phantom139)
|