by vishnu123
a doubt on const variables
|
|
[3 replies] Last: > when i print sizeof(a) i am getting 4 bytes. sizeof(a) tells us ... (by JLBorges)
|
by vampirenelf
increase terminal window
|
|
[no replies]
|
by moufou
need help with my loop
|
|
[4 replies] Last: mmmmm I see, but by saying "I dont want to upset your reasoning about ... (by moufou)
|
by Kernul
Repetitions of words
|
|
[8 replies] Last: Oh great! Thank you! :D (by Kernul)
|
Bjarne Stroustrup's c++ programming language 4th edition desk calculator example |
|
[1 reply] : It looks like it really missing. Implementation shold be: Lexer::Tok... (by MiiNiPaa)
|
by Kernul
Find word in a textfile
|
|
[17 replies] Last: Oh great! Thank you! Now I understand! :D (by Kernul)
|
by Chance
Help on price calculation
|
|
[5 replies] Last: Will do. Thank you MiiNiPaa. (by Chance)
|
Polymorphism |
|
[10 replies] Last: Oh, I see. I automatically read that as Person::read_person, but obvio... (by hyperfine)
|
by Korcha
PI with infinite series
|
|
[2 replies] Last: n begins as an odd number. n gets incremented by 2 each time. n will a... (by Ganado)
|
by davez
boolean
|
|
[4 replies] Last: Thanks ill continue to practice using bool data type (by davez)
|
by patriic48
Pointers in functions
|
|
[7 replies] Last: Don't forget that you're only allocating space for one character. Use... (by Avilius)
|
by Zenith1900
Using array value in a function
|
|
[6 replies] Last: Lets say that the numbers in a file are 30 11 23 56 45 43 and the fir... (by Zenith1900)
|
by Johnny44
if - else problem
|
|
[1 reply] : if (x=card1) this line is assignment not equality (by Yanson)
|
by djninjanz
Input restrictions for specific numbers
|
|
[5 replies] Last: Sorry I was unable to get back to this earlier, I haven't encountered ... (by djninjanz)
|
by Putler
C++ and Android
|
|
[3 replies] Last: Helios is that project finished? Who is working on this with you? I re... (by Smac89)
|
by plp384
Used setw(1) on the input of a declared string
|
|
[2 replies] Last: Okay. Thank You for the response. (by plp384)
|
by moufou
just wondering if my program is optimized
|
|
[6 replies] Last: thanks for the comments (by moufou)
|
by gnerpo
store string pointers in map
|
|
[3 replies] Last: Thank you very much! (by gnerpo)
|
by timgrindall
program not breaking when it should
|
|
[no replies]
|
by xenovia12
fnction pass
|
|
[2 replies] Last: Function pointers will keep it's integrity no matter how many times it... (by Krisando)
|