Search:

Type: Posts; User: djarian

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    910

    int num=0; input: printf("\nplease enter...

    int num=0;
    input:
    printf("\nplease enter rating");
    scanf("%d",&num);
    if(num<=0 || num>10)
    goto input;
    printf("\ndone");

    or
  2. Thread: adodc vs adodb

    by djarian
    Replies
    1
    Views
    1,541

    adodc vs adodb

    what is the difference b/w adodc and adodb .. please tellm e
  3. Replies
    1
    Views
    1,702

    system information ?

    How can i get system information .. like current user/hardware configuration/os ver and bleh bleh .. using vb6.0 ?
  4. Replies
    3
    Views
    2,356

    what ?

    what ?
  5. Replies
    3
    Views
    2,356

    udp vs tcp.....

    hi all...
    i am going to make a remote administration application..
    which protocol should i use... TCP or UDP and why .. ?

    plus how can i check if a udp connection is made or not in visual basic...
  6. Thread: Windows 2000

    by djarian
    Replies
    7
    Views
    1,527

    can i use ISA for port forwarding too ..? ?

    can i use ISA for port forwarding too ..? ?
  7. Thread: Windows 2000

    by djarian
    Replies
    7
    Views
    1,527

    damnnn... i am still waiting for the answer......

    damnnn... i am still waiting for the answer... please help me .. fassssssssssssssssstttttttt
  8. Thread: Windows 2000

    by djarian
    Replies
    7
    Views
    1,527

    i didnt find anything .. plz help me

    i didnt find anything .. plz help me
  9. Thread: Windows 2000

    by djarian
    Replies
    7
    Views
    1,527

    Windows 2000

    I Have 2 Computers running windows 2000 Advance server..
    One is Server and other one is client.. i want to forward all the HTTP/FTP requests which are coming to my server forwarded to client.. i...
  10. Replies
    3
    Views
    4,040

    i did'nt get it "If bit 8 (counting from 0) is...

    i did'nt get it
    "If bit 8 (counting from 0) is set in 'status'..."

    can you plz explain it briefly ?
  11. Replies
    3
    Views
    4,040

    Bitwise operators

    "if ( status & 0x100 )" .. what is the meaning of this line ..

    and in the following line what does 0x007F means...
    "out = bioscom ( 2, 0, PORT ) & 0x007F"
    (i know the above line is to check...
  12. Replies
    2
    Views
    2,826

    serial port data transmission

    i want to make a simple chat application using serial port in C langauge.. i found 3 functions which i think can be used for this purpose..
    1)outport 2)inport 3)bioscom

    am i right or not . i am...
  13. Thread: WinSock

    by djarian
    Replies
    5
    Views
    1,562

    Thanks... but the the website you mentioned is...

    Thanks... but the the website you mentioned is not working or maybe its my stupid cable net .. anyways thanks again :)
  14. Thread: WinSock

    by djarian
    Replies
    5
    Views
    1,562

    No i have to Stick with this compiler... its mean...

    No i have to Stick with this compiler... its mean i cant do socket programming using this compiler???
  15. Thread: WinSock

    by djarian
    Replies
    5
    Views
    1,562

    WinSock

    I want to Do socket programming in C (windows).. but the problem is that i am using the lamest compiler exists on this planet "Turbo C++ V 3.0" ..
    my problem is that i cant compile any program in...
  16. Replies
    4
    Views
    1,949

    a small example will really help me .. can you...

    a small example will really help me .. can you please show me an example
  17. Replies
    4
    Views
    1,949

    2 dimension string array

    how can i insert a character on a 2 dimension string array
    for example if i have to insert "d" on check[0][5].. i have tried the following way but after inserting 5 on check[0][5] it deletes all...
  18. Replies
    0
    Views
    865

    need more help in pacman

    how can i move the enemies with out disturbing the dots... should i make an array for dots.. or anything else .. i am new in C .. please help me


    void printEnemy(void)
    {
    //Ex and Ey are the x...
  19. Thread: Pacman in C

    by djarian
    Replies
    1
    Views
    3,303

    Thanks

    Thanks Salem.. now thats really cool... this forum rocks and you too ;)
  20. Thread: Pacman in C

    by djarian
    Replies
    1
    Views
    3,303

    Pacman in C

    hi Everyone... i am making pacman in C (text mode) .. i have made the boundary and the character .. then character moves within the boundary.. the question is that how can i move the enemies...
Results 1 to 20 of 20