Search:

Type: Posts; User: thebudbottle

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,189

    Storing long strings?

    Hi,

    I am writing a small console based application that will continue to take character input from a prompt within the program. When the user runs the application, I'd like to display a welcome...
  2. Thank you, thank you very much. Do you know...

    Thank you, thank you very much. Do you know where I could get info on using templates to allow me to pass any data type, as opposed to just int?

    Thanks again
  3. Compilation error wrt types + constructors

    Hi Everyone.
    I am new to c++, and trying to complete an assignment. I have to create a class called 'Element', declare it in a header, implement it in a c++ file. When i try and compile it to...
  4. Replies
    4
    Views
    2,860

    Very good point, either/or... although i believe...

    Very good point, either/or... although i believe that an existing project would be better as I imagine id receive at least a little more guidance. If anyone here undertook any individual projects...
  5. Replies
    4
    Views
    2,860

    Some experience, please

    Hi everyone,

    My name is Chris, and I am a computer science student in my second year of university. We are frequently given small assignments, but never any real project work. As much as...
  6. Alright, thank you. This makes sense. I know that...

    Alright, thank you. This makes sense. I know that I mixed up my commas and semi's, I got it right in my real code. I love taht C lets me do things like that.

    Have happy holidays
  7. What happened to my Segmentation Fault?!?

    So, I am writing a program in C, and it doesn't work properly. I attribute this to the fact that I am running over the end of one of my buffers. Thats easy enough to fix, but why wouldn't it give...
  8. Replies
    3
    Views
    1,226

    constant pointer?

    I have been given a header file to work from as an assignment, and a constant pointer is used: int * const acctFd

    Can I alter the value of this pointer? If so, how? Its a file descriptor, and I...
Results 1 to 8 of 8