by billdoors
array to a function causes strange errors
|
|
[1 reply] : int p has valid indices 0...9. sounds like you are attempting t... (by jsmith)
|
by ajlinvil
Integrating a 2-dimensional function
|
|
[1 reply] : First please put your code in [cod e][/code ] tags. Second, are numer... (by smilodon)
|
by BigRed
Array and File I/O
|
|
[1 reply] : Note, if you want help with this, please make your code more readable.... (by smilodon)
|
by steinzfan
'myAccount' : undeclared identifier?
|
|
[1 reply] : You've declared myAccount as a variable local to main() only. If you ... (by jsmith)
|
by Martynsp
Delaying time stopping the program
|
|
[5 replies] Last: It WILL make your buttons accessible. The buttons are also controlled... (by webJose)
|
by vishant
Prime number function
|
|
[9 replies] Last: Nvm, I figured it out, it was supposed to be: while ([i<= sqrt(static_... (by vishant)
|
by swood5053
Averaging arrays question!
|
|
[2 replies] Last: Well, it seems to me that you have two options: Use lgrade, or loop l... (by webJose)
|
by webJose
How do I avoid LNK1169 linker error when defining a function in a header file?
|
|
[no replies]
|
by mywan
Switch optimization and the 'or' operator.
|
|
[3 replies] Last: It depends upon the compiler, but in general, no. (by Duthomhas)
|
by MiaZas
identifying pairs in vectors
|
|
[7 replies] Last: And then vector< Card > deck; (by jsmith)
|
by MiaZas
string vectors
|
|
[1 reply] : See your thread on the inventory vector for my answer. (by smilodon)
|
by theDon85
C-Strings and Pointers
|
|
[2 replies] Last: And for pointers...they are useful for dynamically creating objects/me... (by firedraco)
|
by Taintedmint
Initializing an Array of a Class?
|
|
[7 replies] Last: Suppose you have three files main.cpp foo.h foo.cpp ... (by Duthomhas)
|
by nothvice
Simple C++ problem using loops
|
|
[3 replies] Last: You don't need much more than a loop to display a string in a reverse ... (by Bazzy)
|
by bella09
File Input
|
|
[11 replies] Last: teacher won't let us use methods we haven't covered in class yet.. ... (by kempofighter)
|
by Harlequin
Error....
|
|
[1 reply] : Your makefile is wrong. (by jsmith)
|
by zero0
vector
|
|
[4 replies] Last: For this you would probably want to use valarray. But I don't underst... (by smilodon)
|
by duleto
I got a little problem
|
|
[1 reply] : What's the name of your file. How do you compile it? (by kbw)
|
by varsha
linked list and string
|
|
[1 reply] : Please don't post in multiple forums. (by kbw)
|
Exception Specifications |
|
[3 replies] Last: Exception specifications provide no benefit to your program, but they ... (by jsmith)
|