by agwing
Using the FOR loop, how do I do...
|
|
[7 replies] Last: Maybe something like that: for(int i=1 ; i <= 5 ; i++) { for... (by sequba)
|
by ezzcoke
copy the different of 2 txt file
|
|
[3 replies] Last: how about if looks at this program from another direction.... if i ... (by ezzcoke)
|
by daveD
Function Pointers
|
|
[7 replies] Last: ok well this is a little bit beyond me, but I recall one post (that wa... (by wtf)
|
by xanimeangiex
rand() seed
|
|
[5 replies] Last: [quote=Disch]Of course this is a simplistic example. More complex RNGs... (by Disch)
|
Returning a struct |
|
[6 replies] Last: you have to declare the struct before you declare any functions return... (by wtf)
|
by nathan10
Constructive Feedback Needed
|
|
[3 replies] Last: 1) I completely understand. However, I would urge you to start using... (by mcleano)
|
by kenhapi
setting time.
|
|
[4 replies] Last: You call some function that checks for keypress. It rerturns somethin... (by kbw)
|
by AlphaBravo
Returning a pointer to a vector
|
|
[4 replies] Last: Damn my eyes ... (by AlphaBravo)
|
by Mihay07
the Assignment Operator '='
|
|
[5 replies] Last: well y admit my english is not even half as it should be,mainly becaus... (by Mihay07)
|
by xander333
Basic file input/output!
|
|
[3 replies] Last: Well, getline reads 1 line of a file, and then stores that in a string... (by Skillless)
|
by Chazzmundo
Clipboard data
|
|
[4 replies] Last: :D it works thank you very much but can you explain why this works and... (by Chazzmundo)
|
by Omegaxvi
Non desired output
|
|
[2 replies] Last: Thank you so much, completely fixed the problem! (by Omegaxvi)
|
by orbaneqtrx5
Problem regardind else
|
|
[7 replies] Last: If you're confused as to why some examples don't use braces: You do... (by closed account Lv0f92yv)
|
by Chazzmundo
Checking each character in a string for " " OR "\0"
|
|
[8 replies] Last: oh ok i think i understand now :) thank you very much (by Chazzmundo)
|
by Kyon
Array length storage or poor design?
|
|
[6 replies] Last: The performance win is slight, but is there nonetheless. Actually... (by Disch)
|
by Vladwow91
Drawing diagonal lines in SDL
|
|
[2 replies] Last: Thats freaking brilliant mate! Absolutly a valid way to draw a line wi... (by Vladwow91)
|
by xander333
log n² and stuff...
|
|
[3 replies] Last: How many iterations are required to complete the algorithm given an in... (by helios)
|
by aniemira
Files assignment
|
|
[8 replies] Last: You need a data structure to be able to compute the average and the e... (by filipe)
|
by hasanzan
Two function running at the same time
|
|
[6 replies] Last: Thank you very much... (by hasanzan)
|
by xander333
Never had this error before...
|
|
[4 replies] Last: Oh i see, thanks a lot! (by xander333)
|