CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: nigelhoath

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    4
    Views
    4,156

    Re: class array issue

    keang I'll certainly do that. Just getting going (2 days) with assessing Java and eclipse but I like it enough that I should start to tidy up. Hopefully squeaky clean next time, Cheers
  2. Replies
    4
    Views
    4,156

    Re: class array issue

    Peter very many thanks for your help. All working now. Clearly I need to read up on my 'static's.
  3. Replies
    4
    Views
    4,156

    class array issue

    If anyone can explain the compiler error below I'd be grateful and it would end hours of torment. I'm sure its simple but I can't see it. The highlighted error in Eclipse is in bold (line 25).
    ...
  4. Replies
    2
    Views
    1,362

    Re: Reading text file - extra line

    Many tx laserlight
  5. Replies
    2
    Views
    1,362

    Reading text file - extra line

    Help. Anyone tell me why this code outputs 7 lines (the last line twice) while the file contains 6 lines?

    cout << "read msgfile\n";
    ifstream msgfile ("script1.msg");
    while...
  6. Thread: C++ and Qt

    by nigelhoath
    Replies
    1
    Views
    804

    Re: C++ and Qt

    Sorry folks (although hopefully it might help someone).

    I had an environment issue but now I have embedded an 'ifstream' into an event (a QtSlot).

    So I'm guessing I can fully integrate my...
  7. Thread: C++ and Qt

    by nigelhoath
    Replies
    1
    Views
    804

    C++ and Qt

    Hi. I've been looking at Qt to create GUIs and it looks useful.

    However I have tens of thousands of lines of C++ that I want to maintain. Can I integrate my C++ classes and code within Qt...
  8. Thread: IDE for C++

    by nigelhoath
    Replies
    13
    Views
    1,384

    Re: IDE for C++

    Tx mlgoff that was it although why any release would not include a basic C++ program is beyond me.

    Now both are 2.4.0

    Hopefully Qt will prove a little more stable under Linux.

    Cheers
  9. Thread: IDE for C++

    by nigelhoath
    Replies
    13
    Views
    1,384

    Re: IDE for C++

    Just a thought: I loaded Qt on Windows and it offered a project type of "Plain C++" when I entered the 'New Project' dialog.

    I load on Linux (Ubuntu) and that option is missing.

    seems odd!
  10. Thread: IDE for C++

    by nigelhoath
    Replies
    13
    Views
    1,384

    Re: IDE for C++

    Quick update

    When I loaded all of the Qt stuff and did a few examples it seemed fine. However having run it on Windows7 I am getting issues with flie permissions and directories.

    e'g' "cannot...
  11. Thread: IDE for C++

    by nigelhoath
    Replies
    13
    Views
    1,384

    Re: IDE for C++

    Tx Skizmo. On your recommendation I'll give it a serious workout. We're looking at just two developers but even so good multi-version control and bi-access will be a must.

    There certainly seems...
  12. Thread: IDE for C++

    by nigelhoath
    Replies
    13
    Views
    1,384

    Re: IDE for C++

    Skizmo tx. Had a look but it seems as much into telephone interfaces and QML as C++ development. But perhaps that's just first appearances.

    I wondered if there are any that have specific C++...
  13. Thread: IDE for C++

    by nigelhoath
    Replies
    13
    Views
    1,384

    IDE for C++

    I need to maintain and develop largely C++ software to support a technical solution for multi user application testing. I want to use Ubuntu as the development platform and distribute my developed...
  14. Replies
    0
    Views
    9,342

    sending echo packet?

    I need my client side to send a packet (message) to a known ip address. However the target is not aware of it or its purpose.

    The packet contains three variables. Thus I say packet as it is very...
  15. Replies
    7
    Views
    4,402

    Re: Compiler change leads to err?

    Tx Darwen they look the very thing. And I can get access to them online quite cheap to have a good look.

    I note there are many 2005 but hopefully you guys here can help me with any recent changes
  16. Replies
    7
    Views
    4,402

    Re: Compiler change leads to err?

    Philip many thanks. I'm now cooking with gas.

    I've been looking around for articles on const and casting where I might find some examples. My fat book (Sams Teach Yourself C++) offers a light...
  17. Replies
    7
    Views
    4,402

    Re: Compiler change leads to err?

    Tx Alex F

    I'm afraid I'm making a meal of this. I do not remember having an issue with scope with this code before but .....



    if ( y == 0 ) char *p_s_filename_script =...
  18. Replies
    7
    Views
    4,402

    Compiler change leads to err?

    c_progvs ci_progvs(argc, argv);

    char *p_s_filename_log = &ci_progvs.m_s_filename_log;
    ofstream f_logfile(p_s_filename_log);



    The above code worked a while back. I guess my...
  19. Replies
    5
    Views
    5,199

    Re: Onwards with C++

    ddeme I think that is where I'm going. Basically the process is as follows:

    capture two network traces of a business function (snoop or tcpdump or whatever). An example might be: logon, navigate...
  20. Replies
    5
    Views
    5,199

    Re: Onwards with C++

    Tx for the input guys

    Ajay I was focussing on the GUI as I need a prototype. The development will be performed overseas, Vietnam favourite at the moment although the beauty competition will be...
  21. Replies
    5
    Views
    5,199

    Onwards with C++

    For 17 years I have been load testing transaction based applications using a toolkit developed by my business partner. Having decided it is time to get an exit strategy we have decided to package...
  22. Replies
    2
    Views
    4,979

    Re: nested classes

    D_Drmmr many thanks once again.

    I thought one must be able to just use an iterator to the list of a class and indeed now I can.

    But I'm a bit wary since you recently pointed out that I...
  23. Replies
    2
    Views
    4,979

    nested classes

    I have a program I need to change. There is a class which is used as the member of a list. The list is a member of another class. I need to access the list from outside of both classes.


    ...
  24. Replies
    5
    Views
    8,130

    Re: updating maps

    Design?!*? design ???!!! ....(only joking)

    Many tx Lindley and indeed D_Drmmr - I would have happily driven into the black hole and soon been lost without your prompt replies.

    I...
  25. Replies
    5
    Views
    8,130

    Re: updating maps

    D_Drmmr tx but not certain that is true. I've had some success in the last few minutes with



    const_cast<string &>(findlocator1->first) = s_mapkey_candidates;


    But if you think this is a...
Results 1 to 25 of 50
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured