by timprograms
Linking files
|
|
[7 replies] Last: Yeah I always wondered about that I would read .h files and see #ifnde... (by timprograms)
|
by timprograms
Clear screen...
|
|
[17 replies] Last: sudo apt-get install ncurses-devel I think... I don't use Android ... (by Duthomhas)
|
pointer to instance of class? |
|
[16 replies] Last: Yea, I've used it with posix threads before but I never knew that was ... (by Smac89)
|
by timprograms
Problem with argv
|
|
[11 replies] Last: Thank you for you help it worked with the 2d array (by timprograms)
|
by INeedAHero
Can someone explain what's wrong here?
|
|
[3 replies] Last: Okay guys, thanks a ton for the advice! The thought had occurred to m... (by INeedAHero)
|
by Giacomino
API for C++ GUI Programming
|
|
[3 replies] Last: Ok thanks a lot (by Giacomino)
|
by etneri
Changing a Record
|
|
[1 reply] : I believe you will be getting a seg fault on line 25 because the point... (by Smac89)
|
Problem with a tutorial |
|
[11 replies] Last: ahh that makes sense now, thanks superdude. (by TheWidowMaker)
|
by G8rCre8or
argument for class template
|
|
[2 replies] Last: Thanks AbstractionAnon. Works great now. I appreciate it. (by G8rCre8or)
|
by G8rCre8or
Please help
|
|
[3 replies] Last: Thank you Kinley and ne555. Works great now. I appreciate it. (by G8rCre8or)
|
by Zerpent
C++ programs communicate with binary file.
|
|
[3 replies] Last: It's really very rare for programs to need to communicate like this, e... (by LB)
|
by INeedAHero
Won't compile
|
|
[11 replies] Last: Ahhhhh, finally...it compiled (char, not int haha) Thank you so much ... (by INeedAHero)
|
by SoftMOUNT
Array Indexing Question
|
|
[7 replies] Last: So I've got a terrible book then. Dam it. Well yeah I agree you; with... (by SoftMOUNT)
|
Why do you have to add & sign when initialising a pointer |
|
[1 reply] : Oh sry I found the answer:A pointer holds the address of another objec... (by closed account EwCjE3v7)
|
by juvdoll
DFS with C++
|
|
[no replies]
|
by Kimmydoo
question about structure of a node
|
|
[2 replies] Last: Thank you very much :D (by Kimmydoo)
|
by Antone333
Just starting out, self taught.
|
|
[11 replies] Last: yes i would say figuring out how to have a character move between two ... (by MarketAnarchist)
|
by seppi562
Classes with Headers not Working
|
|
[5 replies] Last: Don't. "using namespace foo;" is the using directive . It has the s... (by keskiverto)
|
by Gladdok
Is there anything obviously wrong with this open and read file code?
|
|
[4 replies] Last: Err, so what is the best way to handle mixed strings and binary data? ... (by Gladdok)
|
by theblackdog
Switching from SDL1.2 to SDL2.0
|
|
[3 replies] Last: *Update: After some googling I found SDL_BlitMap but still duno how to... (by theblackdog)
|