by Gldnbr
Changing up the array
|
|
[2 replies] Last: I ended up using switch/case statements. Thanks anyways (by Gldnbr)
|
by ausairman
Set a bool based on conditional
|
|
[2 replies] Last: thanks (by ausairman)
|
by Gldnbr
Counting characters in an array
|
|
[5 replies] Last: In c and C++ all strings are arrays which end with NULL C++ provides ... (by buffbill)
|
by an 0strich
Converting string to float array
|
|
[no replies]
|
by Asura20
Help Dynamic Array File Reading
|
|
[5 replies] Last: Not exactally sure. The way this works is the find function searches f... (by cscho0415)
|
by cscho0415
databasing and tables
|
|
[3 replies] Last: Well essentially I will be making a table of device ID's and their IP ... (by cscho0415)
|
by chameleon
rtti & virtual
|
|
[3 replies] Last: Ooops... Yeah you right. What I am thinking? (by chameleon)
|
by jgeorge
Passing Array to a Function
|
|
[5 replies] Last: Thank you so much! That worked like a charm. (by jgeorge)
|
by Iamcrysis
How to terminate the program from class?
|
|
[5 replies] Last: Thanks, that's right :) (by Iamcrysis)
|
by joshrocks
Help please.
|
|
[1 reply] : #include <header> or #include "local file" just (almost) copy and ... (by Mathhead200)
|
by mc84ss
Array of Pointers to ints
|
|
[1 reply] : The syntax would look like: int **x = new int* ; . Then later to acce... (by Mathhead200)
|
by James Grider
Overloading Operators
|
|
[2 replies] Last: I'm about to leave so here's my code so far. main.cpp #include "dice... (by James Grider)
|
by Calender Man
Class in function argument?
|
|
[8 replies] Last: Fine, but can you show some more code? If it's complaining about a lin... (by Pyrius)
|
by xenon69
For looping,alphabetical
|
|
[10 replies] Last: Sorry my solution when wrong on the part output that i have bold How... (by xenon69)
|
by myx360
final integer in loop not passing to function
|
|
[3 replies] Last: myx360 that was simple and good .... (by bluecoder)
|
by nitingupta
Regarding main() function
|
|
[1 reply] : Normally this value is returned directly to the operating system, but ... (by Computergeek01)
|
by Iamcrysis
Frustrated by a problem I don't see !
|
|
[3 replies] Last: int main() { string Number_, Description_; double Price_; int Quantit... (by bluecoder)
|
by pegleg123
WASD Key movement c++
|
|
[7 replies] Last: Thanks for the help everyone. I ended up using the switch statement si... (by pegleg123)
|
y not void main() ? |
|
[7 replies] Last: @OP if you're developing a command line utility then the return value ... (by ceruleus)
|
by nitingupta
Tell me the working of this simple line
|
|
[2 replies] Last: The expression x++ + ++x is an error in C++ (and in C, for that matt... (by Cubbi)
|