by Outlaw782
Cant read in multiple files and store into struct?
|
|
[2 replies] Last: Of course, its the counter! Thank you sir. :) @coder777 (by Outlaw782)
|
opening a file |
|
[5 replies] Last: Note: It is more common to use while (!kyle.eof()) {}. Actually usin... (by jlb)
|
error with simple function |
|
[3 replies] Last: I can see no problems with the declaration in line 5. Function's para... (by Kevin C)
|
by Arslan7041
Overloaded + operator - adding int to an object?
|
|
[4 replies] Last: @JLBorges: Absolutely beautiful! Thank you for making it is easy to f... (by Arslan7041)
|
by Suar
Help with c-string
|
|
[2 replies] Last: Dear Suar, You should at least try a bit by yourself and let us know ... (by malik52)
|
by ottob
Recursions
|
|
[2 replies] Last: Your code looks far to complicated for such a simple task. Is recursi... (by Thomas1965)
|
by Calpernicus
Calculate Euclidean Distance Between Two Points
|
|
[5 replies] Last: Maybe a final cout << endl; does the job? (by tcs)
|
by supernoob
File encryption error?
|
|
[1 reply] : Try making a small program using the samples in this tutorial to read ... (by closed account 48T7M4Gy)
|
by supernoob
Searching Program help!
|
|
[10 replies] Last: It's OK super, it's not your fault, your comment is appreciated though... (by closed account 48T7M4Gy)
|
by jl901205
what's wrong with this nested loop
|
|
[1 reply] : http://www.cplusplus.com/forum/general/178297/ (by closed account 48T7M4Gy)
|
by ottob
Error with lambda
|
|
[4 replies] Last: As stated before use a regular function. #include <iostream> #includ... (by Yanson)
|
by ryanmac75
trouble with functions
|
|
[3 replies] Last: line 38 getline (cin, studentName) will fix your student name proble... (by ShiftLeft)
|
by Dr50
Code isn't working.
|
|
[8 replies] Last: All lines at left margin is usually a sign that code was snagged from... (by closed account 48T7M4Gy)
|
by sheva29
passing the value of a pointer to a regular variable
|
|
[4 replies] Last: Very Enlightening. Thanks! (by sheva29)
|
by rdotto1
Identifier Undefined Issue
|
|
[2 replies] Last: Thank you!! I was putting them in <> which I deleted because it only c... (by rdotto1)
|
getline doesnt block the program |
|
[8 replies] Last: This is only a problem when you have a statement such as std::cin >> ... (by Yanson)
|
Opening a file |
|
[3 replies] Last: Glad I could help. I make little mistakes like that all the time. (by JayhawkZombie)
|
by andriusvv8
How to remove duplicate values in c++
|
|
[4 replies] Last: One way to do it: http://ideone.com/emiKCU Note that it will require a... (by cire)
|
by joe88
Help!
|
|
[1 reply] : This is not a free homework site. Please, be specific about the proble... (by chicofeo)
|
by jjwooyoung
Can't store char array to node value
|
|
[2 replies] Last: edit: okay figure it out. The node was null which is why it wasn't wor... (by jjwooyoung)
|