Search:

Type: Posts; User: BeerGut

Search: Search took 0.00 seconds.

  1. Thanks for the advice

    Thanks it compiles.

    Now I have some programming errors to rectify.
    I'm getting somewhere now.
  2. Thanks

    Ok I did that, now I'm getting all sorts of complaints about undefined references to string, stringstream, ostream etc.

    At the end gcc gives me:

    collect2: ld returned 1 exit status

    Any...
  3. Opening a textfile with user supplied filename

    I am writing a simple text file manipulation program and am getting the following errors from gcc:

    file converter.cpp: In function ‘int main()’:
    file converter.cpp:32: error: no matching function...
  4. Replies
    6
    Views
    1,266

    Converting strings to ints

    I have another question about strings.

    If I have str1 which contains "123" how do I convert this to the int 123 and back again.
    I have some dates in string format yyyymmdd which I wish to...
  5. Replies
    6
    Views
    1,266

    Thanks for all your suggestions

    I am using std::string and thanks for your help.
    You have answered my questions.

    Thanks again,
    BeerGut
  6. Replies
    6
    Views
    1,266

    String handling for a newbie

    I have two questions about strings.

    1: How do I compare two strings within an if statement?

    2: How do I glue two strings together to make one longer string?

    I know these are simple issues...
  7. Have found GTK+ toolkit

    Since writing the post above I have found a tutorial on the GTK+ toolkit.
    Seems I've answered my own post.

    Thanks to all that read it anyway.

    BeerGut.
  8. Programming textboxes etc in the x server window

    Hi all,

    I'm new to Linux and programming in c++.
    I have basic tutorials on programming and using X windows.

    What I need is a tutorial on programming textbox, combobox etc. controls within the...
Results 1 to 8 of 8