Search:

Type: Posts; User: Jackie

Search: Search took 0.01 seconds.

  1. Thread: Os...

    by Jackie
    Replies
    1
    Views
    878

    Os...

    hello buddies,

    am using windows NT and 98. i am using turbo C and its compiler.
    my question is, how can i detect my PC's Operating System- i.e, is it windows 98 or NT or others...

    pls help me...
  2. Replies
    0
    Views
    1,241

    hlp plsss... bout ALLEGROoooo

    using allegro ... hlp...
    hello buddy,

    pls hlp me about using ALLEGRO...
    am using turbo C lang and its turbo C compiler...
    how can i download allegro to use in turbo C programs...
    how can...
  3. Replies
    1
    Views
    1,835

    using allegro ... hlp...

    hello buddy,

    pls hlp me about using ALLEGRO...
    am using turbo C lang and its turbo C compiler...
    how can i download allegro to use in turbo C programs...
    how can i use this stuff in turbo C...
  4. Replies
    1
    Views
    989

    beginner's Q???...

    hello guys,
    am new in VC 6.0
    i don't want the wizard and wanna to write code using MFC.
    but i don't know the method of writing such code.
    in the c/c++ we generally write everything within the...
  5. Replies
    8
    Views
    1,492

    not appreciating code...

    first u have to learn--"how to write code in readable format".
    i don't have any desire to see that any more.

    thanx...
  6. Thread: IP address

    by Jackie
    Replies
    9
    Views
    3,171

    IP address...

    guys,

    i only want to know that, when my program is running in a machine, my prog how can pick that machine's IP address.

    it is my prog's part to detect its PC's IP whether it is an end-user PC...
  7. Thread: Vga

    by Jackie
    Replies
    2
    Views
    1,469

    vga...

    apuschumann,

    -> give me a idea or even the code to setup the VGA color for
    -> my program.

    u have to access directly to the vga memory cell.
    it depends upon your vga card.
    so, first detect...
  8. Thread: find out values

    by Jackie
    Replies
    2
    Views
    1,550

    values...

    poorman,

    your code should be in the following style:
    _________________________________

    if(num>0)
    {
    if(value<25)
    {
    value = 10*num;
  9. Thread: IP address

    by Jackie
    Replies
    9
    Views
    3,171

    yes...

    deckard,

    u got my point.
    i want exactly what u said.

    thanx...
    take care...
  10. Thread: IP address

    by Jackie
    Replies
    9
    Views
    3,171

    IP ADDRESS...

    sorry, i want to detect it by my Turbo C program.
    its very important for me.
    any idea or suggestion or hint or code for Turbo C compatible will be highly appreciated.
    pls help me.

    i want...
  11. Thread: IP address

    by Jackie
    Replies
    9
    Views
    3,171

    IP address

    hello guys,

    pls...pls...and pls help me to get the IP number of a PC.
    its very necessary for me to detect it, but i don't know the procedure.
    i want to detect any computer's (it can be under...
  12. write the program that tests the microprocessor

    hey Vnrabbit,

    what is your compiler, try to mention it at the first time, so that it becomes easy to understand.

    thanx...
    take care...
    ___________

    ART is LONG...
    ___________
  13. Replies
    1
    Views
    1,274

    networking with Turbo C...

    hello guys,

    is there anyone who can help me with networking?

    i knon that every PC in this world has an UNIQUE address or number. is it the IP address?
    if so, then how can i get and detect an...
  14. Replies
    4
    Views
    2,053

    256 colors...hardware interaction...

    hello,
    i did some advance.
    i can support 256 colors by direct VGA memory access and obviously not using the Turbo C graphics libs.
    but now the qs is that, if i support it by direct hardware...
  15. Thread: System Calls

    by Jackie
    Replies
    6
    Views
    2,450

    just C !!??

    hey Jperensky,
    there is no sentence like 'JUST C(!!??!!??)'.
    u r using a editor and compiler and i only want to know about your compiler, cause i am using Turbo C compiler.

    thanx...
    take...
  16. Replies
    2
    Views
    2,743

    simple text editor in

    hey adil75950,
    what is your problem?
    is it the editor uu can write some code ?
    or--
    is it the program that act as a general text editor.
    if so, then it seems to me that u don't have any...
  17. Thread: System Calls

    by Jackie
    Replies
    6
    Views
    2,450

    System Calls

    hey man,
    is it Turbo C?
    u can use system(const char *command);
    by this u can run another program from your C program--but it is not the best way.
    u have to call interrupt to run system prog and...
  18. Replies
    3
    Views
    1,837

    convert int to char *

    hello man,
    u can use the function 'itoa(int intvariable, char *charvariable, int total_no_of_char_convert)'

    example:
    int i=10;
    char ch[80];
    itoa( i, ch, 40 );

    thanx...
    take care...
  19. Thread: C question...

    by Jackie
    Replies
    2
    Views
    1,119

    end of an array...

    hello dking,
    u can use the 'sizeof()' operator to know the length or size of your array variable.
    i'm using Turbo C and its compiler.
    thanx...
    take care...
    _________
  20. Thread: function

    by Jackie
    Replies
    3
    Views
    1,063

    Re: function

    hi tombear,

    exactly it will return, if u use the below statement---

    return *string;

    here the variable 'string' must store the value of 'lower'.
  21. Replies
    3
    Views
    2,168

    call by reference

    hi there,

    an array will be passed by using the argument passing, but the array element will not be changed.

    this is my instant problem.
    thank u buddy.
  22. Replies
    6
    Views
    1,183

    i have a solution

    hi gades,

    do u want to select yr menu by clicking the mouse( as we r doing in GUI )? i have a solution of this job in graphics mode.

    but i need to know yr requirements in details, then i'll try...
Results 1 to 22 of 22