
please wait
by Tubes
No match for 'operator[]'
|
I have an assignment to create a database using structs. It's not completed at the moment but whenever i try to compile it tells me "no match for 'operator ' in... |
Apr 1, 2013 at 5:53am
[2 replies] Last: That did the trick! Thank you! (by Tubes)
|
by Banshee1
Switch statments
|
How would you go about creating a program that guesses a number from 1 to 5 that uses a switch statement, that has the user input a number from 1 to 5 and give... |
Apr 1, 2013 at 5:27am
[10 replies] Last: You can also use switch statements like if statements... although I'm ... (by fg109)
|
by earthearth
Problem with Nested Switch Statements
|
Hi, i tried to create a nested switch, but I'm getting errors. Please help.Thanks :) void menu() { bool checkCall = false; int option; do { cout <... |
Apr 1, 2013 at 5:10am
[2 replies] Last: Good and consistent formatting makes it a lot easier to spot mistakes.... (by fg109)
|
by Josh Henry
print database
|
have a program that is pretty much complete but i cant figure out how to print the blank course list before prompting the user if they would like to add to it..... |
Apr 1, 2013 at 3:22am
[no replies]
|
can someone check this code and tell me what is wrong with it |
#include <iostream> #include <iomanip> #include <cmath> using namespace std; int main() { double S, A, B, C; A = 1; B = 2; C = 6;... |
Apr 1, 2013 at 2:37am
[6 replies] Last: Yes, but we don't normally do homework for people :) (by Chervil)
|
Reading and printing to a .txt |
Hello all, I just joined up :). I am new to C++ and need some assistance. I am attempting to create a program that reads from a file that looks like this: J... |
Apr 1, 2013 at 2:37am
[2 replies] Last: Thank you for responding. :) Ok, this is where I am at so far, just s... (by CharadeYouAre)
|
Help with calling a function |
My professor gave us an assignment asking the following: "Create a function called larger which takes two integers as its parameters and returns the larger of ... |
Apr 1, 2013 at 2:28am
[4 replies] Last: i appreciate the reply, submitted the code earlier. (by anthonyxmarinaro)
|
by MosquitoLand
Defining a period of time for a single segment of code
|
Hello dear friend , I'm planing to come up with my first c++ project , i'v putt a lot of effort by now ,and i'm getting better in it every day ,how ever c++... |
Apr 1, 2013 at 2:05am
[no replies]
|
by Pebble
Function Parameter's
|
I typed in a function and added the missing main(). The book say's that the function can be called through: auto index = find_char(s, 'c', ctr); I susp... |
Apr 1, 2013 at 1:42am
[5 replies] Last: "Thank" does not own me ;) (by LB)
|
by Apmeyer
Why int main( int argc, char* args[] )??
|
int main( int argc, char* args ) { return 0; } I'm learning SDL right now, and every tutorial I come across says not to worry about the parameters... |
Apr 1, 2013 at 1:16am
[2 replies] Last: Thanks Disch! (by Apmeyer)
|
by zhuhr96
How do you correct this functions?
|
/*Write a C++ program that uses three user-defined functions (counting main() as one) and produces the following output: Three blind mice Three blind mic... |
Apr 1, 2013 at 12:39am
[3 replies] Last: You did not follow the second one correctly. You redefined your functi... (by RadCod3Win)
|
by GedutisI
A quick problem
|
Hello, I have this problem. Whenever I try to compile this code, the program just blinks and closes without doing any action. Can't find anything wrong mysel... |
Apr 1, 2013 at 12:20am
[1 reply] : is this int pause; cin >> pause; just for... (by DysFunc)
|