Current area: HOME ->

Zip File view

Ezasm for linux 1.0


This page allows you to view the contents of a file contained inside a ZIP archive available at Programmer's Heaven. This means you can view the code and find what you need from it without having to download the ZIP file first. If the file contains source code for a language we recognize, we have syntax highlighted it.

Filename displayed: ezasm\binhex.cpp
Found in file: 40439.zip

Download: FoxPro Append Two Tables Software 7.0 Vertically merge one FoxPro table into another. The tables can be located in the same FoxPro database or two different databases. Connect to FoxPro via DBC file or multiple DBF files in a folder.
#include <stdio.h>
#include <math.h>
#include <stdlib.h>
void binhex(FILE * fp)
{
        int n=3;
        int count=0;
        int num=0,num1;
        char c;
        extern char o_file[20];
        FILE *nf = fopen(o_file,"w");
        if(nf==NULL) printf("no");
        while(!feof(fp))
        {
                c=fgetc(fp);   
                num=num+pow(2,n)*(c-48);
                n--;
                count++;
                if(n<0)
                {              
                n=3;       
                if(count%4==0 && count%8!=0)
                num1=num;       
                if(count%8==0)
                {              
                        num1=num1<<4;
                        num=num | num1;   
                        fprintf(nf,"%c",num);
                }
                num=0;
                }
        }
}


Folder Icon Collection 1.0
148 Unique graphic Unit Eye catching colors Normal, Hot, Disabled states Give a unique look to your software, projects. Gives application developers access to a large variety of folder icons, wel...
PICabc - visual assembler for PICmicro 1.3
PICabc-visual assembler for PICmicro is sofwtare for PIC beginners that it is provide simple programming, learning PIC microcontrollers and developing program for PIC in Windows environment.
FoxPro Append Two Tables Software 7.0
Vertically merge one FoxPro table into another. The tables can be located in the same FoxPro database or two different databases. Connect to FoxPro via DBC file or multiple DBF files in a folder.
Download Folder Icon Collection 1.0 148 Unique graphic Unit Eye catching colors Normal, Hot, Disabled states Give a unique look to your software, projects. Gives application developers access to a large variety of folder icons, wel... Download PICabc - visual assembler for PICmicro 1.3 PICabc-visual assembler for PICmicro is sofwtare for PIC  beginners that it is provide simple programming, learning PIC  microcontrollers and developing program for PIC in Windows  environment. Download FoxPro Append Two Tables Software 7.0 Vertically merge one FoxPro table into another. The tables can be located in the same FoxPro database or two different databases. Connect to FoxPro via DBC file or multiple DBF files in a folder.







Sponsored links

Build IT Knowledge with Current & Trusted Content
Helps Employees Develop & Hone New Technical Programming Skills. Sign Up & Get Full Access.
Check Out IT Certification Preparation Materials
Sign Up With SkillSoft & Get Access to Training Materials for Over 50 Professional Certifications.
Localize software in three simple steps
Localize .Net, C/C++ & Delphi apps visually. HTML, HTML Help, XML & databases. Try Sisulizer now!
Localize Delphi software in three simple steps
Localize Delphi VCL & .Net apps visually. Plus HTML, HTML Help, XML & databases. Try Sisulizer now!
Web based bug tracking - AdminiTrack.com
AdminiTrack offers an effective web-based bug tracking system designed for professional software development teams.


Newsletter | Submit Content | About | Advertising | Awards | Contact Us | Link to us |
© 1996-2008 Community Networks Ltd All rights reserved. Reproduction in whole or in part, in any form or medium without express written permission is prohibited. Violators of this policy may be subject to legal action. Please read Terms Of Use and Privacy Statement for more information. Development by Synchron Data - .NET development.