Search:

Type: Posts; User: misplaced

Page 1 of 20 1 2 3 4

Search: Search took 0.02 seconds.

  1. YES I HAVE! i started an entirely new project and...

    YES I HAVE! i started an entirely new project and ran THAT code...i missed the top 2 or 3 lines when i copied it, it doesn't mean i didn't run it...i'm not a ........ing moron..why would i modify...
  2. that's it, all of it....running that code crashes...

    that's it, all of it....running that code crashes (compiled with dev-c++ 4.9.9.2)....granted YOUR compiler will compile it, you should able to copy and paste it. here's a cleaned up version.


    ...
  3. i posted all of the code because i knew you guys...

    i posted all of the code because i knew you guys would have a hard time believing "string < string" causes a segmentation fault. i couldn't believe it myself. i thought that by posting it you could...
  4. i'm sorry, perhaps i didn't explain this very...

    i'm sorry, perhaps i didn't explain this very well

    this is what "seg faults" (i have since realized it was an access violation..is that synonymous with seg fault?) :




    int...
  5. Found a seg fault, but can't explain why i get it

    i'm having a problem with a seg fault, but i'm stumped.
    i've found it, but i just do not understand why i get it.
    it's in the seventh line of WordTree::insert(const string &).
    i have put similar...
  6. Replies
    5
    Views
    2,065

    not sure what the problem is.... but i noticed...

    not sure what the problem is....

    but i noticed something. you're indian (mid-east) aren't you? it doesn't really matter, but i'm curious as to why mid-eastern people never use the word "it". (they...
  7. ...but, memorizing the distinct marks you put on...

    ...but, memorizing the distinct marks you put on the back of the cards will win you a lot of money in poker ;)
  8. Replies
    11
    Views
    3,545

    i have a strange feeling it's a circular include

    i have a strange feeling it's a circular include
  9. Replies
    31
    Views
    5,251

    it depends on the operating system. "sockets" is...

    it depends on the operating system. "sockets" is a good search term to start with though.
  10. Replies
    38
    Views
    12,159

    Poll: does anyone do this? if( 1 ) { x++; ...

    does anyone do this?




    if( 1 )
    {
    x++;
    }else{ //same line
    x--;
  11. Replies
    11
    Views
    7,096

    ExitWindows() doesn't kill computers, computers...

    ExitWindows() doesn't kill computers, computers kill computers
  12. Replies
    38
    Views
    12,159

    Poll: i'm funny...if i'm trying to write rock solid,...

    i'm funny...if i'm trying to write rock solid, inpenetrable code, i use Allman...but if my primary goal is speed and performance, i use K&R...not in the same source file of course..i typically just...
  13. Replies
    10
    Views
    6,062

    is there an original post to this contest? ...

    is there an original post to this contest? when's the deadline? how often will the blinds raise? will there be antes or just the blinds? where in the code can you get your (table) position and the...
  14. Replies
    14
    Views
    5,847

    in root, you have control over EVERYTHING...you...

    in root, you have control over EVERYTHING...you can use root every time you log in, but it's dangerous.....one bad command and your system is wiped clean.....it's recommended that you only login as...
  15. Replies
    14
    Views
    5,847

    username: root

    username: root
  16. Replies
    12
    Views
    3,589

    i think i need a little more info... 1. hard...

    i think i need a little more info...
    1. hard drive size? (i forgot windows doesn't always acknowledge non-windows type file systems.. or at least won't display them anyway).
    2. how much space did...
  17. Replies
    12
    Views
    3,589

    hmm...i moved it on my computer..i think it's...

    hmm...i moved it on my computer..i think it's originally start->programs->accessories->ms-dos prompt ..... if it's not there look under "system tools" or something similar
  18. if you wrote it you should know.. you came up...

    if you wrote it you should know.. you came up with it's name
  19. Replies
    7
    Views
    3,423

    you mean, technically speaking

    you mean, technically speaking
  20. Replies
    7
    Views
    3,423

    a thread is a process. ie, your web browser is...

    a thread is a process. ie, your web browser is most likely running multiple threads. one thread is listening to window events, or for simplicity, waiting for a button (back, forward, close) to be...
  21. Replies
    12
    Views
    3,589

    (assuming you're using windows) go to dos-prompt...

    (assuming you're using windows) go to dos-prompt in windows, type "fdisk", enter,
    if it asks about 'large disks something something' just select 'yes', now find the option to "display partition...
  22. Replies
    3
    Views
    2,804

    you can use only class methods (functions inside...

    you can use only class methods (functions inside a class) from outside of the class if A) the method is public, B) the object (class instance) is within the scope of the calling function.
  23. hint - if you reinstall a compiler or upgrade,...

    hint - if you reinstall a compiler or upgrade, always uninstall it first...this seems to lead to problems with many of the compilers i've encountered....with dev-c++ it's almost mandatory
  24. Replies
    2
    Views
    2,100

    on second thought, that might not be your...

    on second thought, that might not be your problem.........oh well...
  25. Replies
    2
    Views
    2,100

    found this: "public: virtual bool __thiscall...

    found this:
    "public: virtual bool __thiscall fsf::CActiveFilter<class fsf::CNode>::TestType(class fsf::CNode *)"

    when looking for this:
    "public: virtual bool __thiscall fsf::CActiveFilter<class...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4