Search:

Type: Posts; User: MovingFulcrum

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    3,026

    MCSD: Is it worth it?

    Yeah, i know it is just another of microsoft's many ways to earn money but really is the MCSD degree worth it?
  2. Replies
    4
    Views
    1,006

    What about version 1? Is t there already? ;)

    What about version 1? Is t there already? ;)
  3. Replies
    13
    Views
    6,690

    How is it that whenever i try to test the demo...

    How is it that whenever i try to test the demo administration of phpbb on their web site it says "Could not connect to database" ?!?!?!?
  4. Replies
    111
    Views
    20,373

    Poll: LOL

    LOL
  5. Replies
    4
    Views
    1,768

    Also one more thing, if i start another thread to...

    Also one more thing, if i start another thread to read the output and pass hOread as the arg then readfile returns with error "invalid access to memory region"
  6. Replies
    4
    Views
    1,768

    but i have in many examples it returning with an...

    but i have in many examples it returning with an error, usually - ERROR_BROKEN_PIPE.

    Also going by your answer how will i know when my output has finished?
  7. Replies
    4
    Views
    1,768

    Like Hellooo!!!! Can anyone help me pls??? So...

    Like Hellooo!!!!
    Can anyone help me pls???
    So many views but still no replies?
  8. Replies
    4
    Views
    1,768

    Pipes! HELPPPPPP!!!!!!

    I am trying to read gdb's (v 5.1) output. The problem is that ReadFile hangs. If i am debugging in Visual C++ ,then in the first iteration of the while loop the contents are read fully in the buffer...
  9. Replies
    2
    Views
    1,233

    Actually the problem i am having with my gdb is...

    Actually the problem i am having with my gdb is that its unable to find the source files.
    Lets take for example the opengl example.
    If i start gdb from within dev-c++ (v4) and do-
    break 40
    and...
  10. Replies
    2
    Views
    1,233

    Latest gdb anyone?

    The gdb version distributed with dev-c++ is 4.18. But the gdb website speaks that the version 5.2 is out. It only offers the gdb sources. I want the latest gdb exe for windows. Can anyone lend me a...
  11. Replies
    29
    Views
    7,119

    Well, 2Ghz machines are out nowdays ;) which...

    Well, 2Ghz machines are out nowdays ;)

    which is very rare indeed

    Its pretty obvious for them to do, after all they are a businness and all these things are done for money only. The sheer...
  12. Replies
    31
    Views
    6,491

    seditee: an advice: how abt being a bit low on...

    seditee:
    an advice: how abt being a bit low on the use of "."'s. Makes your post and you look real confused.
  13. Replies
    29
    Views
    7,119

    C#: Whats bad really?

    OK, there have been lots of threads about C#, and would ppl still use C# or not ,etc,etc,etc.
    Ok, for all those who would stick to using C++, how about saying some concrete points as to *why*? Ms...
  14. Replies
    1
    Views
    1,274

    Global Objects. Good or Bad?

    Why is it that people always use use local objects of their main class in winmain and try to use all sorts of methods to get a pointer to the object ,like lets say in wndproc using Set/GetWindowLong....
  15. Replies
    16
    Views
    5,599

    Why dont 56k modems give 56kbps?

    I might be asking something really,reall silly/elementry here but why 56k modems give only 5-6 kbps dl at max even u dont have anythign else working other than the dl.
    Why dont they give the full 56...
  16. so noone really know how these ppl make money???

    so noone really know how these ppl make money???
  17. Hmm.... Nullsoft doesnt provide any paid version...

    Hmm.... Nullsoft doesnt provide any paid version of Winamp.
    I dont think big companies like Netscape can make all that money solely by putting ad banners on their web site.
    Also why the hell would...
  18. Where do these companies make their money from?

    Where do all these companine like Netscape, NullSoft(Winamp),google , etc get their money from? I mean if they provide all their services/products for free, then how do they make the money to keep...
  19. Replies
    2
    Views
    2,712

    using .lib with gcc?

    I am pretty new to using gcc. Is it possible to link .lib files with it? From all i have heard it seems i can link only .a files? if so then how do i convert my existing .lib files to .a for use with...
  20. Replies
    22
    Views
    5,340

    i know a bit of x86 asm :)

    i know a bit of x86 asm :)
  21. Thread: C++ vs D

    by MovingFulcrum
    Replies
    2
    Views
    3,418

    C++ vs D

    Take a look at this . Seems pretty promising to me. What do you think?
  22. Replies
    4
    Views
    3,067

    well, for asm i dont think there is a better...

    well,
    for asm i dont think there is a better forum than board.win32asmcommunity.net
  23. Replies
    2
    Views
    19,768

    if you got vc 6, the debugger can show you the...

    if you got vc 6, the debugger can show you the asm source with the corresponding c code just above it.
  24. Replies
    19
    Views
    4,361

    I am creating a C++ IDE like VC++ for MINGW. The...

    I am creating a C++ IDE like VC++ for MINGW. The editor part is almost finished. A little bit of intellisense is left. I will post an alpha within a few weeks.
  25. Replies
    13
    Views
    2,376

    Well if u initialialize a variable in main which...

    Well if u initialialize a variable in main which u want to keep using and keep updating with the function then assign the return value of the function to it.

    Lets say:



    void main()
    {
    ...
Results 1 to 25 of 47
Page 1 of 2 1 2