by oghmaosiris
++x vs x++
|
|
[9 replies] Last: That is because XSetArg () is often a macro. (by Duthomhas)
|
by john891
Friend declaration and qualified-id
|
|
[10 replies] Last: There is a large section on unqualifiedname-Lookup in the C++ standar... (by john891)
|
by whitesnow
Do booleans start off true or false?
|
|
[7 replies] Last: prefer std::fill (or std::fill_n) to memset http://cplusplus.com/re... (by Disch)
|
by tre84
Shuffle function doesn't work
|
|
[7 replies] Last: here a hint build a deck what you want in it. Then shuffle it. this s... (by DrakeMagi)
|
by LiLi
changing the objective function
|
|
[3 replies] Last: Code tags, please. There's no way that can be readable, otherwise. ... (by helios)
|
by whitesnow
Can't figure out loop to set all values in boolean_array[15][30] to true!
|
|
[6 replies] Last: Should work fine. (by tummychow)
|
by DeadH34d
Exercises (1,2)
|
|
[29 replies] Last: Ah, ok. This is all very interesting stuff. I can't believe I used to ... (by DeadH34d)
|
by gregarion
Search Using Array.
|
|
[3 replies] Last: int str_count(string w , string f) { string cw = w; int countx =... (by DrakeMagi)
|
by igorpan
Class inside its parent class container
|
|
[3 replies] Last: (default inheritance for classes is private) (by jsmith)
|
by keikiwai
Listing all variables in a namespace
|
|
[3 replies] Last: Thanks for the help. I found a few solutions. Like choisum says, Do... (by keikiwai)
|
by rachel0630
OOP : Programming
|
|
[5 replies] Last: well, about the problem i'm trying to allow clients of the class mak... (by rachel0630)
|
by dokfiler
stdlib.h file
|
|
[1 reply] : Uol. Is ok. I found the files in this folder right now: C:\Program... (by dokfiler)
|
by wincry
Strange Vector problem
|
|
[no replies]
|
by littlemissb
Multidimensional Arrays
|
|
[1 reply] : I think this would be the correct code //Setup standard environm... (by CuddleBunniezzz12)
|
by frankthetank
Using a function input to define the length of an array
|
|
[2 replies] Last: I figured it out, I had to create the array using "new" (by frankthetank)
|
by newtocpp
Header File Not Compiling
|
|
[3 replies] Last: thank you very much shadow addict. you solved BOTH of my problems. my ... (by newtocpp)
|
by jinjin12
how do i declare a function with return type vector?
|
|
[8 replies] Last: thanks guys, its cool to know that i can do this. however i did not kn... (by jinjin12)
|
by varrbacon
C++ confusion on how to find the root, by bisection, in an array.
|
|
[1 reply] : Please edit your post to include [co de] tags so that the code is for... (by PanGalactic)
|
by Tripic
Vector Problems
|
|
[2 replies] Last: I appreciate the use of code tags but please take the extra effort of ... (by kempofighter)
|
by Ryan15000
SDL build Error
|
|
[2 replies] Last: Nevermind, I've figured it out... I misspelled this: -lmingw32 -lSDL... (by Ryan15000)
|