Spot the mistakes |
|
[3 replies] Last: Ah yes, didn't see that. (by Stewbond)
|
Why won't this code compile? |
|
[4 replies] Last: You can use any editor you want, syntax won't change. Just read that a... (by vasilenko93)
|
by vasilenko93
C++ equivalent of Java's length
|
|
[3 replies] Last: #include <vector> int main() { std::vector<int> numbers(5) ; ... (by JLBorges)
|
What is wrong with my program? |
|
[3 replies] Last: You'd better post _what_ exactly you tried. You see, I'm not good in t... (by rodiongork)
|
by muddaser
flow chart
|
|
[1 reply] : Simply type "gcd flow chart" in google and you'll get several samples ... (by rodiongork)
|
by kay19
Validate user input
|
|
[2 replies] Last: Alright thanks for the reply, yeah I was just experimenting and kept c... (by kay19)
|
by fahmankhan75
Even and odd numbers
|
|
[1 reply] : Odd is the opposite of even so just throw in an else statement. ex: ... (by giblit)
|
Read info from file into arrays |
|
[no replies]
|
by fahmankhan75
Even numbers?
|
|
[2 replies] Last: Yup that helped :D Thank you :) (by fahmankhan75)
|
by bkkt2007
Loops
|
|
[1 reply] : Please use the source code format, makes it a lot easier for people to... (by Uk Marine)
|
input/output file |
|
[no replies]
|
by Sharan123
Intializing error
|
|
[1 reply] : At line 33 you declared a new variable: int hours=hours-12; ... (by Chervil)
|
by wcsjunior
Event controlled error
|
|
[2 replies] Last: Thanks! I was so caught up with the programming that I didnt do the ma... (by wcsjunior)
|
by Diexode
Use of Functions in Calculations
|
|
[3 replies] Last: Thank you very much for your help, admkrk and Locien. I have fixed the... (by Diexode)
|
by Jose94ji
How to int from string?
|
|
[1 reply] : Think of a string as a char array with 4 elements (in your example). T... (by admkrk)
|
by aju33
Problem Function Calling
|
|
[2 replies] Last: Locien, Thank you!!! It runs successfully! I knew it was going to be... (by aju33)
|
by ephekt
Exception Haldling
|
|
[2 replies] Last: I just figured out the problem. The other functions that take DigitalT... (by ephekt)
|
by samerman07
Text file word by word into Link List
|
|
[4 replies] Last: i tweaked my code a little bit and it prints semi-justified. The only ... (by samerman07)
|
by cebegaf
Help with homework
|
|
[2 replies] Last: Duoas offered some good direction here http://www.cplusplus.com/forum/... (by closed account D80DSL3A)
|
Error in this code? [c++] |
|
[4 replies] Last: double is a built in type (by Superdude)
|