by karl kho
Converting Integer to a String based on digits
|
|
[2 replies] Last: eh.. sorry mate, I'm still a beginner. I don't know what "std::"s are ... (by karl kho)
|
by madhuj
generate a binary string based on Hex data
|
|
[3 replies] Last: instead of sending the data to server as "101010101010101010101010" ... (by madhuj)
|
by YATH
ارجو المساعده برنامج c++
|
|
[1 reply] : You are either using C and getting rid of non-C headers, or writing in... (by MiiNiPaa)
|
by jizzah
read and store data
|
|
[1 reply] : Ideas thougts assistance welcomed (by jizzah)
|
by nasil12
Access to UI elements from another class Qt-C++
|
|
[no replies]
|
by david0603
i need help please for C++ programming
|
|
[no replies]
|
by Jose94ji
Homework help please
|
|
[1 reply] : int main () (by SamuelAdams)
|
by PrydeRage
How to achieve higher precision?
|
|
[9 replies] Last: Nevermind, as TheIdeasMan said, 10 metres/second were too slow to make... (by PrydeRage)
|
Constructors cannot be called. Am I right? |
|
[1 reply] : class Foo;//forward declaration Foo x = Foo();//Default constructor ... (by MiiNiPaa)
|
by HeavyRain
Novice in C++
|
|
[9 replies] Last: This site's C++ Tutorial doesn't mention initialization lists, and sho... (by Catfish4)
|
by Amazon
Multiple objects passed as reference to function
|
|
[4 replies] Last: I add: references cannot be redirected. They will point to the same me... (by MiiNiPaa)
|
by Gaminic
Various optimization questions.
|
|
[4 replies] Last: I'm pretty sure this minor optimization did work, though. I keep track... (by Gaminic)
|
by Medino
Assignment.
|
|
[1 reply] : I presume that your assignment is part of a programming course. Furthe... (by keskiverto)
|
by BillH
vs 2010 error message after running program successfully
|
|
[4 replies] Last: Just to update: I tried to use a different font and the program compil... (by BillH)
|
by Reclaimer78
Class defining and storying integer arrays
|
|
[1 reply] : void Safe::add ( Safe & one ) { for(int i = 0; i < 100; i++) { A ... (by writetonsharma)
|
by benbalach
typedef functions question
|
|
[4 replies] Last: @benbalach What does it do? Where would you use a type-id for a funct... (by vlad from moscow)
|
by gxkendall
Parsing bibtex authors
|
|
[no replies]
|
by hansaaa
DLL call sometimes works, sometimes crashes
|
|
[3 replies] Last: did you fix the unicode settings? Have you used any casts? Where doe... (by kbw)
|
by Gluttons
Unsure questions about C++
|
|
[2 replies] Last: "pseudocode allows": the first answer is the only one that makes sense... (by GreyOwl)
|
by GreyOwl
Counting lines from a file!
|
|
[3 replies] Last: well I figured it out of anyone was interested(doubtedly) ... (by GreyOwl)
|