void Pointers |
|
[6 replies] Last: Didn't mean to sound snappy. To clarify, let's expand the line of cod... (by xismn)
|
by jidder
Is anyone willing to give me help on a game im making
|
|
[13 replies] Last: It doesn't? (by closed account N36fSL3A)
|
by HSflower
Removing char from vector of vectors
|
|
[4 replies] Last: i think just use member function erase that vector class provides to... (by JackSBU)
|
by Pentarctagon
Adding an icon to an exe
|
|
[no replies]
|
by chessman
Question about division.
|
|
[3 replies] Last: @chervil you can also do 30f / 40 30 / 40f 30f / 40f (by giblit)
|
by anhome
Float Data Type
|
|
[4 replies] Last: Just create a new class for your custom number to start try something ... (by giblit)
|
by stux16
problem with my bool
|
|
[1 reply] : Line 35 defines a new variable that is a different variable than the v... (by Peter87)
|
by Sajeth
trouble with platform for developing my c++ programs
|
|
[1 reply] : Just grab a more recent version. VS2012 was designed for Windows 8. Th... (by ResidentBiscuit)
|
by Schlibib
Removing a string from vector read-in text file.
|
|
[1 reply] : Using erase invalidates your iterator. void MovieList::removeMovie(M... (by cire)
|
by Justin5978
Loop question
|
|
[4 replies] Last: not entirely true. You can use && and || operators to check multiple b... (by giblit)
|
by GoranGaming
Sign Finder
|
|
[2 replies] Last: Wow, you really know everything about this, do you? Thanks a lot :) (by GoranGaming)
|
Insert System or current time into mysql table column |
|
[2 replies] Last: Thanks man. Both worked. (by Krishnananthan)
|
Clarification about memory addresses |
|
[3 replies] Last: Exactly. (by Chervil)
|
by roadtrain
OpenGl C++
|
|
[6 replies] Last: Agreed @ iHutch. fwiw, the tutorial I linked introduces you to shader... (by Disch)
|
by GoranGaming
First and Last Name
|
|
[8 replies] Last: And the real answer is not to put any functionality in main(), just ch... (by Jaybob66)
|
Pointers to Pointers |
|
[7 replies] Last: Note that * has different meanings in different contexts. char *p //... (by Thumper)
|
by dody
wrong output
|
|
[2 replies] Last: This is a straight forward adding up exercise, you're inclusion of N,l... (by Jaybob66)
|
by axle0309
Help Do This! Thanks :))
|
|
[4 replies] Last: can you show me the codes and where do i need to put that? because i r... (by axle0309)
|
by Ganado
do/while loop with output error message problem
|
|
[10 replies] Last: Okay thanks for the explanation, that is convenient. I changed the 'an... (by Ganado)
|
by HomoDinos
problem with manipulators in operator<<
|
|
[3 replies] Last: PS std::setw is the only one of the i/o manipulator that isn't "sticky... (by andywestken)
|