by mehak
destructor
|
|
[2 replies] Last: Heap allocated pointers don't call the destructor when they go out of ... (by TheToaster)
|
by Resonance
Classes in Separate Files
|
|
[5 replies] Last: Ahh, whoops sorry. I will fix it :) EDIT: Also, you should look up B... (by TheToaster)
|
by Zach S
Polyval and polyder C++ equivalencies
|
|
[6 replies] Last: You have: int n; cout << "Enter polynomial order: "; cin ... (by keskiverto)
|
by Mineanthat
Rock-paper-scissors C++
|
|
[4 replies] Last: @Mineanthat If you would still like to use the switch statement, you ... (by whitenite1)
|
by pilotnate
seekg not working in binary mode
|
|
[6 replies] Last: Maybe I'm missing something, but what you're trying to do doesn't quit... (by Chervil)
|
by Putler
Why is this expression undefined?
|
|
[5 replies] Last: It isn't "some reasons". cout << i; cout << " "; cout << ++i; ... (by Duthomhas)
|
by hiusuet
Infinity loop when variables are entered as non-numeric.
|
|
[3 replies] Last: Once you enter an alpha character for length, the badbit will be set o... (by dhayden)
|
by aqimizal
climate temperature
|
|
[5 replies] Last: main.cpp line 18: main must return an int. data.cpp: You're tryin... (by AbstractionAnon)
|
by Jacobhaha
Functions
|
|
[7 replies] Last: Functions don't contain anything, they just allow us to refer to a set... (by IWishIKnew)
|
by SEBYJOSEPH
strcmp problem (1,2)
|
|
[30 replies] Last: thank you so much chervil...the program cant get any better than this ... (by SEBYJOSEPH)
|
by fluppe
looking for sort of timer object
|
|
[4 replies] Last: Hello, ... i was out on a weekend and didn't read that 'til now well,... (by fluppe)
|
by Skillaura
Need help getting data from my database
|
|
[3 replies] Last: Line 60: //while ( fname >> lname >> idnumber ){ while ( myfile >> ... (by JLBorges)
|
by jlken
Undefined reference in array
|
|
[2 replies] Last: D'oh. Thank missed me for some reason. Thanks! (by jlken)
|
by SVcpp
Help with code
|
|
[1 reply] : if(lower >= 'a' && lower <= 'z') { upper = ('A' + lower - 'a'); } el... (by Avilius)
|
Super Simple Program |
|
[2 replies] Last: Thank you! Print isn't used in c++ I don't think so I just switched th... (by wahlysadventures)
|
by VladtheMage
Call different functions for different values of an integer
|
|
[4 replies] Last: You can have an array of function pointers which you can then use to c... (by AbstractionAnon)
|
by a1tn
Accessing member variables which are classes
|
|
[6 replies] Last: I guess that is where I misinterpreted, it said that if the variable i... (by a1tn)
|
by parri
newb questions
|
|
[3 replies] Last: thank you for the quick replies! @wildblue the book is "Teach Yourse... (by parri)
|
by pals123
Need help with classes
|
|
[1 reply] : double Hourly::getHours(){ return hours; } void Hourly::setHours(do... (by pals123)
|
by shrutika
help!!!
|
|
[5 replies] Last: Oh, I saw the conio header and thought it was Windows, but I never use... (by BHX)
|