Simple tic tac toe |
|
[1 reply] : 1) In several places you mix the TILE_OWNERS type with char variables... (by AbstractionAnon)
|
by NikhilBhatia
Not displaying Tree elements
|
|
[1 reply] : One obvious problem is that you never initialize root. PLEASE USE ... (by AbstractionAnon)
|
by dnulho
Sorting an array by using a linked list
|
|
[1 reply] : Sort the separate lists first, then 'sort' them together. In both ... (by Duthomhas)
|
by Kernmaster34
Which C++ creator program to use?
|
|
[2 replies] Last: I guess you mean IDE. There are several: Code::Blocks and Visual C++ a... (by coder777)
|
by naveen2525
difference between erase and clear
|
|
[1 reply] : clear() removes all entries from a collection. erase() can remove a si... (by kbw)
|
"\t" not working properly |
|
[2 replies] Last: If you are using a to call the print function you probably aren't cal... (by giblit)
|
by EddyZaEagle
comprehending this question
|
|
[2 replies] Last: Thank you (by EddyZaEagle)
|
RPG path based? |
|
[1 reply] : I strongly recommend implementing a pathfinding algorithm such as A*. ... (by closed account N36fSL3A)
|
VS 2012 Lib and DLL File Exported in Different Directories |
|
[3 replies] Last: Thanks! (by closed account N36fSL3A)
|
by quayda
Need to place nested loop where nested isn't necessary
|
|
[3 replies] Last: Once you set loopVol = final - you get an infinite loop because the wh... (by wildblue)
|
File Handling |
|
[no replies]
|
by franko
strange getopt_long problem: additional parameter gets stored only when other parameter is no integer
|
|
[no replies]
|
by patieB
using functions
|
|
[5 replies] Last: You wrote the program but do not know how to pass the argument? intere... (by requiem31)
|
by jay101
please help me correct this...
|
|
[2 replies] Last: Man, I had a long-ish post typed up and then my computer randomly deci... (by long double main)
|
by jeclark92
Program that checks SQL Create Tables and Insert.
|
|
[no replies]
|
Help with Homework, functions, precision, outputs |
|
[8 replies] Last: I finished it on my own. thanks whoever helped. (by Noob Programmer)
|
by unkleb777
need help with a program
|
|
[3 replies] Last: 1) You need a variable to contain the result of your calculation, the... (by AbstractionAnon)
|
by cherple
Diff: new int [] & new int [2]
|
|
[6 replies] Last: It's mostly a scope thing. int x ; That creates a local array t... (by Disch)
|
by sabbirshawon
summation
|
|
[1 reply] : You missed the input part of the process. Sure you want 10 numbers but... (by Smac89)
|
by generic2709
Reversing words
|
|
[2 replies] Last: Thanks smac89. Very intuitive. Works fine. Cheers!! (by generic2709)
|