by dvnmok
Having problems with Connect4 type program
|
|
[3 replies] Last: Is there a pattern to the misplacement of the game piece? (by jamesmk)
|
by Jesster125
Creating an event creator
|
|
[no replies]
|
+= or + is faster for primitive type? |
|
[3 replies] Last: Thanks to both of you, you guys really help me a lot "think like a co... (by stereoMatching)
|
by code4real
Convert System::String to Char Array
|
|
[1 reply] : http://www.google.com/search?q=system::string+to+cstring&search= All ... (by Duthomhas)
|
by pwhitdog
Passing an array through function
|
|
[1 reply] : http://www.cplusplus.com/reference/algorithm/copy/ Hope this helps. (by Duthomhas)
|
by Erdrigard
Queues and copying
|
|
[4 replies] Last: I tried out all those suggestions, to no avail. The constructor one s... (by Erdrigard)
|
by victoro177
Need someoe to finish my fine root program
|
|
[1 reply] : Okay. I was happy to give you that template there, but we don't give o... (by Albatross)
|
by Faff
Trouble with the for loop
|
|
[4 replies] Last: sry , just read in another topic that it's appearentely making trouble... (by Faff)
|
Simple program |
|
[2 replies] Last: This is a simple problem, so you should look for a simple solution. ... (by HooklessFastener)
|
by Vazillo
Why printing to file like this?
|
|
[no replies]
|
by smquarterman
program is not working
|
|
[3 replies] Last: Thank you so much!! (by smquarterman)
|
by nathan10
Stack vs Heap Memory
|
|
[5 replies] Last: It is important in more advanced programming situations, like programm... (by Raggers)
|
by airowe
Exception Handling
|
|
[no replies]
|
by heidiK
parsing a string and stroing in struct
|
|
[1 reply] : The getline () function you get from #including <string> does what yo... (by Duthomhas)
|
by slypenguinz
Counting words
|
|
[1 reply] : Shouldn't your second if(...) statement test to ch to see if it isn't ... (by Computergeek01)
|
Does not name a type error using G++ |
|
[2 replies] Last: Wow. Just, wow. Thank you very much jsmith. I never tried "std::" beca... (by tacojoethethird)
|
by Parse
Infinite Loop?
|
|
[7 replies] Last: Then use std::string::find() to find the first \n. If it is more than... (by jsmith)
|
by irspeshul
Inputting Data into a 2-D Array
|
|
[7 replies] Last: Nevermind, I figured out the problem. In the stacked 'for' loops, the... (by irspeshul)
|
by ricomoss
default values for class members
|
|
[2 replies] Last: Much thanks! I was trying to do that earlier but must have had incorr... (by ricomoss)
|
by RpTheHotrod
Where's the logic flaw?
|
|
[2 replies] Last: That is very sound advice and I agree 100%. I will definitely consider... (by RpTheHotrod)
|