by jhykima
Regarding Pointers and Functions
|
|
[3 replies] Last: Peter and Andy, thank you both for your answers. That really helped cl... (by jhykima)
|
by Dusan Lazic
This is for school.I need help about algoritam and writting a programme in C++ .
|
|
[1 reply] : Please note that this is not a homework site. We won't do your homewor... (by keskiverto)
|
by RepsForJesus
Need Assistance with Large Number division
|
|
[no replies]
|
by c4l
Finding digits on a number with size 10^100
|
|
[8 replies] Last: [quote=OP]I know how to do this with any regular integer, I just don't... (by Duthomhas)
|
by asdfgh4600
tiny question
|
|
[10 replies] Last: You need to declare the function as such to define its return type. ... (by Codermik)
|
by mlholder
Friends Of Classes
|
|
[2 replies] Last: Thank you firedraco. I suppose I should be more careful when typing in... (by mlholder)
|
by MrRobinson
If already ran, don't allow to run again.
|
|
[3 replies] Last: bool allready_done = false; // set flag after operation and check be... (by Gamer2015)
|
by blankrama
I going back to school and need help
|
|
[11 replies] Last: f=(input * 9.0) / 5.0 + 32; printf("Temperature is in Farenheit %.f... (by blankrama)
|
by kww228
Big O: Worst Case Complexity
|
|
[5 replies] Last: So the worst case does not depend on how large something is it depend... (by Gamer2015)
|
by Tristan0299
Help on school project
|
|
[6 replies] Last: no problem, good luck :) @mpacker, I had the same reason to join :> (by Gamer2015)
|
by Dansio
Error while run
|
|
[2 replies] Last: God bless you! Thanks my friend, it works properly :) (by Dansio)
|
by b3ginn3r
Strings not listing correctly and file whith special characters not letters
|
|
[1 reply] : Of course it shows special characters which represent the object that ... (by Smac89)
|
by FighterCoder
LNK 2019 Error
|
|
[3 replies] Last: thanks so much guys, it is all fixed now. Cheers (by FighterCoder)
|
by programmer0
help with strings
|
|
[2 replies] Last: i've done strtok i just can't sort alphabetically (by programmer0)
|
by Adambacktiar
random string for asterik masking error help?
|
|
[8 replies] Last: Why do you want to use arterisk or whatever it is I gave you an exampl... (by MRQ1)
|
by Digimstr
Reading text files with different information
|
|
[1 reply] : What have you tried? I'd start by reading a line into a std::string,... (by jlb)
|
Can someone explain this? |
|
[19 replies] Last: I think it was already here when I created my account so at least 6 mo... (by TheHardew)
|
by jolo309
Need some hints, trying to solve chapter 7 in the book 'Jumping Into C++'
|
|
[2 replies] Last: Thanks, i'll see if i succeed :-) Thank you again :-) (by jolo309)
|
Can't solve a struct init-declarator error |
|
[6 replies] Last: My gawd, why haven't I thought of putting it before line 29 ehuauheahu... (by EightBitHopes)
|
by ajr123
How to plot graphs in C++?
|
|
[3 replies] Last: If I remember correctly there are actual graph plotting libraries like... (by shadowmouse)
|