by Teroxgt
Variable being used without being initialised even though it is
|
|
[14 replies] Last: Thanks JLBorges.. (by Teroxgt)
|
by Farrukh12
User Input in String Variable
|
|
[3 replies] Last: Thank You (by Farrukh12)
|
by nathanielb91
Creating a class. Header file?
|
|
[3 replies] Last: As well as Stewbond 's code in the Clock.h file, you would have the d... (by TheIdeasMan)
|
by ioanaB92
DES problem
|
|
[9 replies] Last: sorry about how the code looks...it is to big that I had to make him ... (by TheIdeasMan)
|
by knudmt
Implementing Interfaces
|
|
[4 replies] Last: hopefully this will shed some light // the https response ... (by knudmt)
|
by b1b2b3b4
How to I implement an equality operator?
|
|
[2 replies] Last: bool Point::operator==(Point& RightHandSide) { return (this->x ==... (by Stewbond)
|
by inukshuk
Splitting a function into 3 more functions.
|
|
[16 replies] Last: This concludes this exercise, i have pasted the final code for further... (by inukshuk)
|
by malt
counting letter occurences with strings
|
|
[5 replies] Last: You don't have to. You can just check for 'a's and put that into slot ... (by Zhuge)
|
by GoPredsGo
Have no idea what to do
|
|
[2 replies] Last: Don't try to call main(); from within main(). Use the normal cont... (by Chervil)
|
by MW130
Some very nooby questions
|
|
[8 replies] Last: http://lazyfoo.net/SDL_tutorials/index.php This is where I got my stu... (by Anders Ekdahl)
|
by alphasurfer
Calculation errors?
|
|
[3 replies] Last: A type double can hold about 15 decimal digits. It doesn't make sens... (by Chervil)
|
by MOSKing
Randomizing and Avoiding Overlap 2D Arrays
|
|
[6 replies] Last: C++ has the handy functions random_shuffle() and shuffle(), which can ... (by Cubbi)
|
by macleight
Please explain my output
|
|
[13 replies] Last: Thank you! (by macleight)
|
by BedaBing
Indexing an Array
|
|
[4 replies] Last: Instead of having 'max' store the maximum value, just have it store th... (by Zhuge)
|
by drognisep
Out of bounds memory block?
|
|
[13 replies] Last: Yup, that's what it ended up being: an interpretation issue. Loaded th... (by drognisep)
|
SDL_rect function |
|
[no replies]
|
by chiquitina21
reference parameters with 2 values
|
|
[5 replies] Last: Well, for once thing you declare your compute() function to return typ... (by Raezzor)
|
by Cromation
Loop Help
|
|
[18 replies] Last: Alright after I turned this in the teacher told me that I was not supp... (by Cromation)
|
by macleight
INT_MIN, INT_MAX
|
|
[10 replies] Last: On line 21 max = min = iMaths ; the values of max and min, which ha... (by Chervil)
|
by lolwe
Sum of digits in random generated numbers in array
|
|
[4 replies] Last: You've got the number generating function correct. Your second functi... (by fg109)
|