hello!!!everyone.....
i want to print all characters from zero to 255 in a file.
i am confuse how to distinguise character and integer in c++..(dont make use of printf)
i unable to point a pointer to file or can say point a pointer to character and increase it to next for display it in file....
plz help me quickly....its urgent

1) Do you know how to write to file ?
2) Do you know the difference between , int i = 1; and char j = '1' ?
3) Do you know how to make a for loop ?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.