by thecatalyst
Text file reading: separate string using vector and structure
|
|
[2 replies] Last: Thx Galik. It works perfectly now (by thecatalyst)
|
by frankilische
Input ignore
|
|
[2 replies] Last: This one is better. http://www.parashift.com/c++-faq-lite/input-outpu... (by kempofighter)
|
by TomBess
Displaying array
|
|
[2 replies] Last: Use nested loops (by Bazzy)
|
by hallux2003
virtual inheritance
|
|
[1 reply] : This is the code I wrote: #include <iostream > using namespace st... (by hallux2003)
|
by wasabi
Member functions and variables
|
|
[9 replies] Last: +1 Athar (by Disch)
|
by irspeshul
Stupid Calculator Program
|
|
[2 replies] Last: I'd say char ch; cin >> first_number; do ch = cin.get(); while(... (by hamsterman)
|
by wasmin11
Word counting program
|
|
[2 replies] Last: It does not count the total number of words in any sentence that I imp... (by wasmin11)
|
by ffcalixto
countdown();
|
|
[no replies]
|
by Eyecon
If statement prob.
|
|
[1 reply] : I donĀ“t know why y/n are 1/2.. But you should do if(y=='y') //note t... (by kaduuk)
|
by wtf
Yay! I spent all day yesterday and much of today rewriting my matrix class
|
|
[6 replies] Last: well does that explain why it would work as expected before I had chan... (by wtf)
|
by mariolopes
c++ program why this output?
|
|
[2 replies] Last: Ok I found it My program works if #include "stdafx.h" #include <i... (by mariolopes)
|
LNK2019 error (conversion program) |
|
[1 reply] : You didn't implement void convert(int height_in_inches, int weight_i... (by Null)
|
by yingkang
Designning classes
|
|
[1 reply] : I created another function within the main, and moved the loops in the... (by yingkang)
|
by hexilum
int main() vs int main(int argc, char *argv[])
|
|
[3 replies] Last: For a basic tutorial such as that on this site, then adding in more de... (by Pax)
|
by x3ldonx
How can I call a a function to scan a character and return the value?
|
|
[no replies]
|
by hexilum
making your own namespaces
|
|
[3 replies] Last: I use it in the most local scope that remains convenient in source (.c... (by moorecm)
|
by ToniAz
Swapping 2D vectors
|
|
[2 replies] Last: vector<vector<int> > v; //2d vector v ; //one row (a vector) vector... (by ne555)
|
by liquidmonkey
cout and '\t'
|
|
[1 reply] : See decision here. You can use spaces instead of tabs. http://cpluspl... (by alx49)
|
Subset of list of objects |
|
[4 replies] Last: Oooh, thank you! That seems to work now. I did try to switch over to... (by kamikazeUnicorn)
|
by ffcalixto
countdown();
|
|
[3 replies] Last: What's with the ^ ? Is Pascal haunting me? As for the problem, you're... (by hamsterman)
|