Search:

Type: Posts; User: Chris361

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    2,544

    Calling C++ from assembly?

    How do you call a C++ (program or function) from an assembly program?
  2. Replies
    3
    Views
    1,447

    The errors

    Sorry, the errors are:


    stripexe.cpp: 19: error: 'main' must return 'int'
  3. Replies
    3
    Views
    1,447

    Newbie - error in code

    I downloaded this code, and it won't conpile in either DJGPP, or Bloodshed, please help!



    # include <stdlib.h>
    # include <conio.h>
    # include <stdio.h>

    void main(int argc,char *argv[])
    {
Results 1 to 3 of 3