by Djpich
Program Restart Error
|
|
[7 replies] Last: @whitenite1 Never mind I found that instead of Char i can just use ... (by Djpich)
|
by chris896
Compare objects
|
|
[9 replies] Last: Ok i think i understood, thank you very much !! :) (by chris896)
|
by cppnoob25
segmentation fault
|
|
[4 replies] Last: Thanks @MiiNiPaa. I completely overlooked that. Even as I read your po... (by cppnoob25)
|
Still need help fixing it |
|
[1 reply] : A snippet of your coe with proper formatting: if (weap == 1) { // ... (by MiiNiPaa)
|
by iamlearner
send the modifed file periodically through socket in windows
|
|
[no replies]
|
by cppnoob25
template class help
|
|
[5 replies] Last: Hey coder thanks for that. Changing T to void fixed my whole program a... (by cppnoob25)
|
by Vadimas
Need help with few programms.
|
|
[2 replies] Last: Divide and conquer. Separate your task into smaller subtasks and engag... (by MiiNiPaa)
|
by Optx
My code isnt working (SOLVED)
|
|
[4 replies] Last: @Homberto 2) I know, first I tried that way, but I tried like this bec... (by Optx)
|
by bishoposiris
Simulating AI in C++
|
|
[4 replies] Last: If there are several dependencies you might use trees, like: http://w... (by coder777)
|
Put my game into voids, now turns on and turns off |
|
[1 reply] : I put my fully working SDL game into voids to make it easier to read,... (by cire)
|
by robsonmg
Float in array
|
|
[2 replies] Last: I suppose that both i and n are integers. In this case i/n is 0 in e... (by MiiNiPaa)
|
Code Help |
|
[1 reply] : 1) Declare integers x, y and z 2) Promt user to enter them one by one ... (by MiiNiPaa)
|
by spentot
How to add sound as a Question?
|
|
[3 replies] Last: But how can i create the ufo.wav and etc .wav Well... You could rec... (by andywestken)
|
by mrali2h
functions
|
|
[1 reply] : I find your post to be rich. See definition 7a: http://www.merriam-we... (by cire)
|
by Zarkones
Problem with printing
|
|
[1 reply] : output is only: somet That makes sense. The number of while loop it... (by closed account D80DSL3A)
|
by gLorieul
to split or not to split that is the question
|
|
[4 replies] Last: @doug4 Interesting solution you are suggesting here: cancels the need... (by gLorieul)
|
by BinaryDonuts
how to "go back" in code
|
|
[4 replies] Last: [quote=LB]You can easily split by spaces: std::string command; while((... (by LB)
|
by njha98
error : expected ';' before '(' token
|
|
[3 replies] Last: oh, i got it thank u!!!!!! (by njha98)
|
by Elzcode
convert bin to dec stuck in infinite loop
|
|
[2 replies] Last: The other problem is the nasty bit that you're extracting the least si... (by dhayden)
|
Need help with call functions! |
|
[2 replies] Last: The error message is coming from the line: x = power(x); which o... (by Alrededor)
|