by skimmer001
file IO with structure
|
|
[3 replies] Last: No. If you want to space it out, file>> u1.name >> u1.phoneNumber >> ... (by shadowCODE)
|
by MrBond90
function output problem
|
|
[1 reply] : duplicate post w/reply here http://www.cplusplus.com/forum/general/149... (by wildblue)
|
by dean
Extending std::streambuf, how to reset the buffer once EOF has been reached?
|
|
[1 reply] : Looks like for your buffer of 4, xsputn("alpha",5) returns 3, indicati... (by Cubbi)
|
by rahul135
unordered maps
|
|
[2 replies] Last: unordered map http://www.cplusplus.com/reference/unordered_map/unorder... (by shadowCODE)
|
by DriftKing13
IF greater than this BUT less than that?!
|
|
[5 replies] Last: right guys! i manalged to do the top solution, it was error free howev... (by DriftKing13)
|
C programming about distance, please i need help |
|
[7 replies] Last: thank youuu (by closed account DLUk92yv)
|
by maham 24
can someone please help me solve this question
|
|
[3 replies] Last: x=4, y=1, z=2. and to write a program on this question you copy the c... (by nonsence90)
|
by deathslice
Reading from a file and storing the data into a structure (1,2)
|
|
[28 replies] Last: Done, easy enough. Problem solve. Thanks for taking time out of your d... (by deathslice)
|
by bobusuhiv
Tests c++ online
|
|
[1 reply] : I'd suggest to apply for an actual job position. It usually involves a... (by dean)
|
by larry burns
Undefined reference - what changes needed in CMakeLists?
|
|
[2 replies] Last: This thread is also handled at http://www.cplusplus.com/forum/unices/1... (by tcs)
|
by JoJodoggy1
Array of Structs: Function calls “Undefined” even though they are declared
|
|
[7 replies] Last: Thank you, I'm still getting a bunch of errors in main function calls.... (by JoJodoggy1)
|
by holygift
deleted
|
|
[13 replies] Last: How (by andromeda121)
|
Programming Style Question |
|
[15 replies] Last: difficulty d when implicitly converted to an integer type will have ... (by JLBorges)
|
by davtk8
Counting number of vowels in a string (1,2)
|
|
[21 replies] Last: Yes you could, but, hmm.. if (text == 'a' || text == 'A') Mayb... (by megatron 0)
|
by martin619
Table of objects
|
|
[2 replies] Last: ok now it all works corectly but I have to think about it cuz its real... (by martin619)
|
by slimg00dy
New to C++
|
|
[6 replies] Last: Hi, I was referring to the function prototype. It does look like the... (by slimg00dy)
|
by usman321
HOW TO MAKE A CURSOR (WITHOUT USING GRAPHICS)
|
|
[5 replies] Last: Guys i tried everything!! This project is future impossible for me!!! ... (by usman321)
|
by Finnian
program sometimes takes letters, it shouldn't.
|
|
[4 replies] Last: int input Taking note that this one is declared without definition (... (by rjvc)
|
by Nanyo
Exit from console
|
|
[8 replies] Last: If you run the program through the command prompt, the window will sta... (by megatron 0)
|