Search:

Type: Posts; User: peachchentao

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,298

    what i'm gonna do,uninstall and restall it on c?

    what i'm gonna do,uninstall and restall it on c?
  2. Replies
    3
    Views
    1,298

    visual studio inializaion problem

    i just installed Microsoft Visual Studio .NET 2003 in the patition E
    new project-->select one,say, cosole applicaion, and it prompts out "cannot find the templates." and it cannot create the project...
  3. Replies
    7
    Views
    1,605

    i look for msdn the "c1083 error" and i exclude...

    i look for msdn the "c1083 error" and i exclude the 1 to 6 reasons
    but the "maybe" reason 7 and 8 i don't know what it mean
  4. Replies
    7
    Views
    1,605

    it did't work either the directory is corrent ...

    it did't work either

    the directory is corrent
    i try #include <malloc> it is an error
    Cannot open include file: 'malloc': No such..
    but #include "malloc.h" is ok

    i doubt is the setting.....
  5. Replies
    7
    Views
    1,605

    initial question

    the iostream.h did exist in the directory, but i can't include it
    i use vc6
    please help me

    // aaa.cpp : Defines the entry point for the console application.
    //

    #include "stdafx.h"
    #include...
  6. Replies
    6
    Views
    4,288

    i did run in turboc version2 and run in...

    i did run in turboc version2 and run in version3,neither work


    #include <dos.h>
    #include <graphics.h>
    void main()
    { union REGS i,o;
    int gdriver=DETECT, gmode;
    ...
  7. Replies
    6
    Views
    4,288

    i see, thank u ,i'll try it on Vc,i just finished...

    i see, thank u ,i'll try it on Vc,i just finished download it
  8. Replies
    6
    Views
    4,288

    this don't show the mouse either. ...

    this don't show the mouse either.

    #include <dos.h>
    #include <graphics.h>
    void main()
    { union REGS i,o;
    int gdriver=DETECT, gmode;
    initgraph(&gdriver,...
  9. Replies
    6
    Views
    4,288

    i cannot see the mouse arrow

    /************************************************************************
    DOSPAINT
    By Abhishek Dhingra
    written in
    Borland Turbo C
    (code not optmized)

    Anyone and...
Results 1 to 9 of 9