|
by haykography
A few problems with a simple program.
|
|
|
|
[2 replies] Last: ... (by haykography)
|
|
by giblit
Template problem
|
|
|
|
[2 replies] Last: still new to c++ I had no idea you could overload functions like that ... (by giblit)
|
|
by ryanz
Function Overloading & Array Problem
|
|
|
|
[10 replies] Last: Got it!!! Thank you sir you have been great help to me tonight! I appr... (by ryanz)
|
|
by Cluterbug
help with using datafiles in arrays (1,2)
|
|
|
|
[33 replies] Last: Congratulation. You did what everyone expect of you: stop asking to do... (by MiiNiPaa)
|
|
by Cluterbug
Array() function help
|
|
|
|
[7 replies] Last: using namespace std; is a bad practice in C++ If you want to continu... (by MiiNiPaa)
|
|
by DanStirletz
Opening a file... yes i know..
|
|
|
|
[6 replies] Last: From Zhuge: Especially in cases where you are using an IDE, it can be... (by Alrededor)
|
| why is my output data wrong? |
|
|
|
[1 reply] : This code is incorrect, you declare a playerStates object named tempSt... (by Yanson)
|
|
by caliguy010
Arrays
|
|
|
|
[1 reply] : cld u give the full code (by cyberdude)
|
|
by cmiller9732
help!!
|
|
|
|
[10 replies] Last: Thanks! (by cmiller9732)
|
|
by Cluterbug
Void Functions
|
|
|
|
[7 replies] Last: Very nice! looks good another way to do it would be to just print it r... (by Zereo)
|
|
by Cluterbug
Vector help
|
|
|
|
[2 replies] Last: I got it. #include <iostream> #include <vector> #include <stdlib.... (by Cluterbug)
|
|
by Inficard
Arrray simple program
|
|
|
|
[3 replies] Last: Thanks, it worked (by Inficard)
|
|
by nass
quick help.
|
|
|
|
[9 replies] Last: Try this #include<iostream> using std::cout; using std::cin; using s... (by eyenrique)
|
| Help me convert this to object oriented |
|
|
|
[no replies]
|
| How to use an arrray with vectors and structs? |
|
|
|
[3 replies] Last: Here is an example #include <iostream> #include <vector> #include <s... (by Yanson)
|
|
by dsasson
SDL Lazyfoo help..
|
|
|
|
[1 reply] : Did you try specifying the full path to hello.bmp? (by shacktar)
|
| Robot Help |
|
|
|
[7 replies] Last: http://www.cplusplus.com/reference/istream/istream/ignore/ something l... (by giblit)
|
|
by ccwhat
may i ask the differences btwn int* x[3]; and int (*x)[3];
|
|
|
|
[2 replies] Last: thanks a lot, zhuge :D (by ccwhat)
|
|
by DanStirletz
Using a file inside a function
|
|
|
|
[11 replies] Last: Nps :) (by Zaita)
|
|
by Ch1156
Problem with text game
|
|
|
|
[1 reply] : I'd suggest adding some more debug cout statements to track your logic... (by Zaita)
|