by StrikeChaos1
If statement not working right
|
|
[1 reply] : Firstly, you're missing a semicolon on both. The first if does nothing... (by shadowmouse)
|
by mahiverma
Out of memory error'TIC TAC TOE GAME'
|
|
[8 replies] Last: Turbo C++ on w8.1 x64? Too much sadism in this world (by S G H)
|
by kduino
casting bytes to chars etc
|
|
[no replies]
|
by r 4 raja
Please explain this program.
|
|
[1 reply] : You've been asked before: Please use code tags when posting code. If... (by MikeyBoy)
|
by cppnoob25
Recursive binary search tree insert function
|
|
[2 replies] Last: So I did what you told me and then modified the recursive calls but I ... (by cppnoob25)
|
by KriszDev
SDL OpenGL terrain bug
|
|
[5 replies] Last: The "*1" had to be "-1" (by KriszDev)
|
by klimentije33
Template Class problems.
|
|
[6 replies] Last: Nevermind. I have fixed 1) and 2) and I'm working on 5), I think it wi... (by klimentije33)
|
by csstudent123
Cannot execute command in my own shell
|
|
[17 replies] Last: how about this string prog="./hello"; execlp(prog, prog, (char*)NULL... (by csstudent123)
|
by dschwart
deleting unprocessed chars on stdin
|
|
[3 replies] Last: OK, none of your responses enabled me to get _cgets_s to work. Thanks... (by dschwart)
|
Can someone help me completely understand the concept behind linked lists? |
|
[4 replies] Last: By the way: it's a singly linked list. Doubly linked lists are more c... (by coder777)
|
by sujitnag
c++ s/w
|
|
[no replies]
|
by whitenite1
Clear area in Mine Sweeper
|
|
[2 replies] Last: @cire Thanks. This will make my 'Mine sweeper' game a lot easier to p... (by whitenite1)
|
by prestokeys
Generalizing a factory class
|
|
[no replies]
|
Two Different Values at one Memory Address. |
|
[19 replies] Last: I'm on Windows so each time I run the program, the memory address is ... (by Duthomhas)
|
by pacman169
Error
|
|
[2 replies] Last: Line 27: You have unbalanced parenthesis. (by AbstractionAnon)
|
by r 4 raja
Pls explain how this working??
|
|
[6 replies] Last: can you post using code tags please? And also take note of what new sa... (by mutexe)
|
School Assignment |
|
[12 replies] Last: @rcl4: I don't blame you: I was being goofy. I meant to lighten-up th... (by koothkeeper)
|
by anhnha
Multi-threading functions
|
|
[1 reply] : cin/cout are not functions. They are global variables. If variables ar... (by coder777)
|
by LauraM
Priority queue using linked list and heap
|
|
[no replies]
|
Reading from a text file and printing the names in alphabetical order using vectors |
|
[3 replies] Last: Don't post the entire code, post the relevant code and use the code-ta... (by Gamer2015)
|