by Shmamy
enum and value-returning.
|
|
[5 replies] Last: A more efficient way to convert a continuous series of integers to any... (by bbgst)
|
by Amy269
Void function problems
|
|
[6 replies] Last: void calcFedTaxes(double salary, int FWT, int FICA, double &totNetPay... (by Lynx876)
|
by Schwagmister
Array Values
|
|
[12 replies] Last: This works fine, passing by reference and showing the values have chan... (by Lynx876)
|
by kong288
Random numbers
|
|
[3 replies] Last: #include <iostream> #include <ctime> #include <cmath> int main() { ... (by Peter87)
|
by Redshift
error LNK2019: unresolved external symbol
|
|
[2 replies] Last: Appreciated, thank you. (by Redshift)
|
by panman
I have one error message it reads c2227: left of ->Text must point to class/struct/union/generic type.
|
|
[1 reply] : Sounds like textConvertedCelsius is not a pointer to a class/struct/un... (by hamsterman)
|
How to use if statment? |
|
[6 replies] Last: Thanks cobalt it worked.and now i want to add another 3 cities.what i ... (by closed account G8hb7k9E)
|
by Shadoninja
Question on cin.get() and cin.get(discard)
|
|
[3 replies] Last: tfityo is right! I was wrong and I also misread the question. cin.get... (by Peter87)
|
by cplusx2
Help with my c++ problem (Not asking to DO my homework, just asking for HELP with it)
|
|
[2 replies] Last: Oh, i see. So no need array, huh? Well, thank you for your reply, Sir.... (by cplusx2)
|
by bigbluerobo
need help with problem
|
|
[2 replies] Last: thanks a million, and yes i should get c++ for dummies lol the text bo... (by bigbluerobo)
|
by acmarshall
Structures and reading from a file
|
|
[no replies]
|
by Cokeaholik
Sorting Arrays
|
|
[6 replies] Last: yeah its not working here this is what it is supposed to do ~~~~~~~~~~... (by Cokeaholik)
|
Wall in Allegro |
|
[2 replies] Last: Hi, I use allegro for most of my development. You need to do collisio... (by rocketboy9000)
|
by maharris
writing to file, then edit later
|
|
[no replies]
|
by kw1991
recursive function to reverse a word
|
|
[2 replies] Last: [quote=rageoutfool]Also in your main(), you wouldn't want to declare w... (by m4ster r0shi)
|
by bigbluerobo
need help with problem using everloading operator
|
|
[1 reply] : An operator is just a fancy looking name for a function. That's it, th... (by hanst99)
|
by bigbluerobo
problem using inharitence
|
|
[no replies]
|
by alex101
Dynamic structures
|
|
[2 replies] Last: Thank you, this way it works. (by alex101)
|
by randallsm83
Help passing around objects members
|
|
[3 replies] Last: Got it, I did not get to constructors yet, just glanced at them. I cha... (by randallsm83)
|
by Girlxpop
Loop of hell
|
|
[1 reply] : [co de] "Please use code tags" [/co de] int yearIn; That variabl... (by ne555)
|