User profile: itsmrlhkm

User info
User name:itsmrlhkm
Email:amirulzera@gmail.com
Name:Muhammad Amirul
Location:Malaysia
History
Joined:
Number of posts:4
Latest posts:

Random 500,000 numbers and assign to array
Hi guys, basically i try to random numbers and assign it to array [code] int array[]; cin >> size; ...

Reading data from .txt file
#include <iostream> #include <fstream> #include <string> #include <cstdlib> using namespace std; vo...

Reading data from .txt file
2012-01-01 Rain 7 13 0.28 ......................... ^ ..........LOWEST TEMPERATURE 2012-01-02 Scat...

Reading data from .txt file
I am supposed to do a program that reads the data from the notepad. the inside of the notepad is so...