by demon6552
so what is the use of Hex, octal or binary over decimal if you can always use decimal as a representation?
|
|
[2 replies] Last: Hex makes sense when you are more interested in the bit and byte value... (by Peter87)
|
by Kubani
My problem with a pointer in a template class
|
|
[12 replies] Last: Yes guys. Thanks to all of you. @TheIdeasMan: You are right. I turned... (by Kubani)
|
by Kun
Array in Classes
|
|
[9 replies] Last: dhayden MikeBoy Thank you very much for your help and time guys. (by Kun)
|
by technologist
passing std::array to a function
|
|
[8 replies] Last: thx, got it (by technologist)
|
Applying multithreading |
|
[5 replies] Last: Are you sure your professor said multi threading and not multi player... (by Peter87)
|
by lilmurf
Help with an assignment
|
|
[5 replies] Last: I actually figured it out. I needed a - instead of + with the x statem... (by lilmurf)
|
by akash16
Run time Polymorphism
|
|
[8 replies] Last: but as you said: Base* ptr = new Derived(); If above line creates the... (by cire)
|
by nz881
C++ random maze generator program keeps crashing most of the time
|
|
[6 replies] Last: and I guess you are right, for some reason it didnt check the row < ... (by cire)
|
by Calvin 19
Get All Hyperlinks (1,2)
|
|
[23 replies] Last: The version of the C++ compiler that is shipped with Visual Studio 201... (by JLBorges)
|
by aliyesami
string parsing question
|
|
[12 replies] Last: The stream is not the point. It's just used to print the parsed value... (by kbw)
|
by samalia
The good strategy or methiod to learn and catch C++ in few time.
|
|
[1 reply] : Read a textbook, read tutorials, practice, practice, practice. (by MikeyBoy)
|
by mike9407
need help in OOP
|
|
[9 replies] Last: you are still procedural programming and not using OOP if you just us... (by cire)
|
by jDurks619
How difficult would this project be
|
|
[4 replies] Last: well they have super computers do the weather so.. http://weather.abo... (by Rusko)
|
by Jackhenry
DevC++ ios::app not working
|
|
[4 replies] Last: @Chervil I had exactly tried that a day back! But it turncated the who... (by Jackhenry)
|
by LiamSalt
Alphabet to Decimal, assignment help.
|
|
[3 replies] Last: Either would do, the beginners is certainly ok. Posting the same que... (by Chervil)
|
by mu5eofficial
data file handling program
|
|
[13 replies] Last: worked like charm. (by mu5eofficial)
|
by g3n0m3
trying to convert any fundamental type to binary
|
|
[2 replies] Last: how blind could I be ? thanks (by g3n0m3)
|
by ephraimr
[Joke]Where have birds never built nests?
|
|
[2 replies] Last: // global namespace namespace birds { // birds is ne... (by cire)
|
by jeanphilippe
find the fit parameters which minimize chi-square functions
|
|
[5 replies] Last: obviously not. But if you initialize these variables, how can you make... (by jeanphilippe)
|
by Kubani
Pointers to a template class
|
|
[2 replies] Last: Thank you very much for your precise answer. (by Kubani)
|