Search:

Type: Posts; User: Da Beav

Search: Search took 0.01 seconds; generated 57 minute(s) ago.

  1. Replies
    6
    Views
    2,073

    been away for a day or two but here is the entire...

    been away for a day or two but here is the entire program:



    #include <stdio.h>

    #define IN 1 /*inside a word*/
    #define OUT 0 /*outside a word*/

    /*count lines, words, and...
  2. Replies
    6
    Views
    2,073

    anyone understand this?

    ok im trying to compile this code from a book and it isnt compiling
    here it is:



    if (c == ' ' || c == '\n' || c == '\t')

    should be if 'c' is blank , newline or tab but the compiler (dev for...
  3. Replies
    3
    Views
    3,071

    I got it to start on my poor old P166 but it just...

    I got it to start on my poor old P166 but it just went out like Fool said
    heh looks good for the split second it was on
  4. Replies
    9
    Views
    2,713

    most useful program

    what is the most usefull program you have written in C/C++(for your use not for a company/job) what does it do and how long did it take you?
  5. Replies
    7
    Views
    3,647

    anyone notice how the time randomly changes heh...

    anyone notice how the time randomly changes
    heh that was funny -we need more humor like that
    how about Bill Gates and Tux the Penguin in a fight to the death :p now that I would pay t see:D
  6. Replies
    31
    Views
    7,698

    my first was VB and first program with it was a...

    my first was VB and first program with it was a cool tic tac toe game. That was a while ago and then I got into Java (the devil IMHO) and now its C.:)
Results 1 to 6 of 6