why isnt this string of code working |
|
[2 replies] Last: Kind of a mix of Python and C you've got there... (by Duthomhas)
|
How does std::map construct complex objects? |
|
[3 replies] Last: It will. If you do something like: int a; , then a is not initial... (by firedraco)
|
learn C++ |
|
[1 reply] : In your comfy chair at home, front of your computer... If you are a... (by R0mai)
|
by meesa
C++ Detect Buffer Overrun
|
|
[8 replies] Last: Okay, I got a solution. I added a boolian, and set it to false. Then,... (by meesa)
|
by Qwerty2
What can C++ do?
|
|
[12 replies] Last: You need a text book for sure, but learning it yourself IS going to be... (by isthan)
|
Dynamic allocation issue using ANSI C |
|
[3 replies] Last: Use of the %i format specifier is POSIX, not C. http://linux.die.net/... (by Duthomhas)
|
by robezy
Problem with using maps..
|
|
[1 reply] : Use std::getline(). std::cin >> explicitly ignores whitespace. Another... (by helios)
|
by AR Khan
Data Record
|
|
[3 replies] Last: Do you want to write the data a file? If so, have a look at std::fstr... (by kbw)
|
by happiness
cannot identify this error msg
|
|
[1 reply] : your Student constructor in line 43 is not defined. just add {} instea... (by hamsterman)
|
by cstroh
craps game
|
|
[2 replies] Last: Hi, this should work. #include <iostream> #include <ctime> #incl... (by bluezor)
|
by mhdbashir
How to calculate factorial of double variable (e.g. 3.2!)
|
|
[1 reply] : The formula n!=n*(n-1)*(n-2)*...*1 only applies when n is a natural nu... (by helios)
|
by Warrior2089
The this pointer
|
|
[2 replies] Last: In many cases, though, it is necessary, especially when dealing with... (by Duthomhas)
|
by orangorangan
a strange occurance while using fstream
|
|
[3 replies] Last: @screw thx for your advice! (by orangorangan)
|
by res
parsing a txt file
|
|
[1 reply] : Use the Xerces XML library to handle your file. http://xerces.apach... (by Duthomhas)
|
by claud75
How to reduce fractions
|
|
[3 replies] Last: I got it now! Thank you very much :) this is what i ended up with ... (by claud75)
|
by aladar04
Can't reverse the inputted characters
|
|
[3 replies] Last: thanks you very much screw!... (by aladar04)
|
by claud75
if/else statements
|
|
[1 reply] : nvm i figured it out now, thank you anyway :). (by claud75)
|
by Triryche
Recursive Quick Sort (Brain Exploded!!)
|
|
[7 replies] Last: Sorry, I didn't understand you.. :) (by screw)
|
by a9642
Best way to draw a pixel
|
|
[6 replies] Last: I don't think I've ever seen a drawing library that didn't let you set... (by jRaskell)
|
by aladar04
my simple calculator loops but it doesn't display the answer
|
|
[2 replies] Last: thanks guestgulkan (by aladar04)
|