Search:

Type: Posts; User: stewie1986

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    1,624

    Thanks for the reply, its just this is a list of...

    Thanks for the reply, its just this is a list of what the teacher has asked us to submit for our programming assignement


    source code files(s)


    The executable file


    flowchart
  2. Replies
    8
    Views
    1,624

    Hi, sorry I wasn't clear, is it possible to...

    Hi, sorry I wasn't clear, is it possible to create a stand alone exe file, where you can just click it and it will run the the program, in visual studio
  3. Replies
    8
    Views
    1,624

    Creating a executable file

    Hi
    I just wanted to know how to create a executable file of your program using visual studio.
  4. Replies
    2
    Views
    2,093

    reading from a file + list of strings

    Hi
    Just wanted to know if anyone could help me with a reading from file problem.
    When the program reads from a text file which is set out like this:

    p
    pbc
    pcb
    b

    it only prints out the...
  5. Replies
    7
    Views
    1,093

    Hi I added the code to my test program, but it...

    Hi
    I added the code to my test program, but it doesnt seem to print the value of sum. I was hoping it would read the string in the txt file, which was just "PBC", then make the conversion into...
  6. Replies
    7
    Views
    1,093

    thanks for the replies, but I just wanted to know...

    thanks for the replies, but I just wanted to know if the
    file_in=fopen("Prem.txt", "r"); is correct,

    just say the file I want to read in is in the C:\ directory, how would I tell the program to...
  7. Replies
    7
    Views
    1,093

    Reading information from a file

    Hi,
    Just wanted to know if anybody could help me, ive found a test program to see if
    I could read information from a text file, and print the information to the screen, prob is when I run the...
  8. Thread: strlen help

    by stewie1986
    Replies
    10
    Views
    5,325

    Thanks so much guys!!

    Thanks so much guys!!
  9. Thread: strlen help

    by stewie1986
    Replies
    10
    Views
    5,325

    strlen help

    Hi
    I have aslight problem regarding the strlen function. I was told that if you had an array that can hold 20 characters, and you asked the user to input a string, and they entered a string of 7...
  10. Replies
    3
    Views
    3,397

    Thanks nadroj, i wanted this part of the program...

    Thanks nadroj, i wanted this part of the program to act like a error checker, I just wanted it to take in a string (roman numeral), and print out a error message if there are more then 3 consecutive...
  11. Replies
    3
    Views
    3,397

    consecutive number

    Hi,
    Just a quick questions. I just wanted to know if it it possible
    to tell the program to look at a bunch of characters in an array,
    and see if there are any consecutive number in the the string....
  12. Replies
    1
    Views
    1,527

    consecutive characters

    Firstly, just wanted to say thanks to Elysia and matsp for the help yesterday.

    Ok, I just wanted to know if it is possible to write a bit of code to tell a program to check and see if a string of...
  13. Replies
    6
    Views
    2,466

    Hi matsp, thanks for replying here is the code ...

    Hi matsp, thanks for replying
    here is the code



    #include<stdio.h>

    void main()

    {
  14. Replies
    6
    Views
    2,466

    Minor Problem

    Hi

    I just wanted to know if anyone can help me with a slight problem I have. I created a C program at college using visual studio 2005, and it worked fine. I sent the program code via email so I...
  15. Thread: Newbie to C

    by stewie1986
    Replies
    5
    Views
    1,001

    Hi matsp Is this what you mean about adding...

    Hi matsp

    Is this what you mean about adding those curly brackets


    #include<stdio.h>

    void main()
    {
    int CarAge, EngineSize, Convictions, Message;
  16. Thread: Newbie to C

    by stewie1986
    Replies
    5
    Views
    1,001

    Hi Matsp, Sorry if it sounded like I wanted you...

    Hi Matsp,
    Sorry if it sounded like I wanted you to do my work, I didn't mean it to.
    Here is my code so far,


    #include<stdio.h>

    void main()
    {
    int CarAge, EngineSize, Convictions, Message;
  17. Thread: Newbie to C

    by stewie1986
    Replies
    5
    Views
    1,001

    Newbie to C

    Hi,
    I just wanted to know if someone could help me with if and else statements.
    Im pretty new to C programming,but im finding some aspects of if and else statements a bit difficult. I'm having a...
Results 1 to 17 of 17