CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: mathmari

Search: Search took 0.04 seconds.

  1. Replies
    7
    Views
    1,724

    Re: Binary file-question!!!

    Nice!!!!Thank you very much!!!!!!! :)
  2. Replies
    7
    Views
    1,724

    Re: Binary file-question!!!

    Why does it not give the right output???
  3. Replies
    7
    Views
    1,724

    Re: Binary file-question!!!

    My file is binary-coded,I had written this code:


    #include <stdio.h>



    struct info

    {
  4. Replies
    7
    Views
    1,724

    Re: Binary file-question!!!

    so...what could I change???
  5. Replies
    7
    Views
    1,724

    Binary file-question!!!

    Hi!!!I need some help!!!
    I have written the following code:


    #include <stdio.h>

    struct info
    {
    float mo;
    int age;
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured