by sabrinam
guess the random number-some problem
|
|
[1 reply] : > My problem is, I alweys get 42, and i don't know why The C random n... (by JLBorges)
|
Not sure if this is right. |
|
[12 replies] Last: Thanks obscure! (by closed account yR9wb7Xj)
|
by helios103
for loop that iterates 10000 times and outputs a dot every 100 iterations?
|
|
[4 replies] Last: i thought about using the if statement but I just couldn't figure out ... (by helios103)
|
by fguy
Multi-dimensional arrays and pointers.
|
|
[5 replies] Last: > Pointers always confuse me. This points to this which points to that... (by JLBorges)
|
by nurfz
Inheritence and "this"
|
|
[5 replies] Last: #include <iostream> #include <string> class Animal { public: ... (by JLBorges)
|
by raylier
Convert int to char in C++
|
|
[4 replies] Last: Hello It works fine. It's part of a program that sums 8 bits together... (by raylier)
|
by Numala
Trouble with user input in OOP
|
|
[4 replies] Last: @obscure, Of course thanks for pointing that out. My understanding is ... (by CodeWriter)
|
by lamper
Magic outputs that I am experiencing.
|
|
[6 replies] Last: you may be invoking undefined behaviour. Run through valgrind to detec... (by ne555)
|
by Student555
Returning By Reference Question
|
|
[5 replies] Last: Glad you had your problem solved :D I just wanted to mention... Don't ... (by sasauke)
|
by salsa
tUts
|
|
[1 reply] : If you're interested in learning C++, you could try the tutorials on t... (by Bogeyman)
|
by Bogeyman
Inheritance problem
|
|
[7 replies] Last: Thank you JLBorges for your detailed reply. Since you have learnt ab... (by Bogeyman)
|
by Deadlines
Why is this giving me an error
|
|
[4 replies] Last: If you want to check the new line character, do it like so: for (s... (by coder777)
|
by AVM8
Switch statement
|
|
[5 replies] Last: [quote=camycent]We can also apply this code: No, that doesn't work wit... (by coder777)
|
by hemlock
Destructor
|
|
[5 replies] Last: I want to chime in and say that it is incorrect. Destructor does not... (by ajh32)
|
by MisterWHite
New with vectors. Pls help
|
|
[4 replies] Last: #include <algorithm> #include <iostream> #include <vector> struct da... (by MiiNiPaa)
|
by warfist
Windows hang while reading files
|
|
[2 replies] Last: > it gets stuck while reading exe files. If there is a real-time anti... (by JLBorges)
|
by SafaC
What i need to do?
|
|
[3 replies] Last: so graphic libraries i was looking for. can i use them with dev c++? a... (by SafaC)
|
by iloovatar
Parameter of function that has Pointer to a function
|
|
[3 replies] Last: Should I create the Person object? Well, you cannot call nonstatic me... (by MiiNiPaa)
|
by Mr D
Random Number Generation Range Issues
|
|
[5 replies] Last: ...or just use the stuff in <random>. Complete with examples: http://... (by Duthomhas)
|
by AVM8
Queue Numbering system.
|
|
[9 replies] Last: LB corrected. Thank you my friend. (by AVM8)
|