Search:

Type: Posts; User: Netalt

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,019

    Sorry, cheers for pointing that out to me.

    Sorry, cheers for pointing that out to me.
  2. Replies
    2
    Views
    1,019

    Is my compiler compatible with C?

    Hey, I've been using Dev Bloodshed for all my C++ learning needs however I have began reviewing the C tutorials on the site and testing some examples. The problem is none of the examples are running...
  3. Replies
    10
    Views
    1,217

    Sorry, I am pretty new to all this I'm just...

    Sorry, I am pretty new to all this I'm just playing around with it at the moment doing some trial and error, thank you very much for the help. I didn't mean anything by the 'Known to man' I thought...
  4. Replies
    10
    Views
    1,217

    The Worst Clock Known To Man!

    #include <stdio.h>
    #include <fstream>
    #include <iostream>
    #include <cstring>

    using namespace std;

    main(){
    int hour;
    int minute;
  5. Thread: Pointers

    by Netalt
    Replies
    3
    Views
    892

    Ah yes, thanks for the help!

    Ah yes, thanks for the help!
  6. Thread: Pointers

    by Netalt
    Replies
    3
    Views
    892

    Pointers

    Hey, I've been playing around with C++ for a few weeks however I seem to be doing something wrong with pointers still.


    #include <iostream>
    #include <fstream>
    using namespace std;
    main(){
    int...
Results 1 to 6 of 6