by hah49
read infos from files
|
|
[1 reply] : The <fstream> standard header will be very handy for such a simple tas... (by Aceix)
|
by shahgee
how to write this program in function.i am puzzled.
|
|
[1 reply] : // first allocate the rows dynamically int** dynamicArra... (by IceThatJaw)
|
by Jose94ji
Arrays question
|
|
[1 reply] : Syntax for "dynamic array": <type> <identifier>=new <type>[array size] (by Aceix)
|
by Bdanielz
switch/case inside of a dowhile loop; Not seeing case variables.
|
|
[3 replies] Last: Final program. Just to follow up. For the sake of following up. #in... (by Bdanielz)
|
Can't get simple math to work |
|
[5 replies] Last: n/1 is how many 1s go into the number, which will return the number, n... (by Mats)
|
by Austin J
How to make default constructor appropriate for std::map?
|
|
[6 replies] Last: operator< is the less than operator, which some containers need in o... (by Daleth)
|
by Mehdinaqvi
program is runing but giving me wroung output.plz corrct me
|
|
[3 replies] Last: thank you dear (by Mehdinaqvi)
|
by Nebur
Read a line of numbers
|
|
[2 replies] Last: [quote=Chriscpp]is there any possibility to store this numbers in a ve... (by Aceix)
|
by annmagret
Having trouble in adding using loop
|
|
[7 replies] Last: @OP check my edit at the top(2nd post) Aceix. (by Aceix)
|
how do i point to a method? |
|
[1 reply] : nvm, problem solved with polymorphism (by MarketAnarchist)
|
by elfeck
Making class with vector<unique_ptr> copy-able
|
|
[12 replies] Last: Doing B b = std::move(old.b) gives me Error 1 error C2248: 'std::uni... (by elfeck)
|
by jsias99
Help with homework, sorry im a Noob
|
|
[4 replies] Last: You guys rock, but after trying all night I cant seem to figure out th... (by jsias99)
|
by Ch1156
Titanic Sinking Timer
|
|
[1 reply] : One way, certainly not the only way... Epoch time is based on the num... (by SamuelAdams)
|
by Nenekonesha
Class Constructors/Destructors/Exception
|
|
[8 replies] Last: > provided that non of them were initialized by the new operator. You... (by JLBorges)
|
by RavenEater
Simple homework code doesn't work
|
|
[3 replies] Last: line 20 is one input. line 22 is another. and line 32. but no more... (by Manga)
|
by moreme
Declaring Objects of classes
|
|
[4 replies] Last: Well, it seems you guys are right. It does not work in the same scope.... (by Manga)
|
by ohhhlisalisa
if statement
|
|
[2 replies] Last: Hello, as coder777 mentioned, you have to put an if after else, but i... (by moreme)
|
by Sharan123
Recursive function problem
|
|
[6 replies] Last: so on turn 2 even if its dskToMv =0 it should transfer to turn 3 and t... (by Sharan123)
|
by programmerx
PDF to Word Convertor or vice versa
|
|
[1 reply] : read this: http://www.adobe.com/devnet/pdf/pdf_reference.html (by tath)
|
by Megziflips
Beginner problem: I keep getting "no operator " <<" matches these operands."
|
|
[2 replies] Last: Worked, thanks. (by Megziflips)
|