|
by cacti
Game Loops involving kbhit() and getch()
|
|
|
|
[no replies]
|
|
by dannytimpone
recursive blob counter
|
|
|
|
[1 reply] : I'm working on the same problem right now. My recursive function looks... (by ZWB4RR)
|
|
by dancks
array returned by function causing malloc error?
|
|
|
|
[4 replies] Last: ne555 figured it out in the other thread. sorry for duplicate thread (by dancks)
|
|
by dancks
segfault on array?
|
|
|
|
[4 replies] Last: ok yeah I introduced another variable to use instead of *n. Thanks ne5... (by dancks)
|
| Uses of C++ |
|
|
|
[2 replies] Last: How many uses are there for C++? Limited only by your skill and ima... (by AbstractionAnon)
|
|
by Gorlash
problems with initialization of class variables
|
|
|
|
[6 replies] Last: OH My!!!! Thank you, Athar! That (-Weffc++)works perfectly!! I ag... (by Gorlash)
|
|
by h4344
Why does this char array do this?
|
|
|
|
[2 replies] Last: * Face palm* my bad i should have easily realized why the input and ou... (by h4344)
|
|
by dustyperez
i need help with while loop
|
|
|
|
[2 replies] Last: int N=0; while(N<8){ N++; // do stuff here } here... (by Silvestar)
|
|
by ethan86
generate -,+ and * randomly
|
|
|
|
[4 replies] Last: The common technique is called a 'look-up table', or LUT for short: ... (by Disch)
|
|
by Hit
questions
|
|
|
|
[1 reply] : const int ROWS = 17; const int COLS = 17; This is good: you have two... (by Cubbi)
|
|
by DJLad15
Should I have more knowledge at this point?
|
|
|
|
[9 replies] Last: Thanks, guys. I really appreciate all this advise, and I now feel a mo... (by DJLad15)
|
|
by dustyperez
for loop help plz
|
|
|
|
[16 replies] Last: Well I am in a beginner class and we HAVE been putting namespace at t... (by Moschops)
|
|
by joggilil
Help me understand whats wrong
|
|
|
|
[4 replies] Last: Ahhh, tnx alot ne555 (by joggilil)
|
|
by Shifter12345
for loop inside for loop
|
|
|
|
[16 replies] Last: Now it's ok. Thanks people! :) (by Shifter12345)
|
| Some allegro commands not responding. |
|
|
|
[3 replies] Last: Oh now i see what i did.... thank you so much! I didnt realize it was ... (by flamesscarlet)
|
|
by newbie17
string compare
|
|
|
|
[2 replies] Last: It would be better to use actual C++ strings, rather than C-style arra... (by Moschops)
|
|
by SGM3
Adventure book
|
|
|
|
[1 reply] : I would say store your stories on separate text files or in a differen... (by Need4Sleep)
|
|
by monkey1604
operation in C++. Please, help me :)
|
|
|
|
[1 reply] : = is assignment, it puts the value into a variable == is comparison, ... (by TheIdeasMan)
|
|
by ToniAz
How good is qsort() in stlib.h
|
|
|
|
[5 replies] Last: Maybe your library functions implement efficient data structures inter... (by TheIdeasMan)
|
|
by kalkas
Quick question about gcnew
|
|
|
|
[4 replies] Last: thank you for your time (by kalkas)
|