by JasperBraun
Separating a String into Integers
|
|
[2 replies] Last: for (unsigned int i = 0; i < s.size(); i++) { cout << atoi( s.subst... (by SmeeAfshin)
|
by htirwin
Is faking a requirement to successuly integrate with a dilusion filled society?
|
|
[2 replies] Last: That was very beautiful! But C++? (by JasperBraun)
|
by JasperBraun
Stop Program from going to goto label
|
|
[6 replies] Last: Oh thanks! That works. Thank you! (by JasperBraun)
|
by bupeking2000
copy constructor, and destructor for n-ary tree
|
|
[1 reply] : std::list<ASTree*> child; // Not a pointer... ~ASTree(){... (by JockX)
|
Array Please look over my work. I am pretty new to C++. |
|
[1 reply] : I am going to show where you went wrong, what are the advantages of ha... (by JockX)
|
Need help with accessing and iterating a std::list in a BST node |
|
[1 reply] : Traverse the tree like you do in print_titles(). Instead of outputting... (by norm b)
|
Send two or more char arrays over a TCP socket (winsock) |
|
[1 reply] : Eh...you send one then the other or encode them together some how ... (by closed account S6k9GNh0)
|
Programming a Random Number Game |
|
[2 replies] Last: I appreciate your help sir i changed my if statements to do while loop... (by whitephoenix95)
|
Tree |
|
[3 replies] Last: Thank you coder777, I will try that. ne555 can you expand on how I c... (by Joshua Schweigert)
|
by cppBrute
Help required on following errors
|
|
[1 reply] : Global operator<< takes 2 parameters; the left hand side, and the righ... (by Zhuge)
|
by tnjgraham
How to check to see if data in struct has changed
|
|
[2 replies] Last: What could change the data? It's it your code or something else? (by mutexe)
|
by Zoran1994
Help Brute-Forcer
|
|
[4 replies] Last: Eh... since we cannot plausibly verify that what you're doing is legal... (by Albatross)
|
by m1m6
how many bits are created by name:number
|
|
[1 reply] : It means that 10 bits out of however big unsigned int is (typically ... (by Cubbi)
|
by David Reghay
friend operator >> and private variables
|
|
[5 replies] Last: You're welcome :) (by MikeyBoy)
|
by TheBit00
My Do While statement doesnt work
|
|
[2 replies] Last: Please use code tags when posting code, to make it readable. Look at ... (by MikeyBoy)
|
by game
Usage of strcat for output file name..
|
|
[no replies]
|
by johnmerlino
indexing arrays
|
|
[3 replies] Last: Because the ascii characters '0', '1', '2', ... , '9' are the numbers ... (by ShodanHo)
|
by GeorgEy5
Updating!!
|
|
[6 replies] Last: okay thank you for that. i'll try it out! thanks again! (by GeorgEy5)
|
by mr3enad
issue with output
|
|
[1 reply] : Please use code tags to make your code readable. (by MikeyBoy)
|
by Messi001
Please help me with this simple program?
|
|
[9 replies] Last: thanx....its working now....!!!! (by Messi001)
|