Search:

Type: Posts; User: Ghiofish

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,141

    .... Oh man... *FACEPALM* I think it's time for...

    .... Oh man... *FACEPALM* I think it's time for bed. lol. Thanks for the help.
  2. Replies
    2
    Views
    1,141

    Pointer Trouble (GCC complains)

    When trying to compile this:



    #include <iostream>

    using namespace std;

    void DoubleIt(int *pointer);
  3. Replies
    12
    Views
    1,618

    Hmm... I was afraid of that. I guess I'll have to...

    Hmm... I was afraid of that. I guess I'll have to learn how to input from a file before testing that one.

    I really hate to keep bothering you guys, but what about this one?



    #include...
  4. Replies
    12
    Views
    1,618

    Another noob question! #include ...

    Another noob question!



    #include <stdio.h>

    int main () {

    int c = 0;
  5. Replies
    12
    Views
    1,618

    I think I'll just use this method from now on: ...

    I think I'll just use this method from now on:



    int a, b, c;

    a = 0;
    b = 0;
    c = 0;
  6. Replies
    12
    Views
    1,618

    Oh, I see. I could have sworn you could...

    Oh, I see. I could have sworn you could initialize variables like that. Ha, it's been a long time I suppose.

    Thanks! I'm sure I'll be back with more dumb questions soon enough.
  7. Replies
    12
    Views
    1,618

    Working through H&K... Strange Output

    Hi All!

    I'm working though H&K, specifically, I'm looking at exercise 1-8 (Write a program that counts blanks, tabs, and lines.) My code seems to count spaces and lines correctly, but for some...
Results 1 to 7 of 7