Need help Calling a function..Also Review my code |
|
[2 replies] Last: Thanks man. I fixed it up. (by KentuckyNative)
|
by adrianooo231
If not pointing to else ?
|
|
[4 replies] Last: Oh Thank you (by adrianooo231)
|
by LameSaint
Impose numeric limit on user input?
|
|
[11 replies] Last: I know its a matter of preference, since i was putting my opening brac... (by LameSaint)
|
by cczhao
strange and unexpected outcome
|
|
[4 replies] Last: yeah, you are right, statement is reversed .... my blinded eyes :( thi... (by cczhao)
|
by bigchief
Trying to compare characters within two strings
|
|
[2 replies] Last: What method you use would largely depend on what data type you use to ... (by lnk2019)
|
by chucthanh
Changing a const parameter
|
|
[5 replies] Last: Hi Noobie, thanks for reminding me that I read that once :-P But I als... (by chucthanh)
|
by tuandt5
Complex matrix
|
|
[15 replies] Last: thanks everyone, now i can do my homework by myself Thank you very muc... (by tuandt5)
|
by Blessman11
Fastest 32bit image file
|
|
[2 replies] Last: The internal representation of images(textures) used by gl or dx is th... (by hamsterman)
|
by toadmar
Nested while loops
|
|
[4 replies] Last: I get it now. Thank you for your help. (by toadmar)
|
by BJG
declaring a 2d array using pointers?
|
|
[4 replies] Last: this is how to create 2D array where 2-nd dimenzions are diferent-> ch... (by sasanet)
|
by zdcoombs
Reading several lines from file
|
|
[5 replies] Last: Brilliant! It's now reading them all in, but as soon as the read is co... (by zdcoombs)
|
by empT3
Simple swap function not swapping
|
|
[2 replies] Last: Thanks chucthanh, that solved it! (by empT3)
|
by sasanet
static & extern function ???
|
|
[2 replies] Last: thanx guestgulkan, I get it now :) however i'm confused with static q... (by sasanet)
|
by mekkatorqu
[Win32 Console] broken integer?
|
|
[6 replies] Last: but after calling player.getHP() it will print player's HP on screen, ... (by mekkatorqu)
|
by jonnitwo
Best or not
|
|
[2 replies] Last: there are much better sites than this one. for example ofensivesecuri... (by sasanet)
|
by hunkeelin
genetic algorithm TSP
|
|
[no replies]
|
by noregrets
Classes
|
|
[3 replies] Last: Short explanation: Classes are basically just compound datatypes you c... (by hanst99)
|
by frolacosta
Repeat code
|
|
[10 replies] Last: return 0; causes the program to return an exit code from main, which... (by Lynx876)
|
by frolacosta
cin.ignore()
|
|
[2 replies] Last: http://www.cplusplus.com/reference/iostream/istream/ignore/ 255 equ... (by eraggo)
|
by rassilon256
Moving data between classes in a program
|
|
[4 replies] Last: See this is one of my main problems, I was given a list of the functio... (by rassilon256)
|