Search:

Type: Posts; User: sschargedss

Search: Search took 0.00 seconds.

  1. Replies
    9
    Views
    1,984

    Its actually C. Not sure what I was thinking...

    Its actually C. Not sure what I was thinking posting in C++.

    Out to find a good book on learning C.
  2. Replies
    9
    Views
    1,984

    you of course did the logical thing and read my...

    you of course did the logical thing and read my post... right? hint (look up one post and read) The problem was the amount of issues people were having and the different resolutions. None of them...
  3. Replies
    9
    Views
    1,984

    ahh thankyou! (I did do prior searching on the...

    ahh thankyou! (I did do prior searching on the topic) but this helped.
    Got it working now, and the code is running as it should zero errors.

    Thank you programmerp and elysia for taking the...
  4. Replies
    9
    Views
    1,984

    ok. I created a new file. but same errors.. I...

    ok. I created a new file. but same errors.. I REALLY appreciate your reply here we go:

    code:

    #include <stdio.h>

    int main()
    {
    printf("Hello World\n");
    return 0;
  5. Replies
    9
    Views
    1,984

    Newb needs help basic C++ program

    Hey everyone,

    I'm really new to programming and im trying to create a basic "hello world" type of deal. Microsot visual studio winXP here is the code:


    #include "stdafx.h"
    #include <stdio.h>...
Results 1 to 5 of 5