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 DJLad16
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 DJLad16)
|
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)
|
Deleting Element from Vector with an Iterator |
|
[4 replies] Last: Reading the documentation, your last example should erase all the elem... (by TheIdeasMan)
|
by nadeem786
how do figure out how many elemenst in a array
|
|
[1 reply] : the array has 6 items in it, but it has the capacity to hold 10. (by TheIdeasMan)
|
by nadeem786
question about parameter
|
|
[2 replies] Last: void foo(int a, std::string b) { } (by TheBestHacker)
|
by KarelC
Command Line TicTacToe
|
|
[4 replies] Last: Thanks for replying. I actually did think about doing it that way at f... (by KarelC)
|
by SGM3
Loops (1,2,3,4,5,6,7)
|
|
[125 replies] Last: OK, the while loop you found had the ! in it, so be careful copying co... (by TheIdeasMan)
|
by toomanystars
Matrix mult help (pointers)
|
|
[6 replies] Last: Thanks a lot for the help. I was looking however to returning the obje... (by toomanystars)
|
by lixinsbgtf
map<key, T>, less_key
|
|
[3 replies] Last: @ne555 Thank you for your answer, the second method. That's what I exa... (by lixinsbgtf)
|
Typecast struct pointer |
|
[4 replies] Last: You have to cast the char* to an IPV4_HDR* in order for it to work syn... (by Lowest0ne)
|