by dhilchie
Reading in from txt file and making a dynamic array
|
|
[7 replies] Last: I agree with cire. You should remove that line from the text file. T... (by kevinkjt2000)
|
by aggsyb
Getting file sizes from a folder
|
|
[2 replies] Last: There's no point in using type double for the variables as the tell... (by Chervil)
|
by zsteve
use class inside another class
|
|
[6 replies] Last: zsteve wrote : hi, I think i should have clarified my question a... (by Rechard3)
|
by nikki1337
getting many cin on same line
|
|
[2 replies] Last: There are two separate issues here. One is how you write the code. The... (by Chervil)
|
by HSflower
2-D array sum of rows/ columns
|
|
[4 replies] Last: *face palm* (by HSflower)
|
by hbkmad
A question about inputing.
|
|
[4 replies] Last: Give me an example of what do you want. From what i understood: - user... (by tath)
|
by pronesti
Visual c++ 2010 express edition compiler problem
|
|
[4 replies] Last: Wow, I overlooked that. Most compilers will switch between C and C++ b... (by Chervil)
|
by jidder
Using a class with a constructor in another class
|
|
[13 replies] Last: You can have functions of the same name but different parameters. It's... (by Daleth)
|
by tdk93
char**array, printing only the last evaluated RPN expression
|
|
[2 replies] Last: Here's the complete code #include <iostream> #include <stack> #inclu... (by tdk93)
|
by cwright7101
Assertion Failure
|
|
[2 replies] Last: Thanks a bunch! Changing to the reference fixed the issues. (by cwright7101)
|
by kathrine
American to Canadian english translation
|
|
[1 reply] : In line 13 do you mean x = strlen(word)? (#include <cstring>) Is it ... (by condor)
|
by damian519
Map/vector of classes and objects??
|
|
[12 replies] Last: Yes! it worked like a charm! Thank you sooooo much!! (by damian519)
|
by Hailhaven
How to initialize a variable...
|
|
[5 replies] Last: you have a global variable which is accessible from the whole program.... (by rpncse)
|
by hafidz282
Need help
|
|
[11 replies] Last: I do many times try to created the right logic of algorithms, but an i... (by hafidz282)
|
by kathrine
Dice problem.
|
|
[1 reply] : Ok so go and write them functions? I see no problem or question here j... (by closed account 3qX21hU5)
|
by gyneisler
Program Flow
|
|
[1 reply] : I don't know what you are doing, but that's what you are declaring ... (by seven50)
|
by Virtuoso
Erasing a Space in a String
|
|
[4 replies] Last: Ohh ok I see what you are saying now didn't really understand the OP a... (by closed account 3qX21hU5)
|
by dhilchie
Pointers and array passing...
|
|
[9 replies] Last: You defined data as a pointer to an array of three elements. double... (by vlad from moscow)
|
by seven50
Virtual inheritance not behaving like I expected
|
|
[4 replies] Last: thanks, I'm experimenting with and I think that now I get how this and... (by seven50)
|
by huang11404
help! static library
|
|
[no replies]
|