Hi I'm Using Visual Studio 2012,
I had done a program on VB.net (WFA) but now i need to do the same thing but in the language C++ (Console Application).
But I never done anything on C++, so if anyone can give me a few pointers on doing it:
What i intend the program to do is:
1. User can open a file directory and select a comma delimited txt file
2. Using the information from this txt file and allow user to choose (From Time), (To Time) & A Variable(Temperature, Wind).
3. Then Plot a graph of these selected information.
Thanks :)