Search:

Type: Posts; User: River21

Search: Search took 0.01 seconds.

  1. Replies
    13
    Views
    1,445

    You might wanna try: system("set prompt $D...

    You might wanna try:

    system("set prompt $D $$");

    This will set the system environment variable, and should stick around after your program closes (SHOULD, as I am not 100% sure about this.)
  2. Replies
    12
    Views
    1,558

    #include #include int...

    #include <iostream>
    #include <cstdlib>

    int main() {

    int i;
    char buffer[33];

    cout >> "Please enter a number: ";
    cin << i;
  3. Thread: strtok

    by River21
    Replies
    3
    Views
    1,394

    The one great thing about syntax is that you can...

    The one great thing about syntax is that you can look it up whenever you need to.

    Now, about those words.....

    You have words that sometimes begin with an underscore, a capital, or a lowercase...
  4. Thread: Termination

    by River21
    Replies
    2
    Views
    1,464

    post what you have so far

    post what you have so far
  5. Replies
    9
    Views
    1,565

    What are you having trouble grasping?? What can...

    What are you having trouble grasping?? What can you not get?
  6. Replies
    3
    Views
    1,717

    Perl Tutorials?

    Anyone know any good Perl tutorials on the net. I just need the basics like arrays, scalars, etc. Just something to get me started.
  7. Thread: ???l-value???

    by River21
    Replies
    18
    Views
    2,466

    An L-value is any legal value that can be placed...

    An L-value is any legal value that can be placed on the left side of the equal sign......

    For example:

    MyVariable = 5;

    Because you can assign a value to a variable in C, this is legal....
  8. Replies
    0
    Views
    2,979

    Question about LINUX

    I have recently nuked my hard drive in an attempt to create a dual boot system between Windows 2000 and SuSE Linux version 7.1. Everything with the Windows Installation went great....When I went to...
Results 1 to 8 of 8