Search:

Type: Posts; User: KristTlove

Search: Search took 0.01 seconds.

  1. Okay since I am not a true novice at this, let me...

    Okay since I am not a true novice at this, let me explain what I have done. I did not just write a bunch of code and then compile. I put each function in one at a time and tested each section. It...
  2. Strange characters in output Need Help ASAP

    I am trying to figure out why I am reading in strange characters from the input file. My input is just "MerryChristmas". I have tried putting spaces in between the letters and without spaces. I...
  3. Replies
    2
    Views
    4,351

    It looks like the file wasn't made because it is...

    It looks like the file wasn't made because it is empty. I am using DEV C compiler. What should be in the makefile??
  4. Replies
    2
    Views
    4,351

    compiler build error

    This is the error I am getting. Can anybody help with this??? Code to follow error line.

    G:\Makefile.win
    [Build Error] No rule to make target `all'. Stop.




    // File: ListType.h Class...
  5. Replies
    8
    Views
    1,547

    What is the code in C++ for read 1 line? I know...

    What is the code in C++ for read 1 line? I know read till end of file?? How do you just get 1 line???
  6. Replies
    8
    Views
    1,547

    question on reading from a file

    I need to read some info into a couple of stacks. How can I read different info into each stack using only 1 input file. Is there a way to signal the program to only read for example two lines then...
  7. Replies
    4
    Views
    1,798

    not getting the desired output. WHY???

    Once again I am having a problem. I am trying to do varoius operations with stacks. It doesn't look like it is filling the stack. I only tried to print the stack and print the second value so far....
  8. Replies
    10
    Views
    1,088

    Thanks for all your help....

    Elad,


    I was still revising when I copied the code. I have since deleted the parts in question and fixed the input/output files.


    Eam & Lucky

    Thanks again, Ive been working on this for...
  9. Replies
    10
    Views
    1,088

    code with parse error

    The errors are:

    26 G:\TestStack.cpp
    parse error before `{'

    32 G:\TestStack.cpp
    `e' undeclared (first use this function)


    (Each undeclared identifier is reported only once
  10. Replies
    10
    Views
    1,088

    compiler error

    What is a parse error??
  11. Replies
    2
    Views
    3,459

    error trying to compile stack program

    I am getting a error when I compile this. The error reads:
    24 C:\Dev-Cpp\stacks.cpp
    implicit declaration of function `int PrintStackUp(...)'
    27 C:\Dev-Cpp\stacks.cpp
    implicit declaration of...
  12. Replies
    2
    Views
    1,669

    help creating a class

    I am trying to creat a gaspump class. I need to creat the functions, reset fuel pump, reset fuel charge, display fuel charges, display fuel pumped, pump status ( on or off), fuel grade( leaded,...
  13. I am not getting letters in my output. Do I have...

    I am not getting letters in my output. Do I have the static cast statements in correctly?
  14. Thanks Lobo, My instructor helped me to figure...

    Thanks Lobo,

    My instructor helped me to figure that out. I have revised the program now I have another loop.... What I am trying to do is to re-encode the original message by using the encoding...
  15. program compiles but blk box just sits there

    I am trying to read in a file that says:
    My name is Kristin Baten and I know how to program.
    R

    The 'R' is used as a key to reencode the above message. R is 17 letters away from'A'. Each letter...
Results 1 to 15 of 15