by chuckctv
c++ classes, need easy understanding?
|
|
[3 replies] Last: What in particular are you having trouble with? It will be easier to h... (by mcleano)
|
by Andrew1990
Functions
|
|
[2 replies] Last: Should i replace pow with sqrt?...I have radical of 3 degree....I don'... (by Andrew1990)
|
by gcampton
GDB, stackdump errors
|
|
[3 replies] Last: ok figured it out, silly VIM error the condition was still stuck on ... (by gcampton)
|
by ragnamanga
item database in .txt solutions
|
|
[4 replies] Last: thanks again! I'm gonna look at it in further detail later. research t... (by ragnamanga)
|
by j3tt
Display bonus amount (learning functions)
|
|
[18 replies] Last: yea pretty pisspoor example if you ask me LOL, anyway verging on troll... (by gcampton)
|
by pistolpete1
getline for reading string file
|
|
[5 replies] Last: void Program::setInFileName(string inFlNm) { inFile = inFlNm;... (by gcampton)
|
by unregistered
Is size_type and size_t the same?
|
|
[10 replies] Last: btw, where can I find all the typedefs and function prototypes of eac... (by JivanAmara)
|
by reginat1
Code C2562
|
|
[6 replies] Last: No, not exit 0; . Literally, exit(0); . It's a function, not a synta... (by helios)
|
by jimctu
char to int problem
|
|
[2 replies] Last: chars are just integers. You don't need to do anything special to get ... (by helios)
|
function isnt returning the right numbers |
|
[2 replies] Last: You seem really confused on how functions work...go read this: http:/... (by firedraco)
|
by sheheryar
brute force
|
|
[1 reply] : i need a help in a program ok ... ,, My brother uses dou... (by DrChill)
|
Assistance needed with a c++ lottery program!! |
|
[5 replies] Last: what are code tags? I'm sorry if I'm an idiot but I'm just trying to l... (by rietveldjared)
|
by Incubbus
maximum file positions using fstream?
|
|
[1 reply] : Yeah, addressing beyond 2Gb is typically a problem for most OSes and f... (by jsmith)
|
by Lefteris
Cannot print the contents of a Linked List
|
|
[2 replies] Last: Looks fine, it should print. It will be interesting to see the implem... (by writetonsharma)
|
by kiyotsukete
what is "\t"?
|
|
[2 replies] Last: P.S don't use /a it's hella annoying :( (by gcampton)
|
by gcampton
sorting string array
|
|
[7 replies] Last: woops sorry, missread... :D thank you very much (by gcampton)
|
by makan007
Number program - Sum of Even Digit
|
|
[1 reply] : You are not summing the even digits, you need to initialize sumEvenDig... (by Bazzy)
|
by lampardlau
Confused by the commentS
|
|
[5 replies] Last: thx all of you, i get it , you are so helpful. (by lampardlau)
|
by unregistered
qns on int args for cstring functions
|
|
[2 replies] Last: so is the local parameter 4 bytes for 1 byte? (by unregistered)
|
by ljrobison
Classes have me completely at a lost. Need some info (1,2)
|
|
[20 replies] Last: You could keep it as it was, you just would need to check if g was N... (by firedraco)
|