by Prikolno
"pointer++" and "pointer + 1" VStudio 2010
|
|
[3 replies] Last: your code works as expected with VC++ 2010 too. I must have been doing... (by Prikolno)
|
by garob
notepad in the sourcecode section compile
|
|
[12 replies] Last: something a little smaller (code wise), code is terrible... ... (by gcampton)
|
by john891
Are pointers more efficient than arrays ?
|
|
[10 replies] Last: Disch , thanks to your pseudo-code - now I get it ;) (by john891)
|
by yoked88
output
|
|
[15 replies] Last: 3.5/10.0 is that my score? edited, i assume not as I don't use... (by gcampton)
|
by theicfire
Converting double to integer
|
|
[7 replies] Last: #include <iostream> #include <sstream> using namespace std; int ... (by blackcoder41)
|
by Dwatten
Need to save inputs!
|
|
[2 replies] Last: Aaah! Okay. I think I've found something about Vectors now. Thank you ... (by Dwatten)
|
by angela
files..
|
|
[6 replies] Last: What if the system uses EBCDIC? (by helios)
|
by BettyBoopTS
Inline Function Disallowed
|
|
[4 replies] Last: Ok, thanks bazzy! I ll use that link too to clarify for myself (by BettyBoopTS)
|
by August
Input Output with dictionary
|
|
[6 replies] Last: #include <iostream> using namespace std; int main() { //init... (by blackcoder41)
|
by Mazd
Pointer
|
|
[7 replies] Last: oh! i read it last night,it is very clear for me.i'm starting to get m... (by Mazd)
|
by ratio
Default command at the end of my cases doesn't work
|
|
[4 replies] Last: i love helping others but i hate switch statement. lol (by blackcoder41)
|
by ripley
cant get value from pointer (1,2)
|
|
[20 replies] Last: @helios i already did that after guessing. i found out that vector is... (by blackcoder41)
|
by AeoNovice
There must be a more simple way..
|
|
[4 replies] Last: 'Also, char *x = *&ia; and the one beneath it is technically write, bu... (by AeoNovice)
|
by Warrior2089
Writing a file
|
|
[3 replies] Last: Usually it's the directory of the executable file but it may change if... (by Bazzy)
|
by Bloodstone17
C++ Windows forms App Password Protection?
|
|
[no replies]
|
by undeads
Some (beginners) trouble
|
|
[10 replies] Last: Thanks everyone for your help!! I reorganised my constructors, destr... (by undeads)
|
by fission
What's wrong with this?
|
|
[4 replies] Last: Ahhh of course, p goes out of scope! I'm so busy learning new things t... (by fission)
|
by mcleano
Can anyone see anything wrong about this small segment?
|
|
[8 replies] Last: Yeah I'm not sure why I've actually put that there... Also, why have y... (by mcleano)
|
by russeld
simple grade program no errors but wont work correctly (1,2)
|
|
[24 replies] Last: oh wait, 3 is referring to me, lol. definition 4 is what i meant,, yea... (by BettyBoopTS)
|
by CMinus
Hey , I m beginner
|
|
[4 replies] Last: Visual Studio? You should start from an Empty Project , any other te... (by Bazzy)
|