by meg78
Good afternoon, needs help in debugging a program code
|
|
[6 replies] Last: Yes Jorz, you are correct... (by meg78)
|
by Rii
unsigned char value disappearing
|
|
[4 replies] Last: thanks all! it works like a charm now, sorry for the late responce, I ... (by Rii)
|
by joseoliv
Fetch unique SQL result into variable
|
|
[no replies]
|
by GRex2595
Recursive methods
|
|
[3 replies] Last: I managed to get the program working correctly. Thanks to all for your... (by GRex2595)
|
by GRex2595
Recursive method lacks recursivity
|
|
[6 replies] Last: I managed to get the program working correctly. Thanks to all for you... (by GRex2595)
|
by Windwhistles
Get a number
|
|
[1 reply] : It breaks if you have invalid input longer than 65 characters long bec... (by The Palm Tree Magician)
|
by oscarocampo
bool
|
|
[3 replies] Last: Thank you so much for your help. (by oscarocampo)
|
by gongzhen
Question about the Overload Operator
|
|
[2 replies] Last: List - is it your class, or STL class? As STL do not have a class "Li... (by Shinigami)
|
by jakethenoob
what can i do too make a program that displays the temprature of my computer ????
|
|
[1 reply] : I have a feeling you'll need to out some inline assembly for your CPU ... (by ResidentBiscuit)
|
by SGM3
Loops, if, else (1,2)
|
|
[22 replies] Last: Taking your knowledge and applying it is one of the hardest steps in p... (by Volatile Pulse)
|
by McDonough
Practice Problem
|
|
[8 replies] Last: And the 3rd: #include <iostream> using namespace std; int main(){ ... (by Zonric)
|
by IU1
File not opening
|
|
[no replies]
|
by dert45
Issue with pointers
|
|
[2 replies] Last: Oh yeah the stray semicolon was a typo as well. Thank you very much. T... (by dert45)
|
by Doppler
What math skills do a professional programmer need?
|
|
[3 replies] Last: Besides the math required by the problem domain (differential equation... (by Cubbi)
|
by zborek
HI Guy can you Help me ASAP??
|
|
[2 replies] Last: Technically, intn will typically have a non zero value by default. I... (by Volatile Pulse)
|
by robkavanagh
OOP Problem
|
|
[4 replies] Last: Right. A constructor is just like any function. All functions need a... (by Disch)
|
by smalld
iostream obj in the if statement
|
|
[5 replies] Last: The class istream has a conversion member function that converts an is... (by vlad from moscow)
|
by hadil
What's wrong with my code?
|
|
[1 reply] : Though this code is not very good but the error is a consequence of an... (by vlad from moscow)
|
by Doppler
How do you make a sum? 1/(a+i) i++
|
|
[1 reply] : It is better to define b as double. double b=0; for (int i=0;i<=1000... (by vlad from moscow)
|
by egriff3200
Using a seperate function for results of an equation that was chosen and answered in main.
|
|
[11 replies] Last: If I knew where you lived I'd send you a six pack. Thanks again for he... (by egriff3200)
|