Search:

Type: Posts; User: bluescreen

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    951

    Terminating a process - URGENT!

    Hi All,

    Do you know how can I terminate a running process (let's say "notepad.exe") from a C code?

    Thanks,
  2. Replies
    4
    Views
    3,242

    Adding nodes to a linked list

    Hello all,

    I have been writing a phonebook application. I am encountering an issue I cannot solve. The phonebook is based on a sorted linked list (sorted by First name) so adding a contact to the...
  3. Replies
    5
    Views
    1,256

    Thanks!!!!

    Thanks, QuestionC and Thanks, Salem! I promise I'll not void main again!
  4. Replies
    5
    Views
    1,256

    Thanks, but...

    Thanks, Prelude for your reply, but I'm not sure you have understand me (or maybe I'm looking for something which is impossible)...
    In the main section, I would like (in 1 line) to call a function...
  5. Replies
    5
    Views
    1,256

    Function and stuff

    Hi all,

    I have been writing a function which opens a file and return the handling for future use… I’m missing something there… can you please help?



    #include <stdio.h>
    #include <stdlib.h>...
  6. Thanks

    Thanks everybody...
  7. Thanks, but...

    Thanks, Dweia, looks better now, however, why do I get 2 warnings?

    warning C4047: 'function' : 'char *' differs in levels of indirection from 'char *[50]'
    warning C4024: 'fgets' : different...
  8. Program crashes on reading a line from a file

    Hi all,

    I’m kind of newbie in C programming. I am trying to write a little application which compares 2 text files from the user, compare between them (line by line) and writes in a third file the...
Results 1 to 8 of 8