by deividas717
Second smallest number in array
|
|
[6 replies] Last: @abhishekm71 Indeed, you are right. I stand corrected. I have impleme... (by Bourgond Aries)
|
by eman2013
Sorting problems
|
|
[4 replies] Last: The area I found a problem is in the header file...b.c. The data recie... (by eman2013)
|
by jer311
Problem running file
|
|
[3 replies] Last: Replace line 50 if (file1 && num1 < num2) with: if (file... (by Chervil)
|
by hampsu
Help with basic functions
|
|
[3 replies] Last: Actually... double jacket (double h, double w, double a) { double ... (by machinafour)
|
by Shugo3
isword program
|
|
[1 reply] : Hi there, [quote=Shugo3]I am having trouble with one is recognizing t... (by closed account o3hC5Di1)
|
How do I associate variables with eachother? |
|
[3 replies] Last: Add new variables: char LowCity = ""; char HighCity = ""; ... (by Chervil)
|
by karma1111
passing a struct as an argument
|
|
[2 replies] Last: Apologies as this is a bit off topic, but where exactly in that method... (by mutexe)
|
by koolsilver
Help with C++ project
|
|
[2 replies] Last: It looks "map" would be far better storage for words and definitions r... (by rodiongork)
|
by BotoolZyoud
try and catch problem
|
|
[3 replies] Last: try { // if(r||heigh_t<=0.0) if( r <= 0.0 || ... (by JLBorges)
|
by Pstrnil
Memory game using OOP
|
|
[8 replies] Last: I made the V2, you move with arrow keys and turn the card with spaceba... (by Pstrnil)
|
by nesca87
1D heat transfer
|
|
[11 replies] Last: while (error >= 0.0001) it's stuck in this loop, because error = ma... (by mutexe)
|
by daytonflores
HELP PLEASE, CODE DUE IN 1 HOUR!
|
|
[4 replies] Last: Thank you for the help! I changed them all and it's still giving me th... (by daytonflores)
|
by cheryl tan
numbers triangle
|
|
[1 reply] : cout << "1" << " " << "2" << endl; you should include a space between... (by mjyz)
|
by match88
Question about pointers from beginner
|
|
[7 replies] Last: Disch, thanks a lot! It was really helpful! (by match88)
|
by Modern Man19
how to read characters from an input
|
|
[1 reply] : if you're just adding the numbers up it shouldn't matter the order of ... (by giblit)
|
by dkmike
c++ 1D Arrays, reading a txt file
|
|
[2 replies] Last: Hullo, dkmike. You will need to use an ifstream to load the file. Ta... (by Superdude)
|
by jmmalon1
Lab 4 help--functions
|
|
[2 replies] Last: anyways what is line 39 supposed to be doing (by giblit)
|
by Emma Naylor
Can I make an if statement that changes depending on the return of a function?
|
|
[1 reply] : Can I use an if function to test if the function returns a certain va... (by rodiongork)
|
by Joshcannon
counting letters
|
|
[2 replies] Last: If you need counts for several letters it would be good to use array o... (by rodiongork)
|
by davisjohn
Help Quick with Power Series please
|
|
[1 reply] : Well, a few things. For one, 'ai' is a variable of type double, not an... (by Ispil)
|