Search:

Type: Posts; User: sharris

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    17
    Views
    3,292

    Here's one to give you a better picture of one of...

    Here's one to give you a better picture of one of the bad. It represent them all (i got last week)

    bye
  2. Replies
    17
    Views
    3,292

    This is now. And now I know how to get a...

    This is now.

    And now I know how to get a better screenshot finally.
  3. Replies
    17
    Views
    3,292

    I'm not sure what my problem is. After I posted,...

    I'm not sure what my problem is. After I posted, a few hours latter, things was looking good in all three - Netscape-9.0, Opera-9, Opera-11 and FireFox.

    Font's could have been a problem with the...
  4. Replies
    17
    Views
    3,292

    It tell me "Click Add Files to upload new files...

    It tell me "Click Add Files to upload new files or select from existing files below". This is under IE-7 and when I click it, it takes me no where. So I tried Netscape and the donut arrow next to...
  5. Replies
    17
    Views
    3,292

    Thanks tabstop, give me an hour or two, I have to...

    Thanks tabstop, give me an hour or two, I have to make a run right now. I know how to do th .png thing now, than I'll post them.
  6. Replies
    17
    Views
    3,292

    Well it's good to know it works for others and...

    Well it's good to know it works for others and may not be cboard fault. My question should have been "What do you get" but I did not think of that first. All I seen for the pass few months is bad...
  7. Replies
    17
    Views
    3,292

    cboard works for IE only ...

    I don't know where to post this so you can move this thread.

    IE is the only one that works and I am not happy. You all should know by now that this web-site will not display properly in "ANY"...
  8. Replies
    8
    Views
    1,233

    Logic, I can't take it. I need a debugger so I...

    Logic, I can't take it. I need a debugger so I can see logic and action, that way I'll know for sure. You guy got debugger in your heads and I am not going out like that ... My dream to talk the...
  9. Replies
    8
    Views
    1,233

    So, where do the loop go? Starting tomorrow I...

    So, where do the loop go? Starting tomorrow I will but right now I don't have the smarts or the strength to step through the code to find that location, but I know for sure if I did I would have my...
  10. Replies
    8
    Views
    1,233

    I am not an expert like some of you may have...

    I am not an expert like some of you may have became overnight and I did not completely understand the pointer/reference thing after completing a single c++ textbook among seven other class textbooks...
  11. Replies
    8
    Views
    1,233

    // Make a file name "file1.txt" and add a few...

    // Make a file name "file1.txt" and add a few lines in it.
    // Save the file and run this program. I just call it count lines
    // C++ people say counts elements.
    // This set-up give you a full...
  12. I just completed a derived class assignment a few...

    I just completed a derived class assignment a few days ago, a week in advance. If you have not figured out yet, if I saw the full soruce I think I may be able to help. I read on the net that many...
  13. Replies
    8
    Views
    1,233

    class of vector ???

    Hello everybody !

    I been trying for hours to figure out how to use countLine in this code. It's a vector class and it use the raw pointers technique which is all new to me. For a simple vector I...
  14. Replies
    20
    Views
    14,827

    And to think I'm two weeks ahead of class and...

    And to think I'm two weeks ahead of class and it's OVER in two weeks. All I got to do is the FINAL, so no more "is this HW", Never Again!

    Anyway, I was about to start another thread but was afraid...
  15. I got it! I got IT!!! #include ...

    I got it! I got IT!!!



    #include <iostream>
    using namespace std;


    class NumberA
    {
  16. Replies
    20
    Views
    14,827

    WoW! And I was just reading into this: c++ -...

    WoW! And I was just reading into this:
    c++ - ::std::vector::at() vs operator[] << surprising results!! 5 to 10 times slower/faster! - Stack Overflow
  17. Replies
    20
    Views
    14,827

    Short answer, vector is more responsible so...

    Short answer, vector is more responsible so vector will always be slower...

    It seem that boost only is adding a lay of security when accessing arrays. Sounds like a vector want-to-be but they...
  18. You mean to tell me that nobody got a clue or...

    You mean to tell me that nobody got a clue or even interested in one of the greatest C++ questions EVER!!! I needed no help up until now. This is my creation from scratch with this additional new ...
  19. It's really scary how we can create bugs in our...

    It's really scary how we can create bugs in our project months ago and still might not realize it today.

    Printing a class - C / C++ answers


    I think I'm getting close. This got to be the...
  20. I learn a lot though trial and error even when I...

    I learn a lot though trial and error even when I might not solve the original problem, like now, but what I did learn will be re-tested doing my next adventure. I been at the finish line for hours,...
  21. I just got use to doing it with pointers and and...

    I just got use to doing it with pointers and and such a few days ago. It's no fun taking the easy way out with cout all the time. Now I can add this to my experence. It's the easy stuff that seems...
  22. How do I pass a whole number directly to print

    How do I send this number to a function and print it to screen.:



    cout << "The number: " ;
    MyNumber.print(300);
  23. Replies
    2
    Views
    5,562

    Thanks for the answer about shell glob. That...

    Thanks for the answer about shell glob. That article is the best you will ever find that has clear working examples to get one started, the right way.



    I thought this was a very simple and...
  24. Replies
    2
    Views
    5,562

    Regular Expression using regex_search

    I search the board using "Regular Expression" and regex_search as keywords. I get "Sorry - no matches. Please try some different terms."

    Anyway, I'm trying to get the output below using...
  25. Replies
    48
    Views
    9,871

    Today I just learn that a C++ working...

    Today I just learn that a C++ working bucketsorter do exist but it must be the most well guarded procedure in the academic world for academic purpose... so my apologies to all.

    It was even tougher...
Results 1 to 25 of 90
Page 1 of 4 1 2 3 4