by drs135
Writing to and reading from a file
|
|
[3 replies] Last: Is there a way i can just read the whole file and output it? #inc... (by Chervil)
|
by flav32
return statement
|
|
[6 replies] Last: I feel a bit stupid now. There are some things that I just miss withou... (by flav32)
|
by pavik
find '\r' character in a string
|
|
[5 replies] Last: Thx for all replies. It's very usful to know the backround info descr... (by pavik)
|
by Handge
Multiple .cpp files or just one
|
|
[3 replies] Last: Yes, but ... A program does operations on data. Is each act really a ... (by keskiverto)
|
by liz Lopez
grocery list using arrays
|
|
[1 reply] : Figured it out myself. #include <iostream> #include <iomanip> using n... (by liz Lopez)
|
by sanndy2
C++ function the norm (magnitude) of the vector
|
|
[3 replies] Last: #include <numeric> #include <cmath> double norm( const double x , ... (by JLBorges)
|
by moosyman
SDL context could not be created
|
|
[3 replies] Last: But the compiler would notice. Compile with warnings on; use your too... (by mbozzi)
|
by spartannn
OOP inheritance error
|
|
[2 replies] Last: Oh, wow, how did I miss that. Thank you! :) (by spartannn)
|
by tfahadhafiz
User inputs incorrect display error message and ask to re-enter correct input
|
|
[6 replies] Last: I would've stored everything in cents using integers and only done the... (by Peter87)
|
by tfahadhafiz
if else statement problems?
|
|
[5 replies] Last: http://www.cplusplus.com/forum/beginner/227574/ (by tfahadhafiz)
|
by Bopaki
Error" new_account was not declared in this scope
|
|
[4 replies] Last: Thanks Thomas1965 the second option solved the problem. Some of the pr... (by Bopaki)
|
typedef struct or just struct |
|
[2 replies] Last: Now I got it! Thanks sooo much! (by Lucas Fiorini)
|
by cidex
Strange number with fn pow
|
|
[3 replies] Last: P, Y, S are all double #include <iostream> #include <cmath> int mai... (by cidex)
|
by BearDone
error in stacks: no response in stdout
|
|
[13 replies] Last: Thanks a lot,to you too, ne555 ,you helped me with solving the problem... (by BearDone)
|
by shirshir950
functions - matrix
|
|
[7 replies] Last: i think i should have had the optimiztion of j<i (by shirshir950)
|
by chuvak
Returning pointer by a function
|
|
[9 replies] Last: I'm not sure about it but I would recommend to try avoid these as they... (by benhart)
|
by play4u
new char[] allocation returning array with wrong size
|
|
[6 replies] Last: Make sure you know how to use allocation the right way and control it ... (by benhart)
|
by hsok2003
c++ program help fix the code set operation arrys
|
|
[3 replies] Last: those kind of errors occur and handled after running for the first tim... (by benhart)
|
FUNCTIONS |
|
[1 reply] : Post your code (by SamuelAdams)
|
by ZekDe
ASCII Protokol
|
|
[2 replies] Last: first uart is not a protocol, it's a actual chip in the device. I'm no... (by SamuelAdams)
|