Search:

Type: Posts; User: rory-uk

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    1,265

    I'm confused why this one works and the other one...

    I'm confused why this one works and the other one does not, aren't they both the same?
  2. Replies
    16
    Views
    2,759

    None

    None
  3. Replies
    6
    Views
    1,265

    Inputting values into a variable

    I have wrote the code below to try and get input from the keyboard and store the data into the variables day, month and year, however I am receiving a compile error which says
    declared parameter...
  4. Replies
    16
    Views
    2,759

    I understand that this can be produced by using...

    I understand that this can be produced by using printf statements, however I have a task which involves producing this code with a flow statement. Could somebody please show me how to write the code...
  5. Replies
    16
    Views
    2,759

    Simple C Program with Flow Statements

    Could someone please explain to me how to produce the following using appropiate flow control statements e.g if statement

    * * * * * *
    * * * * *
    * * * *
    * * *
    * *
    *
  6. Replies
    29
    Views
    50,393

    Still can't get it to work. Could someone please...

    Still can't get it to work. Could someone please just send me a link to another C compiler
  7. Replies
    29
    Views
    50,393

    How did you create the project? Was it a Win32...

    How did you create the project? Was it a Win32 console application?
  8. Replies
    29
    Views
    50,393

    What's a .rc? I am simply creating a basic hello...

    What's a .rc? I am simply creating a basic hello program. Below is the code:



    #include <stdio.h>

    main()
    {
    printf("Hello");
    }
  9. Replies
    29
    Views
    50,393

    reverse-compiler??? It's not Visual Studio...

    reverse-compiler??? It's not Visual Studio Express, it's a trial version of Visual Studio 2008 Pro. Like I said earlier could anyone give me a link to a C programming IDE environment that I could...
  10. Replies
    29
    Views
    50,393

    The original file that gets created is a .cpp...

    The original file that gets created is a .cpp file, which is a C++ extension and the other file I created is a .c Isn't this not going to work
  11. Replies
    29
    Views
    50,393

    1>------ Build started: Project: Test3,...

    1>------ Build started: Project: Test3, Configuration: Debug Win32 ------
    1>Compiling manifest to resources...
    1>Project : error PRJ0003 : Error spawning 'rc.exe'.
    1>Build log was saved at...
  12. Replies
    29
    Views
    50,393

    Getting build errors with attempting to do the...

    Getting build errors with attempting to do the above. In fact I'm not sure if this version of Visual Studio will allow me to create a C Program. Can anyone give me a link to an IDE for C Programming...
  13. Replies
    29
    Views
    50,393

    The option is greyed out in the menu. Don't know...

    The option is greyed out in the menu. Don't know if it's down to the type of file i opened, i opened up a text file in the C++ development IDE and then saved it as a .c file.
  14. Replies
    29
    Views
    50,393

    Executing C Program in Visual Studio 2008

    I am trying to teach myself C Programming. I need to know how to execute an application in Visual Studio 2008. I can't find a way to do this!!! It is only the first example aswell which is to simply...
Results 1 to 14 of 14