Search Results

Showing results 1 to 2 of 2
Search took 0.01 seconds.
Search: Posts Made By: fzoff
Forum: C++ Sep 4th, 2003
Replies: 1
Views: 11,100
Posted By fzoff
Hello,

If you have created a Win32 console application instead of a Win32 application by mistake, there are two ways to fix this problem:
From the Project menu, choose Settings, click the C/C++...
Forum: C++ Sep 2nd, 2003
Replies: 1
Views: 39,883
Posted By fzoff
#include <fstream.h>
#include <iomanip.h>
int main()
{
int ind, tot;
unsigned char byte;

ifstream infile("inputfile.dat", ios::in | ios::binary);
ofstream outfile("outputfile.dat",...
Showing results 1 to 2 of 2

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC