Beginners - April 2011 (Page 55)

by kris84
Need some assistance with mean, mean, and mode
 
So...basically I have an application that collects numbers and when the user presses enter the application stops collecting numbers and shows the mean, median, ...
[1 reply] : http://cplusplus.com/reference/stl/vector/ Vectors are like arrays th... (by Mathhead200)
by kris84
Syntax Errors, please help!
 
It would be greatly appreciated if you guys help me fix these syntax errors. Just in case you have any questions regrading the application its suppose to collec...
[2 replies] Last: That worked beautifully. Thank you very much! (by kris84)
by myrtle
classes
 
Are there any reasons you would want to avoid writing statements in a class member function that use cout or cin?
[2 replies] Last: cout and cin are global variables and using them in a member funct... (by Mathhead200)
multi dimentional dynamic arrays....
 
HAI! I know how to use multi dimentional arrays and dynamic arrays.. but now i need both of them together.. string* foo = new string ; for instanc...
[2 replies] Last: This is another. class Matrix { int columns; string *foo; ... (by Mathhead200)
redefinition errors
 
ive been geting this error message: Error 11 error C2370: 'DRAW' : redefinition; different storage class for all my constants and this one: Error 14 error C...
[no replies]
linking codes
 
i might be absolutely off track with this but is there a way to make a code in seperate parts and link them so that it compiles all of the parts (if wht i a...
[1 reply] : #include "file.h" Will, before compile time, copy the contents of f... (by Mathhead200)
cin from a file with use of pointers, struct
 
It seems like its always something new that I'm having trouble with. If anyone can help me that would be great. I enjoy this stuff, but its so hard to wrap my h...
[5 replies] Last: changed my functions to this. seems better, still no output though. ... (by kyyleofthemist)
"Test is not a class or namespace name" simple VS2010 hassle
 
Hey, I'm not a fan of the VS IDE but in this particular case I have to use it. The offending code can be simplified as far as the below, there is no reason in s...
[4 replies] Last: I'm glad it worked Krisando. (by Mathhead200)
countlets () Number of characters coming up blank
 
Hello, all. I'm just working on this assignment and I got pretty much the entire program fixed EXCEPT trying to pass the value back to the calling function. Ple...
[2 replies] Last: Oh, okay, thank you. Actually, what was funny was I just did the retur... (by paulh428)
NEED HELP with Fopen files and fscanf
 
Hello, I want to read an input file that has this format Integer String
[no replies]
Concatenating string* pointers!! Help
 
i have a class with : std::string* aaa; std::string* bbb; std::string* outputString; int number1; int number2; and i need to write a method std::string* displa...
[5 replies] Last: Thanks a lot sohguanh!! it works just perfect ! (by almas73)
Is bitset part of stl?
 
I am a bit confuse about it I only know bitset is not a container of stl Thanks a lot
[5 replies] Last: +1 moorecm (by jsmith)
April 2011 Pages: 1... 535455
  Archived months: [mar2011] [may2011]

This is an archived page. To post a new message, go to the current page.