by bobsakamano
help with the math in my C++ program
|
|
[1 reply] : Look up "interpolation" for the method here. I'll use a double for pe... (by closed account D80DSL3A)
|
by Mesmaroth
My calculator
|
|
[1 reply] : use do while loop like this int main() { char choose='y'; do{ //yo... (by Dinesh subedi)
|
by sabboja
pseudocode
|
|
[2 replies] Last: Well said Albatross, I may be a newbie but I would prefer to try on my... (by cheawick)
|
Function problem |
|
[7 replies] Last: Glad I could help, Nathan. (by whitenite1)
|
by Ben Conover
Help with Music arrangement database (iTunes-like)
|
|
[3 replies] Last: The same way you did for Printmenu. But as you said you are not finish... (by novablows)
|
by Dillano
problem with arrays and selection sort
|
|
[1 reply] : For something like this, I believe a quick sort would be more efficien... (by ascii)
|
by Rendomhero
pseudocode help
|
|
[3 replies] Last: create a for loop from i=2 -> i=Number-1. Inside your loop divide the ... (by novablows)
|
by aj918
error C2678
|
|
[5 replies] Last: Thanks so much for all the help!!! I greatly appreciate it!!!! (by aj918)
|
by Shifty89
array of strings
|
|
[2 replies] Last: After reading your answer, i've realised when defining any variables i... (by Shifty89)
|
by PelhamN
Help with misleading compiler errors
|
|
[3 replies] Last: There is actually a using namespace std; in the .cpp file before the... (by PelhamN)
|
by tenderstew
help with compiling errors
|
|
[2 replies] Last: i tried that and it still gave me other errors, so i declared the code... (by tenderstew)
|
by meatlander
time_t help -> mktime() returns -1
|
|
[2 replies] Last: Are you sure you have the correct number of arguments for initializing... (by mzimmers)
|
by IWishIKnew
while() loop interferes with functions?
|
|
[2 replies] Last: nice, dont care, cause _getch works with windows just fine. Even if i... (by IWishIKnew)
|
by saverman12
queue tests not working
|
|
[2 replies] Last: Oh wow I completely overlooked the qRear = lagPtr in the assignment op... (by saverman12)
|
by vargoal
Need Help With Hangman Program
|
|
[2 replies] Last: Thanks for your help! (by vargoal)
|
by Rahul Mittal
Sending output of the program to serial port (rs232 - COM3)
|
|
[1 reply] : Can't you just open an ifstream with "COM3" as file name and then use ... (by bartoli)
|
by vincibb
Rotating string
|
|
[1 reply] : http://www.cplusplus.com/forum/beginner/43682/ (by bartoli)
|
by liondancer
remote pair programming
|
|
[1 reply] : Google is your friend!: http://en.wikipedia.org/wiki/Pair_programming... (by cnoeval)
|
by MarekVarro
C++ Help :: ASCII Symbol Error in Mono-alphabetic Shift
|
|
[1 reply] : I solved my issue. What happened was I applied the shift before I su... (by MarekVarro)
|
by narutochan
Ok, final project! (1,2)
|
|
[26 replies] Last: U're right. I am frustrated. Well, it's due like in 15 minutes. I gues... (by narutochan)
|