by fpiro07
How to run a program in another PC
|
|
[8 replies] Last: Normally the exe will be in a debug folder (by Pickle Gunner)
|
by mrjynxftw
Game closing after killing one monster.
|
|
[13 replies] Last: Here is another hint - you can build up the cout statements in parts -... (by TheIdeasMan)
|
by shahzaib1111
problem in program :(
|
|
[3 replies] Last: well you both are true ,, helped me a lot thanks :D (by shahzaib1111)
|
Pancake Glutton help please |
|
[8 replies] Last: you done it yet? (by devonrevenge)
|
by raypgf
How to use string as sentinels in while loop
|
|
[5 replies] Last: One final thing - there should be no space between a variable name and... (by TheIdeasMan)
|
by skarla
SDL
|
|
[no replies]
|
by geekocoder
linking floating point number
|
|
[6 replies] Last: I find it strange that the function "linkfloat()" doesn't actually ge... (by Chervil)
|
by skarla
linked list
|
|
[1 reply] : IMHO they are just beginner thing if you know algorithms and C++ basic... (by codewalker)
|
by purple
Conducting a study on various bulbs by Cesco Ltd.
|
|
[3 replies] Last: @purple You are going to have to show some of your code, before you c... (by TheIdeasMan)
|
by Tosen
'SDL_main' : must return a value
|
|
[3 replies] Last: On some platforms SDL defines main as SDL_main so that SDL can create ... (by Peter87)
|
by maximumdarth
Trouble Compiling 1st program
|
|
[12 replies] Last: Okay, thank you everyone - it's finally working. I took your advice,... (by maximumdarth)
|
by duahau8888
Find example to prove function be error
|
|
[1 reply] : Homework questions are for YOU to figure out ;) (by closed account 3qX21hU5)
|
by Sam5513
Array doesnt work right.
|
|
[2 replies] Last: Thanks. Works great :) (by Sam5513)
|
by hackinghorn
Direct access to members of struct
|
|
[3 replies] Last: While it's far too trivial to actually use in this case, you can use a... (by andywestken)
|
by Ch1156
What am i doing wrong?
|
|
[12 replies] Last: bump (by Ch1156)
|
by clavier
need suggestions and help plz
|
|
[1 reply] : First of all please enclose your code in the appropriate [ code] (C+... (by Moeljbcp)
|
by Chowder138
Yes or No question in VS 2010 C++?
|
|
[2 replies] Last: @Askwer I would hope that printf() would lose marks when writing a C+... (by andywestken)
|
How to store entries once entered? |
|
[1 reply] : Once a program has ended it's memory is wiped out so you will need to ... (by IceThatJaw)
|
by Perry Turner
I can't figure out how to fix this.
|
|
[5 replies] Last: @Aramil thx, I didn't notice I had done that, I was copying and pastin... (by Perry Turner)
|
Game Making Help Part 2 |
|
[8 replies] Last: Typo I'm sure. toupper(q1); should be: q1 = toupper(q1); Altho... (by cire)
|