Search:

Type: Posts; User: talal*c

Search: Search took 0.00 seconds.

  1. Replies
    0
    Views
    2,190

    problem using dup2()

    hi guys..

    i have this problem with using dub2()

    i whant to semuliate the unix shell like "prog1 > file.out"

    this code is for that but it dose not work :confused:
    i used linked list...
  2. Replies
    2
    Views
    1,104

    Way use return 0 ?!!

    hi guys


    can i know way do we use return 0
    in the main function.

    what it's function ?


    thanx for all.
  3. Replies
    6
    Views
    1,245

    try not using gets ... search in the bord for...

    try not using gets ...

    search in the bord for why it is bad.


    use fgets with the file name "stdin"



    good luck,,,
  4. Replies
    3
    Views
    1,054

    thank you :) it is working ... talal.

    thank you :)
    it is working ...



    talal.
  5. Replies
    3
    Views
    1,054

    know where the form it was closed from

    hi,

    can i know how can i know from where the form was closed from

    i am useing C++ Builder and i whant to know was the form
    closed from the X button OR from may Close BUTTON that i
    created in...
  6. Thread: C# vs. JAVA

    by talal*c
    Replies
    10
    Views
    4,176

    hi unanimous :) sorry I can't write arabic in...

    hi unanimous :)

    sorry I can't write arabic in C ( Only in visual C++ I can )
    i mean with write is input and output >> do you mean this ?

    but write a code in C with arabic I can't :(

    so I am...
  7. Replies
    2
    Views
    1,107

    hello Prelude :) can you please tell me how...

    hello Prelude :)

    can you please tell me how does the program work ?
    i am intrested how to convert from int to 0&1 :)


    thank you,,,
  8. Thread: C# vs. JAVA

    by talal*c
    Replies
    10
    Views
    4,176

    Thanx ~**Fordy**~ ~**nvoigt**~ English is't my...

    Thanx ~**Fordy**~ ~**nvoigt**~
    English is't my first language ( Arabic it is )
    it is't my foult :confused:
    and english is not very emportent in programing
    i think that what i know in english...
  9. Thread: C# vs. JAVA

    by talal*c
    Replies
    10
    Views
    4,176

    C# vs. JAVA

    i have some Q in C# :
    What dose make C# more better than JAVA ?
    Is C# like JAVA Use GUI way or like Visual C++ Mouse drowing ?

    I am in Computer College ( Science filed )
    What do you think is...
  10. Thread: My Project

    by talal*c
    Replies
    1
    Views
    895

    hi evty one :) i think that the defnation of my...

    hi evty one :)
    i think that the defnation of my link list in the projeect is
    like this :


    typedef struct node
    {
    union
    {
    struct node *dw;
  11. Replies
    6
    Views
    1,572

    Try This one: tree dtree(tree root,int key)...

    Try This one:


    tree dtree(tree root,int key)
    {
    tree p,p2;
    if(!root) return root;

    if((root->e.id)==key) /* delete root */
    {
  12. Replies
    6
    Views
    1,180

    i think that it can be with assembly . with...

    i think that it can be with assembly .
    with function 33h

    Mov AX,FnNo
    INT 33h

    the are many functions for the mouse ....
  13. Replies
    3
    Views
    4,014

    an error masseg

    i have done a program in C but ther is an error maseeg
    it is:

    --------------------Configuration: ..... - Win32 Debug--------------------
    Compiling...
    ......c
    d:\program files\microsoft visual...
  14. Replies
    22
    Views
    3,366

    ohh than you vare mutch Liran Oz Liran Oz Liran...

    ohh than you vare mutch
    Liran Oz Liran Oz Liran Oz Liran Oz Liran Oz Liran Oz Liran Oz
    thank you

    this problom was driving me crazy

    thank you agen
    and thanks avry budy<<<
  15. Replies
    22
    Views
    3,366

    i am a begener in c programing :) my problem...

    i am a begener in c programing :)

    my problem that i can't read write int, float, ...from file

    the above program did't work>>
    that is my problem...
    :confused: :confused:

    abd for the xp...
  16. Replies
    22
    Views
    3,366

    my problem is still...

    my problem is still ther:::::::::::::::::::::::::::;


    I wender if my windows xp that I ues is the problem????
    coz xp is in java ? will it make sinc?

    please help mt :)
  17. Replies
    22
    Views
    3,366

    me to...

    :confused: :confused: :confused: :confused: :confused: :confused::confused::confused::confused:
    i do't see a problem to and so my Dr and so my frinds

    ******but it did't work******

    please can...
  18. Replies
    22
    Views
    3,366

    sorry the upper reply was me...:p :p

    sorry the upper reply was me...:p :p
  19. Replies
    22
    Views
    3,366

    ok, this is my final program: ...

    ok, this is my final program:


    #include<stdio.h>
    //-------------------------------------
    struct data
    {
    int id;
    int gpa;
    };
  20. Replies
    22
    Views
    3,366

    thank you Prelude for answering

    hello thank you for answering :)
    and thos os the code useing fwrite.
    i hope that you can help my....



    #include<stdio.h>
    //-------------------------------------
    struct data
    {
  21. Replies
    22
    Views
    3,366

    I have a problem if FILEs

    :confused: :confused: :confused:

    hello ther i am a new one here :)
    I have a problem with files :
    That i can't read and write to a file when the wreten item is
    int or float (when i write ther...
Results 1 to 21 of 21