by elvis0288
problems with arrays
|
|
[8 replies] Last: yes man you help me a lot and i really appreciate it... (by elvis0288)
|
What am I doing wrong? |
|
[1 reply] : 1) Use the subscript operators... 2) Why no for loop at the end? 3) ... (by firedraco)
|
by johanbest
How to overwrite a .txt file with a .cpp document dev-C++?
|
|
[7 replies] Last: johanbest said: Is it possible to make it overwrite a specified part... (by jamesmk)
|
by zach2123
Comparing and Changing Duplicate Values in 2D Array
|
|
[2 replies] Last: Okay, basic mistake was that in each of my loops, i will equal j, so t... (by zach2123)
|
by Krisando
Class with static variable, within Template class
|
|
[6 replies] Last: Yeah, I've decided to split it up. Thanks for that. template<> ... (by Krisando)
|
by ChrisC
Overloading operators - Questions
|
|
[6 replies] Last: Yep, I see where you're coming from now. Was on a different page I gue... (by ChrisC)
|
by assemblyman
C++ and asm putting values into an array
|
|
[no replies]
|
by sinjoui
Input/Output
|
|
[no replies]
|
by wassabi
Bubble Sort Parallel Arrays
|
|
[no replies]
|
by Tarou San
Strange behavior
|
|
[2 replies] Last: *headdesk* Yeah, I was using field.move(3, 3), checking beyond the sco... (by Tarou San)
|
by maxg316
loop question
|
|
[1 reply] : int main(){ char choice; do{ //your program goes here ... (by hamsterman)
|
by babycakes
making a do while within a if statment for a basic attacking system
|
|
[1 reply] : sorted it out on my own using voids etc (by babycakes)
|
by mzdr
comparing number in an array
|
|
[2 replies] Last: void get_hrTmps (int hr_tmps ,int tmp_num); //function for user inp... (by mzdr)
|
by Sariss1990
Confused on c++ programming for figuring out perimeter and cost of fence
|
|
[7 replies] Last: You still need to keep the function prototypes above the main function... (by Browni3141)
|
by qwertyasdfgh
need hlp with C++ code
|
|
[9 replies] Last: I might be getting this rule mixed up with Visual Basic. I'm pretty su... (by Browni3141)
|
by nels15
Having trouble with school project
|
|
[2 replies] Last: okay. well really i don't understand it very well and i think i have t... (by nels15)
|
by toks
problem with string
|
|
[6 replies] Last: Thanks sohguanh, i did not notice that reference . i am trying ... (by toks)
|
by Fedot
Synchronize Time
|
|
[1 reply] : You should look for some information about socket programming. You sho... (by screw)
|
by Brayan
Decimal to binary...
|
|
[1 reply] : line 22 should be a=i-1; line 23 the condition should be i>=0; ... (by jsmith)
|
by boak1505
Extracting from strings
|
|
[1 reply] : stringstream ss(arraywall ); float a,b,c,d; ss >> a >> b >> c >> d;... (by Athar)
|