Not sure what my errors mean or how to fix, |
|
[2 replies] Last: use double quotes for string. a.setName("Henry","smith"); ... (by shadowCODE)
|
Filling an array with random numbers |
|
[1 reply] : Question has been answered here http://www.cplusplus.com/forum/beginne... (by shadowCODE)
|
Arrays, looping, random numbers and output |
|
[1 reply] : #include <iostream> #include <cstdlib> //for srand() #include <ctim... (by shadowCODE)
|
by rb26dett26
Help with non homework problem
|
|
[2 replies] Last: Finally, write the function WriteData ( ) that: Prints a title lin... (by rb26dett26)
|
by Tekane
reinterpret cast problem
|
|
[3 replies] Last: Assuming "infile" is open in binary mode and "sizeof(studen)" is a typ... (by Computergeek01)
|
by h4ever
links doesn't work
|
|
[1 reply] : Those links don't work because that's a work in progress. I'm certain ... (by Computergeek01)
|
by Monobus
Issue with strings and vectors
|
|
[18 replies] Last: I still can't figure out why it isn't finding the eof right. (by Monobus)
|
by ayushexel
c++ network programming
|
|
[1 reply] : Your question doesn't make any sense OP. Please rephrase. (by Computergeek01)
|
by h4ever
Problem how to calculate size of "Array"
|
|
[3 replies] Last: Any time you see type * you are looking at a pointer to type , whi... (by Duthomhas)
|
by qder12345
Need for Help in searching vector matter
|
|
[1 reply] : This is nonsense: int arraySize = sizeof(input)/sizeof(int); input... (by coder777)
|
by Jenneyman96
output showing 2.34777e-317 on the note pad
|
|
[8 replies] Last: thanks guys for help :) (by Jenneyman96)
|
by nasser
can't understand the header <sstream>
|
|
[1 reply] : This header is required for stringstream: http://www.cplusplus.com/re... (by coder777)
|
by sohom154
Code::blocks data file
|
|
[3 replies] Last: Anything? Does the file get created? If yes, is it 0 bytes long? I ... (by keskiverto)
|
by Wulfinite
Problem with looping (for)
|
|
[2 replies] Last: Thanks Helios :) (by Wulfinite)
|
by OmidMech
'\n' vs "\n" vs "endl"
|
|
[5 replies] Last: Thank you all for your comments. I get the point now. (by OmidMech)
|
by eltee
select the value stored, decide if its invalid
|
|
[1 reply] : Are you using a c++ compiler to build it? (by giblit)
|
Please help me understand this part |
|
[2 replies] Last: Thank you norm b!. Inserting also the cout command to display index1 a... (by LightningBlaze)
|
by gingy
Function to Print Iterations of a List Not Doing So
|
|
[11 replies] Last: I apologize for the confusion. The problem turned out to be what coder... (by gingy)
|
by weee
help understanding 'T (&)[N])'
|
|
[1 reply] : It is a reference to an array. Normally there would be the name of the... (by LB)
|
by eladage
Help with sorting an array of strings
|
|
[5 replies] Last: Ok, so I finally got my code sorted out! Thanks Yanson, that include ... (by eladage)
|