by shankman2k9
testing resistor classes.
|
|
[2 replies] Last: ok this is what I have and I need to get output to show values on thre... (by shankman2k9)
|
by smd75jr
Divide by zero prevention squad
|
|
[6 replies] Last: Thanks!!!! (by smd75jr)
|
undeclared identifier |
|
[7 replies] Last: You have "hr" and "min" in your class. You also have two parameters ... (by Zhuge)
|
by SeBeQ
Struct in hpp error
|
|
[6 replies] Last: Code::Blocks 10.05 with GNU Compiller 32 bit -= MinGW libraries (by SeBeQ)
|
by Blessman11
fstream doesn't work inside header file
|
|
[3 replies] Last: If this is your entire header file then you are missing stuff. #... (by Duthomhas)
|
by Rave
Classes: Accessor functions and link list
|
|
[12 replies] Last: mostly, i just make headers and cpp files and put them into a single f... (by Rave)
|
by arty
Problem in "if" function
|
|
[2 replies] Last: I was required to use floats and didn't know that I can't compare them... (by arty)
|
by Blessman11
strings don't work in header files
|
|
[8 replies] Last: You can't call ifstream, it's a class, not a function. Can you be m... (by Disch)
|
by fafner
fgets problem
|
|
[2 replies] Last: Awesome, increasing the array worked perfectly! Thanks;) (by fafner)
|
by monkeyhobo
complier errors?
|
|
[2 replies] Last: Thank you sooo much! (by monkeyhobo)
|
Constructive criticisms on working code |
|
[3 replies] Last: Hey, I'm trying to cut it down. The distancemeters and distancemiles ... (by Spiffy P Mcgee)
|
by jland68
call to a member function
|
|
[1 reply] : You have to create an object : menu my_menu; // ... my_menu.addW... (by Null)
|
by arty
Problem with input/output with files
|
|
[2 replies] Last: Thanks, I'v been trying to find it out in books for like 2 days, and i... (by arty)
|
by liamwazhere
Where to start learning C++
|
|
[5 replies] Last: you can read a good book.Let you tell Stanley Lippman C++ Primer ... (by firix)
|
by HitCode337
Variables
|
|
[5 replies] Last: The easiest way would be to use a do-while loop. You will need somethi... (by Tabian)
|
by loosebruce
Lost the will to live!
|
|
[8 replies] Last: I have figured it out. I was putting user::setage (int); ... (by loosebruce)
|
by anthonys1mom
Converting decimal to binary, octal and hexadecimal
|
|
[4 replies] Last: Still working here folks! Anyone with input Please respond! I got th... (by anthonys1mom)
|
by Mr and Mrs D
access static private members of a class
|
|
[4 replies] Last: Thanks :) (by Mr and Mrs D)
|
by Frzn
Morse to text
|
|
[8 replies] Last: I:\morse\morse.cpp|45|error: ISO C++ forbids comparison between point... (by hamsterman)
|
by Rave
Link list nodes, inserting a node.
|
|
[1 reply] : You can't assign to a value returner by a function. Function just crea... (by hamsterman)
|