by nano511
Access Violation Reading File
|
|
[6 replies] Last: I replicated this segment of code in a diferent project and it worked.... (by nano511)
|
by benbalach
Confused about doubly linked lists
|
|
[3 replies] Last: @MikeyBoy @kooth Thanks you very much! Now I understand everything! (by benbalach)
|
Expected init-declarator before "int" |
|
[12 replies] Last: it is the last code which works fine: #include <iostream> #include <... (by closed account 1v5E3TCk)
|
by zelandra
symbol &
|
|
[2 replies] Last: For example to determine whether an integer value is odd or even. if... (by vlad from moscow)
|
by GoranGaming
Counting Variable Names
|
|
[6 replies] Last: Pure C++98: #include <string> #include <iostream> #include <sstream>... (by JLBorges)
|
Bitwise opperations |
|
[15 replies] Last: @naraku9333 dont worry the overlap is intentional there. And yeah I w... (by TheBeardedQuack)
|
by rafae11
boost shared pointer
|
|
[4 replies] Last: Looks OK to me. On line 26 you create a shared pointer to the dynam... (by MikeyBoy)
|
by Jayzen
Generator
|
|
[1 reply] : > You type 10 names the programe needs to genrate and pick randomly 5... (by JLBorges)
|
by Amandeeps
Removing unneeded values from a file
|
|
[no replies]
|
by nasser
need an explanation
|
|
[2 replies] Last: Thx alot (by nasser)
|
by varmision
Problem with the if statment
|
|
[1 reply] : Try this : if(ans == 100) Equality operator, not assignment. HTH... (by TheIdeasMan)
|
by supraba
special format specifiers in scanf
|
|
[4 replies] Last: I get it now.Thank you cubbi. (by supraba)
|
by prestokeys
How is this done?
|
|
[2 replies] Last: This works. I should have thought of that from the very beginning. N... (by prestokeys)
|
My First Official Attempt |
|
[4 replies] Last: I would have a case for option 5, then there is no need for line 50. ... (by TheIdeasMan)
|
by anzhit
Calendar program
|
|
[no replies]
|
by marisa m
interactive while loops
|
|
[6 replies] Last: That's because your code tells it to do that! I'm confused. Can you ... (by kyiro37)
|
by rorschach775
Incorrect input function
|
|
[2 replies] Last: Cool. So just pass by reference and it's good. That helps a lot. Thank... (by rorschach775)
|
by programgirl
Adding days to a date
|
|
[3 replies] Last: - first I will convert (day,month,year) (Gregorian) to Julian day numb... (by tntxtnt)
|
by kingkong200
issue with looping a ifstream
|
|
[2 replies] Last: ahhh that makes sense, Thank you. (by kingkong200)
|
by paistede
Cin restriction and not rounding the results.
|
|
[no replies]
|