by hopesfall
Arrays are pointers; pointers are arrays?
|
|
[13 replies] Last: > A void pointer is an object pointer and can point to any type of ob... (by JLBorges)
|
by mweshk
Voting program
|
|
[2 replies] Last: Oh yeah just noticed the cin problem, read this. http://www.cplusplus... (by Muckle ewe)
|
by Zapeth
How to copy a certain range of an array?
|
|
[6 replies] Last: I would use std::copy: http://cplusplus.com/reference/algorithm/copy/ ... (by moorecm)
|
by sharath137
printf statement nopt working
|
|
[2 replies] Last: Sorry guys.....one dll was missing in my build folder but i dont know ... (by sharath137)
|
by bandibana
Problem with file updating using seekp()
|
|
[no replies]
|
by Tier
Need help w/ Pointer / Arrays -> Accessing characters of strings
|
|
[2 replies] Last: I see what you mean. My intention at first was to have an array of po... (by Tier)
|
by tommytopple
question on browser to server connection
|
|
[1 reply] : I don't understand what you are asking? Are you trying to create a web... (by closed account o1vk4iN6)
|
by NGen
Unknown Syntax?
|
|
[2 replies] Last: Really? I've never seen that before, I didn't know you could use it li... (by NGen)
|
by rucafe
exception handle
|
|
[1 reply] : Didn't you get an answer here? http://www.cplusplus.com/forum/general/... (by kbw)
|
by GooseMunch
Using template argument in a macro
|
|
[8 replies] Last: Haha, that's pretty awesome. Unfortunately I decided to go with anothe... (by GooseMunch)
|
by SuperSonic
Rpg printing to console
|
|
[8 replies] Last: Thank you ne555. I will read through this =) (by SuperSonic)
|
by Milun
Problem with Dynamic Allocation of Class array
|
|
[7 replies] Last: Oops, sorry. I missed the email notification of this one. Thanks for a... (by Milun)
|
by Eric Jones
strange "R6010-abort() has been called" error
|
|
[7 replies] Last: Great glad I could help. I whipped this up for you as well... Here y... (by clanmjc)
|
by aas09f
can't figure out this long list of errors
|
|
[5 replies] Last: Thanks. I actually had Mixed::Mixed (int d) { i... (by aas09f)
|
by Eric Jones
threading issues
|
|
[5 replies] Last: finally got it sorted, thanks to clanmjc's help. solution at bottom o... (by Eric Jones)
|
by rastaman64
User Input Validation
|
|
[1 reply] : you can use 'cin.get()' to retrieve the first character in the stream ... (by Vins3Xtreme)
|
by KaraPardue
Arguments and Functions
|
|
[5 replies] Last: Thanks very much...I figured it out now! (by KaraPardue)
|
by hopesfall
bool being initialized to true?
|
|
[1 reply] : All basic types (including bools) are not initialized to anything unle... (by Disch)
|
by Diana Magers
Beginner trying to do a IF ELSE statement
|
|
[2 replies] Last: It gave me 3 digits after the decimal point. Should I use cout <<... (by Diana Magers)
|
by alastairl
SDL surface to surface copy
|
|
[5 replies] Last: thanks I didn't know that, I will give it a go. AnotherSurface=... (by alastairl)
|