
please wait
by etrusks
putting stuff in map in global scope
|
|
Feb 5, 2016 at 10:28am
[2 replies] Last: Thank you very much man! (by etrusks)
|
by cbar
type casting/type conversion not working
|
|
Feb 5, 2016 at 9:54am
[1 reply] : By default it only shows decimals if it affects the value. If all deci... (by Peter87)
|
by Ansev
vector <bitset <6> > to stringstream
|
|
Feb 5, 2016 at 9:42am
[4 replies] Last: Took me a few minutes to realise that the error getting thrown was bec... (by Ansev)
|
by XaVier35
Help Needed!: Classes/Methods
|
|
Feb 5, 2016 at 9:02am
[2 replies] Last: "SAMS Teach Yourself C++ in 24 Hours!" I havent heard of this book, ... (by TarikNeaj)
|
by arunrd2015
how we can find the output on copy
|
|
Feb 5, 2016 at 7:13am
[5 replies] Last: Thanks (by arunrd2015)
|
by kidd2100
Help to my first program
|
|
Feb 5, 2016 at 4:41am
[10 replies] Last: I was worried on using double variables due to working with money. ... (by TheIdeasMan)
|
by Maxi Samson
How to input a file when I do not know the name
|
|
Feb 5, 2016 at 4:35am
[4 replies] Last: TarikNeaj + 1 Ask your teacher for clarification. A good way to put ... (by Duthomhas)
|
by skhjr
text alignment
|
|
Feb 5, 2016 at 4:33am
[3 replies] Last: Everything you print must have a specified width. You are not printing... (by Duthomhas)
|
by ieesab
use of while loop
|
|
Feb 5, 2016 at 4:01am
[4 replies] Last: Thanks for your precious suggestions and valuable help. (by ieesab)
|
by Volvoid
const char
|
|
Feb 5, 2016 at 12:36am
[4 replies] Last: ^ /s/vector<const char*>/vector<string>/ (by Duthomhas)
|
by moonman239
How do I detect the reason for an stream fail state?
|
|
Feb 5, 2016 at 12:35am
[2 replies] Last: Stream failure can happen for a lot of reasons, but C++ isn't interest... (by Duthomhas)
|
by animus
C++ Function call isn't recognized? (Array to Stack implementation)
|
|
Feb 4, 2016 at 10:33pm
[18 replies] Last: ¿why do you have so much whitespace? int *array; //these should c... (by ne555)
|
by jibicax
Erasing a string array
|
|
Feb 4, 2016 at 9:38pm
[5 replies] Last: Thanks!! (by jibicax)
|
I need a while loop that calculates the min, max and average of n numbers. |
|
Feb 4, 2016 at 9:37pm
[2 replies] Last: Here is your while loop and a little more: #include <iostream> #incl... (by Thomas1965)
|
by jamesfarrow
Vector/Array question
|
|
Feb 4, 2016 at 9:33pm
[7 replies] Last: Although the std::array<> doesn't have a fill constructor you can stil... (by jlb)
|
by kmce
Learning headers and .cpp
|
|
Feb 4, 2016 at 9:18pm
[11 replies] Last: Look at it from the compilers point of view: When you call the attack(... (by edge6768)
|
by Jensdvvgsr
how to access var of another .cpp file
|
|
Feb 4, 2016 at 8:01pm
[5 replies] Last: Is it also possible to initial a 2 dimensional vector Yes. and acc... (by jlb)
|
by mcanepa6787
First project
|
|
Feb 4, 2016 at 6:02pm
[3 replies] Last: Heres the code. Most of the values I rely on the user input but the te... (by mcanepa6787)
|
by skhjr
How to make an output file / text alignment
|
|
Feb 4, 2016 at 4:46pm
[3 replies] Last: but my professor wanted us to make the file variables global. That... (by Thomas1965)
|
by wilk3sy
structure help
|
|
Feb 4, 2016 at 4:34pm
[1 reply] : ignore this. I have found something. my understanding if I have mu... (by wilk3sy)
|