Posts

Showing posts from August, 2009

How To create PreProcessed File in VC++

To Create a preprocessed file u need to compile a file with Following command line argument. 1 - CL /D [Macro ] (eg : _DEBUG) /EP /P filename(eg ....\123.c) it will generate a .i file with same file name (eg - 123.i) The qs is y do i need to create such a preprocessed file. I am a c++ developer but qnce i need to use some java file to compile written by other person with good coding style using #IFDEF and #endif macros that is not allowed in java so i was nt able to compile that file.then to compile that java file i need to first preprocess that file to remove this macros and then build the java file. then steps involved in that: 1 - try to find out wht code need to seperate 2 - write command with given preprocess variables checks 3 compile it the u will get output inform of .i file rename it as the format it required(eg .i to .java) Simplest way to get aal the required option for preprocessing if u r a .NET user Project or file setting enable the preprocessing optiopn prop - > c++

Free Online Part Time Job

Work from Home. Earn Rs.2,000 daily. No Investment. Part Time Jobs. Wanted Online Internet job workers. Job is only through Internet. Work from home part time jobs. You can earn Rs.750-2000/- daily. These are genuine Data entry jobs & Internet jobs. No Investment required. Only serious enquires please. For more details visit http://www.earnparttimejobs.com/index.php?id= 2392314

How to Earn Rs.25000 every month without Investment through part time jobs?

How to Earn Rs.25000 every month without Investment through part time jobs? You can earn Rs.25000 very first month from data entry jobs on internet. This is an easy work from home form filling jobs. Work less than 1 hr daily. No investment. Please visit the website http://www.earnparttimejobs.com/index.php?id= 2392314

Way to start Programming.