Search:

Type: Posts; User: pCBoard.Member

Search: Search took 0.01 seconds.

  1. Replies
    16
    Views
    3,457

    I would recomment VC++ 6.0 for any kind c/c++...

    I would recomment VC++ 6.0 for any kind c/c++ programs;)
  2. Replies
    19
    Views
    13,785

    The Vb code helps him to what he wants

    The Vb code helps him to what he wants
  3. Replies
    19
    Views
    13,785

    I hope this code gives a tip: Shared Sub...

    I hope this code gives a tip:

    Shared Sub Main(ByVal CmdArgs() As String)
    Dim ThisProcess As Process = Process.GetCurrentProcess()
    Dim AllProcesses As Process() =...
  4. Replies
    17
    Views
    3,355

    Why do u think casting malloc is bad? i always...

    Why do u think casting malloc is bad? i always use malloc, it works fine for me, i dont know why you are thinking it is bad in c? if even it were bad in c, it would not be part of c.
  5. Replies
    17
    Views
    3,355

    This should be the 100% correct int n;...

    This should be the 100% correct


    int n;
    int *m;

    printf("enter n value:");
    scanf("%d",&n);

    m=(int *)malloc(n*sizeof(int));
Results 1 to 5 of 5