How to convert string to double without changing actual data |
|
[5 replies] Last: No, it means you cannot always get an exact result. Andy (by andywestken)
|
by Gluttons
General questions for C++
|
|
[4 replies] Last: by replicator you probably mean copy constructor, and each class has a... (by TinyTeeTree)
|
by naveen2525
name mangling
|
|
[1 reply] : Read this: https://en.wikipedia.org/wiki/Name_mangling The name mang... (by coder777)
|
by slaidas
Why I Cant get an output?
|
|
[2 replies] Last: Thank You :D (by slaidas)
|
by reversiblean
HELP: C++ program for calculating overtime payment of an employee.
|
|
[11 replies] Last: Reversiblean, No problem at all. Like I said I'm making the transitio... (by closed account 2U7GNwbp)
|
by geeloso
Returning a datatype other than the declared function header datatype
|
|
[1 reply] : Is it possible for a function to return a dataType (like a string) ot... (by AbstractionAnon)
|
by BluRezZz
Help with SDL? No entry point?
|
|
[no replies]
|
by lbi11
c++ print calendar
|
|
[5 replies] Last: That isn't the sample output either. (by Debjit Ghosh)
|
by tlrdx91
Calculating using lexical analyzer/tokenizer
|
|
[no replies]
|
by garretthered
program help
|
|
[2 replies] Last: Well this assignment is made up of different section and are broken do... (by Tertius Kgatla)
|
by Ozwurld
Does anyone know what wrong with this code, appearantly there is an error but it will output the right answer anyway.
|
|
[3 replies] Last: #include <iostream > using namespace std; float calculatePercentag... (by ShodanHo)
|
by Michael37
Assign a non-Number to a Double Variable?
|
|
[3 replies] Last: The above is standard C++. http://www.cplusplus.com/reference/limits/... (by ats15)
|
by kraigandrews
Converting Time string to float
|
|
[3 replies] Last: Use the std::transform from algorithms: #include <iostream> #includ... (by ShodanHo)
|
by technovator
Removing punctuations off from a string
|
|
[1 reply] : #include <iostream> #include <string> int main() { std::string t... (by MiiNiPaa)
|
by dem7w2
passing a polymorphic vectors
|
|
[12 replies] Last: > If the types are implicitly convertible, you can use the constructor... (by JLBorges)
|
Need Help with map. |
|
[7 replies] Last: I try with range insert and its work. Start in 2 seconds.Thank you. (by trysomethingbetter)
|
by Stormhawk
Typecasting
|
|
[7 replies] Last: const char* would. But what if in next Windows version it will be cha... (by helios)
|
by energetix
Need Help: Function in class
|
|
[5 replies] Last: this helps too: http://www.cplusplus.com/doc/tutorial/ (by dem7w2)
|
by beginner123
question about a program
|
|
[5 replies] Last: Here is a simple example for the ID. This is written in c++ though. ... (by Stormhawk)
|
by Scipio
Applying Runge-Kutta method to circular motion
|
|
[1 reply] : Hey people, For anyone interested: I figured it out. Problem is that ... (by Scipio)
|