by stive157
Bubble Sort pls help
|
|
[1 reply] : instead of Get...() functions left of = use the appropriate Set..... (by coder777)
|
by xenon7568
[How] Write simple hash function
|
|
[2 replies] Last: #include <iostream> #include <functional> int main() { std::stri... (by JLBorges)
|
by Cotumb
MMORPG Coding
|
|
[1 reply] : No reason why you couldn't. It might not be the best tool to handle e... (by MikeyBoy)
|
by sxpro
Pointer to class error
|
|
[6 replies] Last: File node.cpp shall include header citizen.h that to know the definiti... (by vlad from moscow)
|
by nehajain10
URGENT - Controlled Read and Write rates of files
|
|
[1 reply] : what have you got so far? (by mutexe)
|
by xenon7568
Pascal's triangle
|
|
[1 reply] : this http://en.wikipedia.org/wiki/Binomial_coefficient will help you e... (by Maniax)
|
by klw
Beginner's question about matrices
|
|
[3 replies] Last: v is an int. &v is an int* You need static_cast<char*>(&v ) as... (by kbw)
|
by bartoli
[C] Trying to solve type conversion warning
|
|
[2 replies] Last: That's what i'll do if i have to, but i'd have liked a soluton without... (by bartoli)
|
by jayw
need help with undefined and must have class struct union errors and imputing switchcase?
|
|
[1 reply] : std::cout << number_c << " converted to hexidecimal is: " << hex << n... (by coder777)
|
Building a special order of elements for a given sequence (1,2) |
|
[27 replies] Last: Start iterating from the beginning. Copy first element to beginnging... (by abhishekm71)
|
by kaidto
Question about smart pointers. (scoped_ptr)
|
|
[2 replies] Last: D: Ok!, it was weird, It never happened before to access a method that... (by kaidto)
|
by xenon7568
Explain random number library
|
|
[1 reply] : This doesn't generate a random number, it just puts a bound on the ran... (by LB)
|
Second C++ Game! |
|
[1 reply] : Why use such a trash file hosting service? I had to make an account ju... (by Branflakes91093)
|
by Tobestik
Ngram issues.
|
|
[no replies]
|
by tnjgraham
How to convert int to char
|
|
[4 replies] Last: itoa is not defined in C++ or many compilers. Using sprintf or using t... (by ostar2)
|
by zmilam
Trying to figure this out.
|
|
[no replies]
|
efficient way to draw tiles |
|
[3 replies] Last: ahhh, your trying to make a background generator. I tried to do that o... (by TinyTeeTree)
|
by Ghilliedrone
Function not working properly
|
|
[2 replies] Last: Thanks, that fixed it. (by Ghilliedrone)
|
by Konstantacil
The output is error, please help :((
|
|
[1 reply] : I think that you don't want to print "&answer" but instead "answer". A... (by ats15)
|
by xwielder
How to properly free() a _strdup variable
|
|
[14 replies] Last: True. Thank you. void free_proID(struct prof_Name_ID*&proID) works ... (by xwielder)
|