Search:

Type: Posts; User: The Brain

Page 1 of 20 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    17
    Views
    2,904

    Check this out....

    Check this out.
  2. Replies
    14
    Views
    3,992

    Tomorrow, we do the same thing we do everyday.. ...

    Tomorrow, we do the same thing we do everyday.. try to take over the world.
  3. Replies
    14
    Views
    3,992

    One more consideration: Perhaps there is a...

    One more consideration:

    Perhaps there is a possible numerical relationship you could exploit among the set of numbers we know as zip codes..

    For example, I know that many of the zip codes in...
  4. Replies
    14
    Views
    3,992

    A data structure you may also be interested in is...

    A data structure you may also be interested in is a 'binary tree.' A binary tree is essentially linked list that points to 2 nodes instead of one.

    A major advantage of binary trees is the...
  5. Replies
    6
    Views
    2,762

    Your problem is here.. and I think we both know...

    Your problem is here.. and I think we both know what needs to be done:


    //ostream &operator<<(ostream &streamname, Diary obj)
    //{
    // streamname << obj.m_Name << " " << obj.m_Address << " " <<...
  6. Replies
    14
    Views
    3,992

    I would recommend a STL container for many...

    I would recommend a STL container for many reasons. Specifically, for your implementation, you could just make a single function call to find your zip code. You also get other neat stuff like the...
  7. Replies
    25
    Views
    4,960

    I am quite the opposite.. I love to watch the...

    I am quite the opposite.. I love to watch the needle go in. I even offer advice on how to pierce my veins.

    (no, I'm not a drug addict, just someone who faced their fear.)
  8. Thread: Micheal Vick

    by The Brain
    Replies
    23
    Views
    115,984

    Poll: Let me throw out a couple more nuggets for ye' to...

    Let me throw out a couple more nuggets for ye' to mentally chew on:

    To what extent can PETA and others determine Vick's career? Assuming they do not wish him to return to NFL football, then what...
  9. Thread: Micheal Vick

    by The Brain
    Replies
    23
    Views
    115,984

    Poll: According to the video on repairing Vick's image,...

    According to the video on repairing Vick's image, Marshall Faulk states that he'll probably never see big money again if he is re-instated to the NFL. That said, we'll have a man that will be...
  10. Thread: Micheal Vick

    by The Brain
    Replies
    23
    Views
    115,984

    Poll: Let me ask you this.. a man kills a fellow...

    Let me ask you this.. a man kills a fellow teammate and a passenger whilst driving drunk.. and gets a fine, probation, and continues to play in the NFL today. Is this fair to Michael Vick who...
  11. Thread: Micheal Vick

    by The Brain
    Replies
    23
    Views
    115,984

    Poll: What do you guys think of this discussion on how...

    What do you guys think of this discussion on how to repair Micheal Vick's image?

    NFL Videos: Repairing Vick's image

    Compare to this video, which is reminiscent to the days of the KKK: YouTube...
  12. Thread: Micheal Vick

    by The Brain
    Replies
    23
    Views
    115,984

    Poll: Micheal Vick

    I have been in a long standing debate on whether to bring back former Atlanta Falcons QB, Micheal Vick.

    I have considered both sides of the story for a long time. What he did was wack, but I think...
  13. Replies
    13
    Views
    10,540

    Poll: Star Trek movie rocks. It has sex, violence, and...

    Star Trek movie rocks. It has sex, violence, and guns and hot chicks and a lot of ass kicking. Even spock beats the hell out of kirk. He almost ends up banging the black chick as well.
  14. Replies
    10
    Views
    1,883

    I had a similar GDI32 problem when I was using...

    I had a similar GDI32 problem when I was using DevCpp.. but then I just switched to codeblocks and everything was fine.
  15. Thread: question

    by The Brain
    Replies
    27
    Views
    3,850

    In order for the System( ) function to be used as...

    In order for the System( ) function to be used as a cin / cout parameter, the function would have to return ostream reference I believe.
  16. Replies
    3
    Views
    1,538

    Why not just save the root node in a dedicated...

    Why not just save the root node in a dedicated pointer?

    Otherwise... it would sound like ye' would need something like a double-linked binary tree, where each node would point its leaf nodes......
  17. Thread: question

    by The Brain
    Replies
    27
    Views
    3,850

    = a multi-threaded thread

    = a multi-threaded thread
  18. Replies
    4
    Views
    4,568

    Here is like the first real big program I ever...

    Here is like the first real big program I ever wrote in c++ teehee.

    It's not exactly what you are asking for (it uses suites as well as face values.. and it is also written in c++) but it should...
  19. void Tryagain(); should be void Tryagain()...

    void Tryagain();

    should be

    void Tryagain()
    {
  20. Thread: Icon Help

    by The Brain
    Replies
    11
    Views
    5,277

    TY Oldman47

    it woiks..!! :^)
  21. Thread: Icon Help

    by The Brain
    Replies
    11
    Views
    5,277

    Thanks for your continued efforts on this...

    Thanks for your continued efforts on this somewhat frivilous task.. as you can see, I have a 32x32 16 color icon that for some mysterious reason will not show itself in me' program.

    I envision...
  22. Thread: Icon Help

    by The Brain
    Replies
    11
    Views
    5,277

    tried all of ye' wonderful suggestions; however,...

    tried all of ye' wonderful suggestions; however, am still unable to get a freaking icon to display in the left side of the running application's taskbar. Another case of good code that doesn't work...
  23. Thread: Icon Help

    by The Brain
    Replies
    11
    Views
    5,277

    Icon Help

    Hello,

    I am trying to change the default icon that appears in the left side of the task bar. I created a .ico file using a program called, "icon edit." I made all the proper annotations in...
  24. Replies
    7
    Views
    6,062

    Need More Help..!@#!@#

    Just sent this program to my cousin who is running the same operating system as I; window's vista.. and the program offers some very weird behavor as shown in the attachment.. The program runs fine...
  25. Replies
    7
    Views
    6,062

    Ready for some BJ?

    Just want to thank everyone who helped me out with some basic windows programming... just completed my first program that uses bitmaps. I would be interested in ya'lls opinion; maybe there is a...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4