Search:

Type: Posts; User: geekrockergal

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. okay sorry I will take all you advice this is my...

    okay sorry I will take all you advice this is my first program
  2. can someone help me with these errors please code included

    Errors:
    unable to open include file 'STDIO.H' highlights #
    unable to open include file 'CONIO.H' highlights #
    Function should return a vaule highlights semi colon
    Declaration terminated...
  3. Replies
    21
    Views
    3,257

    thanks again *hits head on desk*

    thanks again *hits head on desk*
  4. Replies
    13
    Views
    1,888

    okay try and find a way around not using strings

    okay try and find a way around not using strings
  5. Replies
    13
    Views
    1,888

    yes I did understand the bit about % thank you

    yes I did understand the bit about % thank you
  6. Replies
    21
    Views
    3,257

    again thank you Im at last understanding !!!!!!!...

    again thank you Im at last understanding !!!!!!!

    I did what you said and Im getting two errors and two warnings


    /*********************
    Program Name:Program 1
    Author:geekrockergal...
  7. Replies
    13
    Views
    1,888

    Ive tried it in both upper and lower case and I...

    Ive tried it in both upper and lower case and I still get the same error
  8. Replies
    13
    Views
    1,888

    thanks

    thanks
  9. Replies
    21
    Views
    3,257

    thanks again is it possiable to have multiple...

    thanks again

    is it possiable to have multiple else statements:


    int letter;
    printf ("Please input letter [A, B, C]:\n");
    do {
    letter = getch();
    letter = toupper(letter);
  10. Replies
    21
    Views
    3,257

    so is it possiable to do this (I want the user to...

    so is it possiable to do this (I want the user to input a speific character A or B)


    char letter;
    printf ("Please input letter:\n");
    if {
    letter = getch(A);
    printf ("\nThe letter you have...
  11. Replies
    21
    Views
    3,257

    okay thanks

    okay thanks
  12. Replies
    21
    Views
    3,257

    thanks

    thanks
  13. Replies
    21
    Views
    3,257

    I am Im just writing what Im learning/reading in...

    I am Im just writing what Im learning/reading in order to get a better perspective of it
  14. Replies
    6
    Views
    1,078

    thanks

    thanks
  15. Replies
    13
    Views
    1,888

    thanks Im using borland by the way

    thanks Im using borland by the way
  16. Replies
    21
    Views
    3,257

    thanks whats the != 27 is that something to do...

    thanks whats the != 27 is that something to do with the letter length??
  17. Replies
    13
    Views
    1,888

    why am I getting these errors?

    /*********************************************************/
    Program Name:program1
    Author:geekrockergal


    /***************PREPROCESSOR DIRECTIVES********************/
    ...
  18. Replies
    6
    Views
    1,078

    he hasn't explained it us full stop he just gave...

    he hasn't explained it us full stop he just gave us a sheet to write from the only thing he explains is how to place our code in to flow diagrams I'l have to ask him next wenseday *sigh*
  19. Replies
    6
    Views
    1,078

    what are ...

    My lecture told us to write:


    /*********************************************************/
    Program Name:
    Author:


    /***************PREPROCESSOR DIRECTIVES********************/
  20. Replies
    21
    Views
    3,257

    thanks Adak so if I wanted to create a program...

    thanks Adak
    so if I wanted to create a program that outputted a letter that the user inputted, would it look like this:


    printf ("Please input letter: ");
    int %c
    printf ("The letter you have...
  21. Replies
    21
    Views
    3,257

    How do I ...

    How do I get a string to output a letter instead of a vaule in borland???
  22. I placed ; at the start of each line becasue dev...

    I placed ; at the start of each line becasue dev C++ was getting funny over it =( it still worked
  23. sorry people I thought there were minor...

    sorry people I thought there were minor differances in c and c++ I have a template for borland that I can modify it to but I wont be able to test it as I find borland really complex to install and I...
  24. Ive started it off: #include ...

    Ive started it off:


    #include <iostream>
    #include <string>


    using namespace std;

    int main(void)
  25. Replies
    2
    Views
    3,176

    creating counters and code not working

    I need to create a counter and display it at the end of my program. I need to use this counter to show how many course applications where accepted and rejected based on certain criteria the student...
Results 1 to 25 of 35
Page 1 of 2 1 2