General C++ Programming - July 2008 (Page 10)

fstream
 
When im using ifstream and ofstream to read/load text files, for exampel ifstream text1(load); c...
[1 reply] : get only works on 1 line. Extracts characters from the stream and ... (by Zaita)
data file handling
 
i have made a class with some private members and a public function suppose f1 to input the private ...
[4 replies] Last: Oh, i got what you mean. Because we always use the same student object... (by Mitsakos)
by Giamma
Resizing an image
 
Hi, I'm back with an other problem in my program. I load an interleaved raw image with 8 bit RGB ...
[8 replies] Last: I live in Padova (in English it's Padua) (by Giamma)
return values of boolean functions
 
i get an error in this block when i compile while (Repeat == true); return 0; } here is ...
[2 replies] Last: You can change the function a bit too bool Repeat() { char agai... (by Aakanaar)
by budo
Kruskal's algorithm from Sedgewick
 
I want to implement kruskal's algorithm on C++ for my program, but my knowledge of templates and vec...
[2 replies] Last: No, it's still not working. class Edge { public: ... (by budo)
Quick Question regarding Pointers
 
ok.. quick summary of what i know: char * var; // var is a pointer variable that holds the memory...
[2 replies] Last: It depends on how you want to use it and what scope you want for the v... (by Zaita)
by dsync0
A tax calculation program
 
Im trying to write this math program where it prompts the user to enter the # of citizens, # of tax ...
[no replies]
How to link files in MSVC compiler
 
I got a task to do, it states as You are submitting two files: Invoice.cpp and Invoice.h These m...
[1 reply] : Either, you have header files to ex03 and test that contain the protot... (by Zaita)
convert string into operators
 
Hi, I want to design a program that takes string as input and convert it to arithmetic form and giv...
[6 replies] Last: AFAIR, Turbo C++ is old and does not support namespaces . You ... (by closed account z05DSL3A)
by mikej
getting a range from a vector
 
Hi, I apologize if this is too basic a quesiton. I have a vector<Date> where Date is a class r...
[4 replies] Last: Thanks much for the encouragement. Knowing there are a very nice peopl... (by mikej)
Urgent need of favor from any one
 
hello i am in urgent need of work. i am learning C++ these days and i have some problems. my teacher...
[1 reply] : Well, you will prpbably need a variable for hours, minutes and seconds... (by int main)
July 2008 Pages: 1... 8910
  Archived months: [jun2008] [aug2008]

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