by il dottore
how to convert string to float?
|
|
[2 replies] Last: Solved: string a="100.10" string b="200.10" aNumero=strtof((a).c_str... (by il dottore)
|
by lordzedd
class
|
|
[13 replies] Last: So why would anyone write all this code to code something that can be... (by AbstractionAnon)
|
by Dexterr
Manipulating with Files
|
|
[3 replies] Last: http://www.mochima.com/tutorials/fileIO.html https://stdcxx.apache.org... (by JLBorges)
|
by nichan79
Building Lot Are with functions (1,2)
|
|
[25 replies] Last: Can you show the full completed code please? (by mockman23)
|
by DiiNoSuR
Pointers and Arrays Question
|
|
[1 reply] : Line 42, 44 : Use count as index instead of numTestScores .... (by tcs)
|
by megatron 0
My code works as is, but how do I use the constructor?
|
|
[11 replies] Last: > My next thought would be including a static vector to the megaptr cl... (by JLBorges)
|
by Vandalism
Search name(String Manipulation)
|
|
[16 replies] Last: I'm a total newbie so thank you for helping me ^^ (by Vandalism)
|
by msrt92
Stack in array
|
|
[2 replies] Last: sorry I'm not creating function for top... I m creating global variab... (by msrt92)
|
by EvE12
Back to diamond problem
|
|
[7 replies] Last: Thank you, Sir. (by EvE12)
|
by motherfunk99
Using ofstream with structs
|
|
[no replies]
|
by zboliek
i have no clue what to do here. please help.
|
|
[no replies]
|
by idknuttin
can someone explain why (char - 'A' + key) % 26 + 'A' works for the caesar cipher?
|
|
[2 replies] Last: thank you, i understand what the formula does now (by idknuttin)
|
by mishappp
Having trouble outputting correctly.
|
|
[2 replies] Last: As for outputting it to a file, I would suggest creating a string vect... (by closed account 3R5fjE8b)
|
by kmosupukwa
Help required
|
|
[4 replies] Last: #include <iostream> using namespace std; int food() {double meat, fru... (by jasonwynn10)
|
by myName
Get ip and Check in the database (MySQL)
|
|
[5 replies] Last: That particular error comes from trying to use + to concatenate to C-s... (by Zhuge)
|
by clodi
random_shuffle not working?
|
|
[2 replies] Last: thanks a lot!! it worked! (by clodi)
|
by njas1
Need Help
|
|
[2 replies] Last: ok here it is i have tried... i dont know what to do next // main.c... (by njas1)
|
by mishappp
Splitting a character array into strings to a certain character.
|
|
[1 reply] : http://stackoverflow.com/a/236803/1959975 (by LB)
|
by student89
fstream / ios::binary mode questions
|
|
[4 replies] Last: All files are 'binary files'. There's nothing different from one file ... (by LB)
|
by r0bot
very basic: scanf()
|
|
[4 replies] Last: Hi, Also, one should make use of the return value from scanf so one... (by TheIdeasMan)
|