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)
|
by sakonpure6
Is it possible to get a user to create new variables?
|
|
[3 replies] Last: Yes you can. e.g #include <iostream> #include <iomanip> #include <s... (by Zaita)
|
by AlitCandle
For some reason I am unable to delete character pointers
|
|
[4 replies] Last: Is that the \0 character? I thought that was automatically added in? ... (by Disch)
|
Outs won't work |
|
[1 reply] : Does your loop work? You're not clearing the cin buffer after you get ... (by Zaita)
|
why wont my program let me enter data |
|
[3 replies] Last: Also consider reading through: http://www.cplusplus.com/forum/articles... (by Zaita)
|
Strings question |
|
[6 replies] Last: Thank you (by closed account LN3RX9L8)
|
by BrianDehn
Why won't this compile?
|
|
[5 replies] Last: It's one way declaring that an array is to be passed to the function. ... (by Chervil)
|
by JayRyGeo
Where should "using" be placed
|
|
[2 replies] Last: Thank you, I was confused about this convention and I'm trying to stic... (by JayRyGeo)
|
by giblit
Console colored text
|
|
[2 replies] Last: could you please give me an example I am a bit confused I thought that... (by giblit)
|
by Melicalol
Bubble sort more than 2 vectors? help!
|
|
[6 replies] Last: @Olysold Hey Thanks a lot for respond :D. Using fg109 post worked. A... (by Melicalol)
|
by bruntmjust
Explanation help please
|
|
[4 replies] Last: There are some things wrong with the code. [code firstline=37] ... (by fg109)
|
by tiffleroux
Users Entry Causes Segfault
|
|
[no replies]
|