programming |
|
[1 reply] : Go troll elsewhere. (by webJose)
|
by Guru Angadi
How to make File Copy Protect using WIN32
|
|
[no replies]
|
by invictator
srand and random number generator
|
|
[3 replies] Last: ldm is right, if you have srand(time(0)) in your loop, then your ra... (by Stewbond)
|
by Ranger1
Trouble Linking
|
|
[2 replies] Last: Thank you! That fixed it. =] (by Ranger1)
|
by Grimlocke46
Stack problems - Print bottom and smallest elements in a stack
|
|
[3 replies] Last: Thanks, that was a lot of help. Ok, so my smallest function now looks ... (by Grimlocke46)
|
by mattrob
weird substring error?
|
|
[4 replies] Last: hmm thats weird. in visual C++ it works with void and without cstdlib.... (by mattrob)
|
by xsemel
interesting problems
|
|
[4 replies] Last: using just '=' doesnt compare anything at all, writing if(x = 2){} s... (by Need4Sleep)
|
by anthonyh1990
Simplifying an Array
|
|
[4 replies] Last: I appreciate your help Long, but it's not doing what I want it to. I'm... (by anthonyh1990)
|
by Scussett
Newb Having Trouble Object Class Functions
|
|
[9 replies] Last: Nvm, I was running the program instead of using the "Run to Cursor" op... (by Scussett)
|
by Hixster
Stackdump/Stack Trace
|
|
[1 reply] : solved it, I was writing *ptr1, *ptr2 etc... instead of *pt mods can ... (by Hixster)
|
by westbrook
SFML Help (1,2)
|
|
[24 replies] Last: I've gotten that before. Did you build SFML with a different version o... (by ModShop)
|
by Diana Magers
Needs a While Statement
|
|
[1 reply] : A while loop is one of the simplest loop forms. It starts with a con... (by closed account zb0S216C)
|
by Silvestar
no appropriate constructor available
|
|
[15 replies] Last: If anything, the body of the constructor was irrelevant. (by cire)
|
by DexterMorgan
Inlining of member functions
|
|
[13 replies] Last: Ok, I see what you meant. I didn't want my sample to be taken as subj... (by webJose)
|
by Steves
Need modifiable l-value
|
|
[13 replies] Last: Where should I learn how to write the things that aren't in this sites... (by Steves)
|
by apeachaday
Not Reading Last Line of file
|
|
[2 replies] Last: Thank you for pointing that out. I had totally over looked that. (by apeachaday)
|
by Tony Karam
changing a name
|
|
[8 replies] Last: Thank u for info framework I used the same logic, I used cin.ingore()... (by Tony Karam)
|
by NGambit
int to char conversion
|
|
[3 replies] Last: Sorry for the duplicate posting. I got it working based on the inputs ... (by NGambit)
|
by daniel96
Prompting the user to press Enter
|
|
[4 replies] Last: When you input the word you press Enter. You read the word, but the bu... (by ne555)
|
by Lord Archaic
Filling in a vector with random #'s
|
|
[3 replies] Last: Took a little tinkering...but I got it (by Lord Archaic)
|