by BenManBen
Why c++?
|
|
[4 replies] Last: we can be close to the system architecture, and follow the OOPs paradi... (by anzarzulfiqar)
|
by Upaka
Printing the results
|
|
[no replies]
|
by mike246
Elapsed time program - incorrect results using "modf" function
|
|
[4 replies] Last: i think if the time has to be 24HR format, we can use arithmetic on ho... (by anzarzulfiqar)
|
by Spoonerz
Can't use a template typename for list?
|
|
[5 replies] Last: that said... the second option is probably better anyway because th... (by Disch)
|
by Jacob
Typing a sentence
|
|
[1 reply] : #include <iostream> using namespace std; int main () { st... (by pyschoder)
|
by im abcd
making a program of addition and substraction
|
|
[5 replies] Last: data type for variable response is char it should be int int resp... (by pyschoder)
|
by SgtPooki
Linker Errors (1,2)
|
|
[20 replies] Last: If you can code a character array to manage memory more effectively t... (by helios)
|
by ehsangha
direction of cursor
|
|
[1 reply] : You cannot. (At least not easily.) You should also chuck the <conio... (by Duthomhas)
|
by ccdwiu
Need direction with code issue
|
|
[5 replies] Last: Right on, thanks (by ccdwiu)
|
by BenManBen
Starting up with C++
|
|
[2 replies] Last: There are also some tutorials on this site http://www.cplusplus.com/do... (by AdventWolf)
|
by L E G I O N
checking age
|
|
[3 replies] Last: No problem glad I could help (by ccdwiu)
|
'friend' not permitted on data declarations |
|
[2 replies] Last: Ugh I am so terrible... Thanks... Desh (by closed account Lv0f92yv)
|
by O5m4r
my smart pointer!
|
|
[7 replies] Last: I totally understand your point. Programmers sometimes dont have the f... (by DemienBjarne)
|
Access violation Error on FStream |
|
[no replies]
|
by Bloono
Fstream Undeclared Identifiers Error
|
|
[2 replies] Last: Oh I see! Thank you!!! :))) (by Bloono)
|
by dickmw
Some bugs that I cant discover
|
|
[1 reply] : That's because an int can only hold so much data. You'd need to use... (by firedraco)
|
by xander333
Program doesn't respond.
|
|
[2 replies] Last: Firstly, use getline() when working with strings: http://www.cpluspl... (by mcleano)
|
by bonie
using touchpad for morse code
|
|
[no replies]
|
by Lyleo
Can I do the same without the recursion?
|
|
[2 replies] Last: Here are both ways: void countBack(int num) { if(num) { cout ... (by Fresh Grass)
|
by Futureboy
Objects of the same class type of member to use
|
|
[8 replies] Last: *gives thumbs up* (by Disch)
|