Array help |
|
[6 replies] Last: MikeyBoy. sorry. I won't do it again. I forgot what I wrote in the ori... (by piratekingluffy)
|
by stephanos
Why does my array seem to double in size the second time I write it to a file?
|
|
[4 replies] Last: For me the program prints 40 four times. 40 40 40 40 (by Peter87)
|
by Flaze07
is Gui library the same as Graphic library ?
|
|
[3 replies] Last: wait...but swing and awt is a gui library...yet they can be used as gr... (by Flaze07)
|
by ahswong
Pass by reference (&)
|
|
[2 replies] Last: #include <iostream> void modifyMe(int &value) { value = 42; } v... (by Smac89)
|
by stephanos
Does closing a stream also reset the position of the stream in the file?
|
|
[2 replies] Last: Okay, thank you! (by stephanos)
|
by ahswong
C++ functions
|
|
[3 replies] Last: To nit-pick, though there is nothing wrong with the code above, the OP... (by Chervil)
|
by rajhansk
why does this happen with const pointer to int?
|
|
[3 replies] Last: can you tell me where can anybody use this int * const?? Any time y... (by AbstractionAnon)
|
by ghostk91
C++ Error: SDL_JoyStick has not been declared
|
|
[1 reply] : You need to spell SDL_Joy s tick with a lowercase s. (by Peter87)
|
by ebii
reading integer from file
|
|
[4 replies] Last: thanks alot man helpd alot (by ebii)
|
by Altaica94
Pointer of object within object itself
|
|
[10 replies] Last: Usually the address-of a particular object is written using the built-... (by mbozzi)
|
Trouble with some Loop Examples |
|
[11 replies] Last: Cool, got it. Thanks for the help! :) Will mark as resolved. (by Bayan Khorshidi Berkeley)
|
by stephanos
Reading from a binary file I've just written to
|
|
[6 replies] Last: Thank you for the explanation and all of your help! (by stephanos)
|
by portpabs
Assignment clarification
|
|
[5 replies] Last: Thanks again guys. Should be easy enough :) (by portpabs)
|
by Day Vide
Win sock
|
|
[2 replies] Last: I am not sure if visual studio specifically wants you to use a differe... (by jonnin)
|
by stephanos
How can I choose where in a file I write?
|
|
[3 replies] Last: Jonnin is correct; however, I'd like to ask you what are you trying to... (by koothkeeper)
|
by suna6382
Tic Tac Toe Program
|
|
[5 replies] Last: @dheydan THnak you so much for your help! I would never have beeen abl... (by suna6382)
|
smart menu (1,2,3) |
|
[54 replies] Last: Well in theory it does but the function is a member function and it is... (by globaltourist)
|
by Semirxbih
Setters and Getters in C++
|
|
[8 replies] Last: ah.. rather than char* str it is better to have char* str a... (by Flaze07)
|
by ebii
compiler jumping
|
|
[3 replies] Last: guys youre awsome thank you very much for your kind help . (by ebii)
|
by Kuluoz
Change CAPS/SMALL in buffer data
|
|
[7 replies] Last: @kuluoz Your testing code doesn't really make sense - I put indices o... (by lastchance)
|