Search:

Type: Posts; User: newcguy

Search: Search took 0.02 seconds.

  1. Thread: strrchr help

    by newcguy
    Replies
    6
    Views
    4,581

    Thanks guys for your help and wisdom. I think I...

    Thanks guys for your help and wisdom.
    I think I need to re-evaluate how I want to accomplish what I want to accomplish.

    I guess basically what I'm trying to do is:
    Take the result of...
  2. Thread: strrchr help

    by newcguy
    Replies
    6
    Views
    4,581

    I know, that is my point and example. :) I know...

    I know, that is my point and example. :)
    I know it can't work but there must be a way to accomplish what I want.

    I don't understand why I can pass it '/' manually and it works....because a slash...
  3. Thread: strrchr help

    by newcguy
    Replies
    6
    Views
    4,581

    strrchr help

    Hi guys

    I'm having trouble with the code below.
    I know strchr and strrchr both take int's as the second argument but I don't know how to make it work the way I want.
    With strrchr I manually pass...
  4. Replies
    4
    Views
    1,111

    Thank you guys very much. Anymore links or...

    Thank you guys very much.
    Anymore links or advanced examples would be much appreciated again.
  5. Replies
    13
    Views
    2,224

    Hi CornedBee, Thanks for your input. I'm not...

    Hi CornedBee,

    Thanks for your input. I'm not trying to create any dangerous code here.
    I thought Prelude's comment was meant to be sarcastic.

    Are the first 2 bits of code as dangerous as...
  6. Replies
    13
    Views
    2,224

    Hi jafet thank you I will try that too. Hi...

    Hi jafet thank you I will try that too.

    Hi Prelude

    I don't know why you are attacking me I'm just trying to make it so no one can steal a script I've made by being able to get into the console...
  7. Replies
    4
    Views
    1,111

    Invoke External Programs

    Hi guys

    I'm wondering if it's possible to do something similar to bash scripting from C or C++

    Any simple examples would be appreciated.

    Thanks so much

    This is such a friendly and...
  8. Replies
    13
    Views
    2,224

    You are both geniuses! Thank you very much! ...

    You are both geniuses!

    Thank you very much!

    I still have a lot to learn.
  9. Replies
    13
    Views
    2,224

    Thanks for the reply. In my situation no one...

    Thanks for the reply.

    In my situation no one would have access to 'kill'

    Any idea how to have the program display a message and not automatically exit?
  10. Replies
    13
    Views
    2,224

    How to never exit

    Hi guys

    This may sound stupid but how would I make a C program from display a single message, never exit and make sure no one can kill the program using Ctrl+C or Ctrl+Z to background it.
    ...
Results 1 to 10 of 10