fin.fail |
|
[1 reply] : std::ios::fail() isn't really used for what you think it's used for,... (by xismn)
|
by ExSanity
/MT causing unresolved externals.
|
|
[3 replies] Last: Ah okay. I will try that thank you! Edit: All compiled correctly afte... (by ExSanity)
|
by masterinex
how to use cin.ignore
|
|
[3 replies] Last: All read operations (including ignore) will fail automatically if an e... (by Peter87)
|
by darje
sort linked List
|
|
[2 replies] Last: hey Handy Thanks for the help mate i will try tomorow morning to work... (by darje)
|
by Ephan
Nested for loop and if conditional, to draw a pattern ??
|
|
[4 replies] Last: Hi coder777. Both the codes you provided make things really clear an... (by Ephan)
|
by somefight
how to reply
|
|
[1 reply] : Hello somefight, Welcome to the forum. If you have not read these yet... (by Handy Andy)
|
.eof() confusion |
|
[8 replies] Last: This is why I'm askingĀ https://www.hackerrank.com/challenges/30-di... (by gunnerfunner)
|
by idknuttin
What is the proper way of declaring the copy assignment?
|
|
[5 replies] Last: It means that it returns a const reference. That prevents you from do... (by dhayden)
|
by ChocoG
Calculate with pointers?
|
|
[3 replies] Last: What is the type of _calcPlayer and _calcEnemy ? What does the GetC... (by keskiverto)
|
by Ma92
struct
|
|
[2 replies] Last: thanks jib (by Ma92)
|
by keh k lenge
Constructor cannot be defaulted
|
|
[5 replies] Last: [quote=jib]In the code supplied you don't need to use either the = def... (by Peter87)
|
by keh k lenge
Function arguments
|
|
[1 reply] : Also if I want only specific type example like only int, string and s... (by mbozzi)
|
by arielselbach
Infix to Posfix
|
|
[no replies]
|
by jlb
Class
|
|
[1 reply] : Here is the original code for future reference. //Header File <fract... (by jlb)
|
by cjelin
return value
|
|
[3 replies] Last: That fixed the issue! Thank you so much!! (by cjelin)
|
by blahblah123
ifstream and ofstream - EOF while loop
|
|
[1 reply] : Take a look at this tutorial: http://www.cplusplus.com/doc/tutorial/fi... (by chicofeo)
|
by Bicubo
How do I use a function's return value?
|
|
[1 reply] : IMO, your functions are doing too much. Each function should do a litt... (by jlb)
|
by Fumagalli
Iterator and map
|
|
[1 reply] : The map elements are stored in std::pair. http://www.cplusplus.com/ref... (by Peter87)
|
by surfersss
Understanding pass pointer to pointer by reference in c
|
|
[1 reply] : The pointer is passed by value. The function doesn't modify the pointe... (by Peter87)
|
by Snow14
Arrays
|
|
[5 replies] Last: Hello Snow14, i want to print before the total something like : (tot... (by Handy Andy)
|