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 appli...
[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 a...
[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 us...
[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 the...
[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 ...
[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 li...
[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 woul...
[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 ca...
[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 EXCEP...
[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; in...
[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.