by D4rkZ3r0
Defining data in classes
|
|
[5 replies] Last: RB, that's what intelisense and right click -> go to definition are fo... (by LB)
|
by Tolja
MFC ADO
|
|
[4 replies] Last: When I created a project i picked: database with full support, datasou... (by Tolja)
|
by danzai
Haversine Formula- trig variable error
|
|
[2 replies] Last: Yes, that makes sense. It worked. Thanks again. (by danzai)
|
by ccPac014
Game Board
|
|
[2 replies] Last: @moot1, He said he already has a 2D array for his board, so why would ... (by ResidentBiscuit)
|
by LiiArch
Day of the Week Program
|
|
[4 replies] Last: You will need this http://en.wikipedia.org/wiki/Weekday_determination (by ResidentBiscuit)
|
by biplav17
Expected primary expression before char?
|
|
[3 replies] Last: thanks a lot (by biplav17)
|
Dereferencing a Pointer to an int Through a Pointer to a Member |
|
[9 replies] Last: Cheers, Cubbi! Life-saver :) Wazzak (by closed account zb0S216C)
|
by zrrz
dynamically creating an array in a function
|
|
[3 replies] Last: http://www.cplusplus.com/doc/tutorial/dynamic/ See the part about Oper... (by LB)
|
by BarringtonT
Need help with producing random numbers
|
|
[9 replies] Last: aww man thanks peter that was good stuff i was under the impression yo... (by BarringtonT)
|
by sadsack
I know this is alot to ask
|
|
[2 replies] Last: I don't know, I just got thr code of the web. I am very new to C++ so ... (by sadsack)
|
by Malefitz
problem: operator overload with classes
|
|
[2 replies] Last: float* Point::getCoord(void){ float Tapper ; Tapper = x; ... (by closed account DSLq5Di1)
|
by char250
Error to Build...
|
|
[1 reply] : Could you actually copy and paste the errors themselves? Just telling ... (by LB)
|
I'm lost and need advice |
|
[4 replies] Last: I would start fresh, procedural C++ just means instructions are execut... (by D4rkZ3r0)
|
by dotjan
strings and function inside a class for beginners
|
|
[8 replies] Last: You seed the random number generator with the current time in pickOne(... (by Peter87)
|
by adrianooo231
Math not working properly
|
|
[2 replies] Last: Im writing on mac but i will be running in mostly on windows thats why... (by adrianooo231)
|
by ihato
Adding more info to the class outside it?
|
|
[7 replies] Last: It's not a good idea, that is a HUGE waste of memory, not to mention a... (by LB)
|
by D4rkZ3r0
STRNCPY overwrites?
|
|
[5 replies] Last: Thanks for the tip, I was unaware of that function, since the book did... (by D4rkZ3r0)
|
by biplav17
Reading Bitmaps
|
|
[2 replies] Last: I would like to use it. Eg: making background and doing other stuff. ... (by biplav17)
|
by Ekko Finch
What is wrong with this code and why is the console windows closing?
|
|
[2 replies] Last: Thanks a whole lot. So do you think the problem was that I did not put... (by Ekko Finch)
|
by ihato
The weirdest thing I have ever seen working on console *SOLVED*
|
|
[5 replies] Last: *facepalm* You people were right all the time. it's string(number... (by ihato)
|