by HankP
Read in from a text file
|
|
[1 reply] : This: if (row == "1098290-7") will not behave as you would expect. ... (by long double main)
|
by callman
ceaser cypher
|
|
[2 replies] Last: What is argv[-3] ? What is a segmentation fault, Alex.... (by IceThatJaw)
|
by jackisace
problem with while loop
|
|
[2 replies] Last: Your ask function claims to return an int , but it doesn't. You are ... (by Moschops)
|
by HankP
Comma Separated Values
|
|
[2 replies] Last: Thanks a lot, Stewbond! Now it's working fine! (by HankP)
|
by whocares21
vector<> adding new row?
|
|
[12 replies] Last: You should select either you use std::vector or you use dynamically al... (by vlad from moscow)
|
by Lunaritian
Problem with inheritance and constructors
|
|
[2 replies] Last: Thanks, it works now :) (by Lunaritian)
|
by Lowest0ne
creating something like "ostream"
|
|
[no replies]
|
by myoni
problem with class
|
|
[1 reply] : int get_numerator() // <- defines a global function named get_numer... (by Disch)
|
Reverse Numbers help |
|
[7 replies] Last: OK NEVERMIND GUYS!!! lol My brain got divine intervention and I figure... (by Joseph Fiddler)
|
by david188288
Linking errors
|
|
[5 replies] Last: Thanks! that fix solved the error. (by david188288)
|
by edwinshap
Need Help with "Game"
|
|
[1 reply] : Bump, I really need help with this guys. I can't seem to get the RNG... (by edwinshap)
|
by Neil010
'{' Error! Please Help!
|
|
[2 replies] Last: Your code above compiles, but I couldn't help noticing a major flaw. ... (by Stewbond)
|
by ctest
Few noob c++ questions
|
|
[11 replies] Last: First we do the suffix++ The ++ prefix and the addition have the same... (by cire)
|
by Carl Ntifo
VBA to C++
|
|
[1 reply] : int counter; int num; int tot = 0; for (counter = 0; counter <=... (by HankP)
|
by HankP
Write text to a file
|
|
[5 replies] Last: The problem now is that namn, teleNr and svar are all chars. This me... (by Stewbond)
|
by Diana Magers
C++ code is not working would someone please help me understand?
|
|
[3 replies] Last: cout<<"Year: "<< year<<"Raise:$ "<<raise<<endl; (by Eyad)
|
by Samuel Onate
Adding a comment
|
|
[3 replies] Last: Ah ha, I see your problem now: You can't put {} inside of a while lo... (by Stewbond)
|
by dk3919
Strange error I have never seen
|
|
[2 replies] Last: Realized I was testing way too soon and had not even finished the func... (by dk3919)
|
by C Theroux
need help with class object arrays and member functions
|
|
[1 reply] : to continue... here's my main and the output.. #include <iostream> ... (by C Theroux)
|
by Lio
Operator overload member or non member
|
|
[2 replies] Last: These are effectively equivalent: class MyClass { public: MyClas... (by Stewbond)
|