by Blue Master
Tic Tac Toe Problem in code
|
|
[9 replies] Last: Thanks. It works now. I can play the game now. (by Clearner14)
|
by Edwards
Project Euler #5
|
|
[4 replies] Last: You don't need to check all the numbers from 1-20 anyways..Also why ar... (by giblit)
|
by tony1420
circular include dependency?
|
|
[13 replies] Last: createprofilew.h line 6: You're defining makenew as a global. If you... (by AbstractionAnon)
|
by fi50
Singleton Classes
|
|
[no replies]
|
why string doesn't read my end of file ? |
|
[1 reply] : The terminals that I do use, don't have ^Z as EOF. Try this. Write t... (by keskiverto)
|
by Frank Stolfi
The && operator
|
|
[1 reply] : If both items are true, I want the first line to run, but if one of t... (by Disch)
|
copy constructors |
|
[4 replies] Last: Yes, both statements copy the contents of a into c, BUT C++ has differ... (by helios)
|
Operator overloading |
|
[4 replies] Last: Thanks bro its working now as i included <string> thanks for your su... (by MRKSalman0349)
|
by Borstian
Writing a program for background correction of experimental data
|
|
[2 replies] Last: How about using existing applications, like gnuplot for some steps?... (by keskiverto)
|
by skyrunner83
syntax funtion problem
|
|
[2 replies] Last: I'm sorry but I have not explained correctly my problem or I didn't un... (by skyrunner83)
|
by vxk
Linked stack question
|
|
[3 replies] Last: The current implementation of bottom() removes items from the stack.... (by JLBorges)
|
by Antone333
Made a tic tac toe game Allegro 5 and i need help
|
|
[1 reply] : I am not sure. but can i solve this by adding a timer to the program? ... (by Antone333)
|
by lpjawesome
why won't char work for + - * /?
|
|
[7 replies] Last: It takes a while to wrap your head around this stuff but one you do it... (by Duthomhas)
|
by MCLovinit
Add/Remove element in array
|
|
[6 replies] Last: Please don't bump old threads for spam. (by Duthomhas)
|
by Frank Stolfi
Pulling in data from .CSV file
|
|
[10 replies] Last: I was torn between "lets use the default, because user of ignore() mus... (by keskiverto)
|
by MCLovinit
Whats the difference between list and array?
|
|
[4 replies] Last: MCLovinit is in my class. :) (by long int main)
|
by Dexter 3202
Ordering numbers (1,2)
|
|
[23 replies] Last: In the first three lines of code: int arr ; //... (by long int main)
|
by aggsyb
Enum Windows, finding only parent of a child window?
|
|
[3 replies] Last: EnumWindowsProc function pointers are meant to be passed to EnumWindow... (by kevinkjt2000)
|
by Antone333
off to a good start?
|
|
[2 replies] Last: I don't personally use allegro but I think there could be some improve... (by giblit)
|
by Ozwurld
Google test, classes and objects.
|
|
[3 replies] Last: It is a test, I think that's why he is commenting so often, he is test... (by jasonwynn10)
|