Search:

Type: Posts; User: kishorepalle

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,997

    Need help with Function.

    Hello guys, I am doing a C Project.

    The thing where I am stuck at is, Comparing the returned value of a function with a zero. I don't know if it can be done like by comparing the function...
  2. So, File locks in C are same as the mutex or do...

    So, File locks in C are same as the mutex or do we have a separate lock kinda thing...!!!
  3. using threads to write & read from files

    Hello Guys,

    I am trying to write code in C to copy the contents of two distinct files into one single file using two threads....

    I know how to write the things in general C like, fopen...
  4. Replies
    7
    Views
    3,182

    Thanx for your replies guys. I would like to...

    Thanx for your replies guys. I would like to install IIS. I know PWS is for Win 98 systems and XP Pro comes built in with IIS. No confusion about that. But my laptop came with XP Home. Home edition...
  5. Replies
    7
    Views
    3,182

    I wanna use .NET & ASP...I guess XP HOME doesn't...

    I wanna use .NET & ASP...I guess XP HOME doesn't come capable with these
  6. Replies
    7
    Views
    3,182

    Upgrading from XP Home to XP Pro

    I have one question. I wanna put XP Pro on my laptop. The default Operating system it came with is XP Home. An upgrade would do any bad !!??

    Model I have is Toshiba Satellite A 75-S 206. Some one...
  7. Replies
    11
    Views
    2,584

    I did it... Thanx it worked... Well I guess i...

    I did it... Thanx it worked... Well I guess i learned a new thing today...

    So, is it OK now if I ask you to post your comments on this program. Like your opinion...Pros & Cons like performance...
  8. Replies
    11
    Views
    2,584

    Sorry about the mixed up code . I tried to do...

    Sorry about the mixed up code .
    I tried to do it... But I couldn't...When I copy and paste the code it come like that only.
  9. Replies
    11
    Views
    2,584

    Hey Thanx for your XSquared... Can you be more...

    Hey Thanx for your XSquared... Can you be more specific about the missing LACK OF CODE TAGS
  10. Replies
    11
    Views
    2,584

    Comment this Program

    Hello Guys, Please do take some time to comment on this program. Please discuss the pro's & cons of the logic...

    Thanx in advance for commenting.

    ---Kishore


    ...
  11. Replies
    1
    Views
    1,588

    Process Management

    Hello Guys,

    We have a fork to create a process generally. How do we generate processes in C#. I mean process generation, management, and handling via languages such as Visual C++, VB, or...
  12. Replies
    2
    Views
    5,182

    Process management in C#

    Hello Guys,

    We have a fork to create a process generally. How do we generate processes in C#. I mean process generation, management, and handling via languages such as Visual C++, VB, or...
  13. Replies
    5
    Views
    2,838

    Thanks for the insights on the make itsme86. ...

    Thanks for the insights on the make itsme86.

    Yes youre right...it is just a makefile. And I am writing a makefile script (not shell script )that does the compilation and link the object files...
  14. Replies
    5
    Views
    2,838

    Thanks for your reply Perspective... I changed...

    Thanks for your reply Perspective...

    I changed it to,

    mtc.a : simple.o simple1.o
    gcc me a .a lib

    # Compiling source files
    simple.o : simple.c
    gcc -c simple.c
  15. Replies
    5
    Views
    2,838

    Simple makefile Problem

    Hey Guys,

    I am new to unix environment. I am trying to write a make file that compiles C files and then links all the object files into a .a file.

    here is my code...

    mtc.a :...
  16. Replies
    1
    Views
    3,289

    C Programming CPU clock cycled Help

    I need some help how to find out cpu clock cycles.

    The value ex can be computed using the series approximation:
    ex = 1 + x + x2/2! + x3/3! + x4/4! + x5/5! + …


    what I need is

    code to...
Results 1 to 16 of 16