by mudd1038
rounding errors?
|
|
[1 reply] : Look up "What every computer scientist should know about floating poin... (by jsmith)
|
by fenderist
Accesor and Mutator
|
|
[1 reply] : That's the whole point of having private members. They're only accessi... (by filipe)
|
by Spark3n
Prime Number program
|
|
[4 replies] Last: Ok thanks you all, my apologies, i told 1 was a prime because in itali... (by Spark3n)
|
by kashifflavio
cout.setf() How to print in center
|
|
[1 reply] : There is no 'ios::center' justification. You have to do that yourself.... (by Duthomhas)
|
by thefitgeek
more efficient way of calculation hash index
|
|
[1 reply] : You don't need recursion to calculate pow(): int result = 1; for(in... (by hamsterman)
|
by b52
Detecting prime numbers
|
|
[10 replies] Last: Oh lol yeah ofcourse, sorry >.> my brain doesnt work when im in an off... (by Skillless)
|
by yotama9
division by directive
|
|
[8 replies] Last: define variable outside of function -> global define variable inside ... (by Skillless)
|
by student302
AOA
|
|
[8 replies] Last: n thanx for guiding Athar... :) (by student302)
|
by LotusEater
Two Dimensional char Array - Input Problems
|
|
[6 replies] Last: I got it! I was just confused about how to work a two dimensional arra... (by LotusEater)
|
by PiMaster
Random Numbers
|
|
[5 replies] Last: Just to add to what was said above. I believe most implementations of ... (by spaggy)
|
by Blessman11
Is Darkgdk a high or low level programming language
|
|
[2 replies] Last: thanks mate (by Blessman11)
|
by laoyin001
MyClass mc(); What is mc?
|
|
[1 reply] : MyClass mc(); is a declaration for a function named mc that returns an... (by Athar)
|
by michy
connecting to server
|
|
[1 reply] : Look up the winsock2 library. (by export)
|
by phoenix111
Copy Constr vs = overloading
|
|
[7 replies] Last: @moorecm :That was the missing links that was causing me all the confu... (by phoenix111)
|
by Venom
Making a Win32
|
|
[9 replies] Last: Please see if the following topic can help: http://msdn.microsoft.com... (by bobito)
|
Suquentially "searching" two arrays. |
|
[3 replies] Last: [quote=xcrossmyheartx]How would I do this? std::string search;... (by Galik)
|
by jewing87
classes, one particular problem
|
|
[1 reply] : Turn this -> if(check = 1) into this -> if(check == 1) and it shou... (by m4ster r0shi)
|
by Yoshima
Pick randomly from array
|
|
[6 replies] Last: @firedraco. Nice! How big is that magic bag of functions? I'll be look... (by closed account D80DSL3A)
|
by koutsos1
Pointers
|
|
[4 replies] Last: @ koutsos1 (OP) don't post the same problem multiple times: http://ww... (by Bazzy)
|
by wagnerpj
Trouble with Functions
|
|
[7 replies] Last: Hey thanks everybody for your help! Here's the finished code for my g... (by wagnerpj)
|