by Xriuk
Problem with passing parameter to parent class in constructor
|
|
[8 replies] Last: The constructor is this one: XGE_Object::XGE_Object(int x, int y, int... (by Xriuk)
|
Decode id3v2-3.0 tags |
|
[1 reply] : I wonder if there are such simple algorithms for other versions of MP... (by kbw)
|
by technologist
remedial ptr question
|
|
[4 replies] Last: ... thank you (by technologist)
|
by a10e29
Proof reading some logic
|
|
[2 replies] Last: SDL_GetMouseState(&mosPos , &mosPos ); motion = (mosPos >= 750);... (by a10e29)
|
by YvngSavage
i keep getting errors i dont understand
|
|
[10 replies] Last: i have now figured my problem, thanks for helping. (by YvngSavage)
|
by technologist
array/main.cpp question
|
|
[17 replies] Last: Cire (et al) I have eliminated 2 of the obvious bugs in your post ment... (by technologist)
|
by Xenroid
Append to Char[]??
|
|
[3 replies] Last: Thank you guys very much~ (by Xenroid)
|
by Vuzee01
Problem with HTTP GET Request
|
|
[1 reply] : The result is a 404, meaning the page could not be found on the server... (by Shadowwolf)
|
by shorty5161
access memory violation
|
|
[4 replies] Last: Fixing all the errors shortens that code considerably: std::vec... (by Cubbi)
|
by kalki
How to use map with hex values??
|
|
[1 reply] : Hi, I was playing around (just for fun) with your question and come up... (by codekiddy)
|
by GTHell
C++ Primer 5th? Should I continues the book?
|
|
[2 replies] Last: I think I memorize a lot and the back up reason is because they try to... (by GTHell)
|
by Rapsbagge
Code problem on Arduino
|
|
[2 replies] Last: That may be because when the beam is broken the digital output will be... (by Stalker)
|
by siery
Fibonacci number calculation method problem
|
|
[9 replies] Last: Try this change and tell me what happens for (unsigned int i = f_n -... (by Stalker)
|
by danjiun
std::unordered_multimap::bucket_size=0
|
|
[3 replies] Last: Hi, i want to tell you that i already found my error. Hash function of... (by danjiun)
|
by Gyiove
double * float, will there data loss?
|
|
[8 replies] Last: Hi, One other thing, float does not have the same precision as d... (by TheIdeasMan)
|
by Saad1237
What is wrong with my temp. converter program?
|
|
[2 replies] Last: Wow, you're a genius sir .. Many thanks ..!! (by Saad1237)
|
by samarth123
Problem statement
|
|
[1 reply] : This is a problem in an active contest. Please remove your code and q... (by cire)
|
by kalki
Bit operation and look-up table
|
|
[3 replies] Last: #include <iostream> #include <limits> #include <bitset> // int count=... (by JLBorges)
|
by Xriuk
Reinitialize object without invalidating pointers
|
|
[6 replies] Last: If you want B to basically be just another name for A, which is what i... (by Moschops)
|
by Gaminic
Functor with default parameters.
|
|
[13 replies] Last: I will be rereading that post once I've absorbed a few more reference ... (by Gaminic)
|