by cariacou
Adding a library confuses the compiler :(
|
|
[1 reply] : you should add the absolute path to your library to your path variable... (by Smac89)
|
by sbahat
if else
|
|
[1 reply] : #include <iostream> int main() { std::cout << "Enter a number: "... (by LB)
|
by Vjrrdr
Void and return functions with loops
|
|
[2 replies] Last: Thanks! That got the void function to work, but I'm a little lost on h... (by Vjrrdr)
|
by americanxo
how to store a letter variable ?
|
|
[18 replies] Last: because i am new to c++, and still exploring, thats why i got stuck on... (by americanxo)
|
by ADTR2012
Operator== Overload
|
|
[5 replies] Last: There's typos, so to be technical, no it doesn't look correct. (by LB)
|
by TyNova
Help with output and dash position
|
|
[1 reply] : Nevermind guys, I got it. int dashPos; string courseDesc; string ... (by TyNova)
|
by jvjvalerio
NIM game
|
|
[2 replies] Last: sigh...such a simple solution...ty so much giblit!! (by jvjvalerio)
|
by ayemitty
How to stop rounding
|
|
[11 replies] Last: Heres how I would do it #include <iostream> int main() { const in... (by giblit)
|
by Keyblade
Vector trouble
|
|
[8 replies] Last: You need separate variables to cin into, and then you'll push_back t... (by LB)
|
by shuyina
help me to solve this question for making c++
|
|
[3 replies] Last: wow many thanks all...for helping me in the formula...the question i k... (by shuyina)
|
by Nitrosolid
Best way to send an email in C++?
|
|
[8 replies] Last: Thanks for the help. (by Nitrosolid)
|
by Jose94ji
Unresolved externals error
|
|
[2 replies] Last: I didn't even notice that, thanks helped a lot. (by Jose94ji)
|
by Anna22
[Linking error] undefined reference to `WinMain'
|
|
[3 replies] Last: You're welcome. There are a lot of threads on the forum about IDE's. ... (by norm b)
|
by Joshcannon
Hour Glass shape with letters (help)
|
|
[1 reply] : What was wrong with your existing thread? http://www.cplusplus.com/for... (by LB)
|
by miller2249
ok I'm a beginner so go easy on me people
|
|
[1 reply] : code is correct. You probably don't have to file in your project or so... (by giblit)
|
by Aliasteel
Questions about differences
|
|
[1 reply] : Copy the calculations you want to the "if" you want. ;) But to calcula... (by Locien)
|
by TensE
If wont work properly
|
|
[1 reply] : if (income > 50000 || income <= 75000) This is always going to be t... (by Disch)
|
by Jorys22
im having problems writing numbers to a file
|
|
[4 replies] Last: you are awesome ty so much i have been struggling with that forever. ... (by Jorys22)
|
by boy3005
program that finds the # of digits of a number
|
|
[2 replies] Last: Those ways look a bit complicated to find the number of digits a numbe... (by giblit)
|
by xplainet
Declaring number of array elements ?
|
|
[1 reply] : Yes. std::vector (and other standard library containers) allocates d... (by keskiverto)
|