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

Search:

Type: Posts; User: Charmmanuel

Search: Search took 0.02 seconds.

  1. Replies
    41
    Views
    8,943

    Re: C++/C conversion to just C

    I just need someone who could help me about converting this C++ TO C FUNCTION.. this codes:
    #include <iostream>
    #include <fstream>
    #include <cstdlib>
    #include <iomanip>
    using namespace std;...
  2. Replies
    41
    Views
    8,943

    Re: C++/C conversion to just C

    hello.. Im still a student... I need help on that code..to make it c function not c++ ..
  3. Replies
    41
    Views
    8,943

    Re: C++/C conversion to just C

    Hello..good day..can you help me,about this? c++ to c...

    #include <iostream>
    #include <fstream>
    #include <cstdlib>
    #include <iomanip>
    using namespace std;

    void EmployeeInfo ();
    void...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured