User profile: begin81

User info
User name:begin81
History
Joined:
Number of posts:3
Latest posts:

Populating Files in a Combo Box
I am a beginner. I have a 5 files that is saved on my C drive in a folder. I need to use MFC c++ an...

reading data from a file and storing it in variables
thepedestrian thanks for the reply. I have those values stored in a txt file. my goal is to load th...

reading data from a file and storing it in variables
#ifndef SEARCH_H #define SEARCH_H class Search { private: int ID; int Health; double E...