by hornet7288
dynamic pointer array
|
|
[3 replies] Last: It will make it work, but the idea of the exercise was to make the arr... (by hornet7288)
|
by SaRiaX
Palindrome task
|
|
[6 replies] Last: All int (s) should be replaced with int64_t (s). It is just my idea.... (by Krulcifer Einfolk)
|
by nbritton
Input validation and sanity checking.
|
|
[1 reply] : just try to read and fail. you may use an auxiliar stringstream and ch... (by ne555)
|
by andygarc1a
Why won't my code cout "fail"?
|
|
[3 replies] Last: but even after fixing that, numberOfFailedTests would be at most 1 (by ne555)
|
by bigmoney221
help with assignment
|
|
[1 reply] : I would start by writing an algorithm in plain english. How do suppos... (by Bdanielz)
|
Includes |
|
[1 reply] : No they only need to be in one place and that is in the file where the... (by closed account 48T7M4Gy)
|
by Chris2424
Pointer & Loop trouble for final assignment
|
|
[2 replies] Last: First off 22-28, creating the pointers and using them with the "Custom... (by Chris2424)
|
by kevcpp
Having trouble with my first C++ problem
|
|
[5 replies] Last: and please, no capitals in ANY c++ codes or it will not work. example... (by closed account oNA4216C)
|
Converting radians into degrees |
|
[3 replies] Last: degrees=radians X 180 / pi radians=degrees X pi / 180 yeah im smart!... (by closed account oNA4216C)
|
by andygarc1a
Code will not run
|
|
[2 replies] Last: Here is a fix to it. Check comments for changes. #include <iostream... (by joe864864)
|
by fivestar
Cin.get() HELP
|
|
[1 reply] : if i were to enter a number like '345454', shouldnt it only print out... (by jlb)
|
by joe864864
Need help comparing char in while statment
|
|
[3 replies] Last: Your welcome Joe. I don't know a good way to describe it but when you ... (by SamuelAdams)
|
by kevcpp
Putting random numbers into an array
|
|
[6 replies] Last: You never update the loop counter (i) on line 30. Try this: #include... (by edge6768)
|
by danicm9
My code does not read the .txt file.
|
|
[4 replies] Last: Thank you all! (by danicm9)
|
by moonman239
Ifstream reads "" after first record
|
|
[4 replies] Last: If you try getline() you're probably going to need to insure you skip ... (by jlb)
|
by jeffgem10
Help with error and finishing assigment
|
|
[6 replies] Last: Also having some slight formatting issues (by jeffgem10)
|
by Kerskjee
Get average from input in a for-loop
|
|
[1 reply] : You could create three new variables to keep running totals for the in... (by closed account iw7Gy60M)
|
by ut33zy
Reading multiple choice questions from a text file
|
|
[4 replies] Last: We have not learned struct or vectors in our class. So far we are at ... (by ut33zy)
|
Having an issue figuring out my problem |
|
[2 replies] Last: The problem is that you're "slicing" your objects when you copy them i... (by MikeyBoy)
|
Trouble with double |
|
[4 replies] Last: Its alright, no worries we all make mistakes. . . that why I am on thi... (by Winslowz11d7d)
|