inputs an integer and displays the first 2-digits present in it |
|
[1 reply] : #include <iostream> int main() { std::cout << "enter an integer:... (by JLBorges)
|
by ThatGrayRock
Simple Yet Complex?
|
|
[1 reply] : #include<iostream> using namespace std; int main () { for (int ... (by closed account 48T7M4Gy)
|
by rdavi
increment index pointer to point to next record
|
|
[3 replies] Last: thank you guys for your help, I fixed everything and it works now: ... (by rdavi)
|
by Faggio
terminate called after throwing an instance... ERROR!
|
|
[3 replies] Last: It's true what you say but i think that it could not work also in the... (by jlb)
|
by davBams
Efficiency: For loop or Ordinary Addition.
|
|
[6 replies] Last: adding up 9 values no matter what method shouldnt be your bottleneck, ... (by jonnin)
|
by husnamasri
Coding using vector
|
|
[5 replies] Last: #include <iostream> #include <valarray> using namespace std; int mai... (by lastchance)
|
by masterinex
need to find this regex expression
|
|
[13 replies] Last: > why do i have to escape the opening and closing parenthesis you don'... (by ne555)
|
by masterinex
about string and regex
|
|
[4 replies] Last: I think you need to distinguish between three separate concepts. 1. W... (by Chervil)
|
by bluefrog
boost thread pool execution (1,2)
|
|
[20 replies] Last: [quote=bluefrog]So can one not write exclusively, but read in a shared... (by Cubbi)
|
Inheritance? |
|
[1 reply] : The syntax for inheritance is this: class Employer : public Person ... (by coder777)
|
by VOLTS100
Multiple Recursion,it doesnt make sense to me,how do i create this code?
|
|
[4 replies] Last: Hello VOLTS100, I loaded your program and found that "ProblemSolve" d... (by Handy Andy)
|
by surfersss
syntax problem+arithmatic in c language
|
|
[8 replies] Last: @lastchance thankyou for explaining really detailed and giving the big... (by surfersss)
|
by pozoJ
Reverse string function
|
|
[4 replies] Last: How would this look when complete then? It would look like you had s... (by closed account 48T7M4Gy)
|
by masterinex
how to extract the extensions entered by an user
|
|
[7 replies] Last: > cuz the project requirements I would like to know the project requir... (by ne555)
|
by xxvms
Unique_ptr object is destroyed.
|
|
[5 replies] Last: Using unique pointers can sometimes cause that kind of errors and it's... (by benhart)
|