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

Search:

Type: Posts; User: Khiem

Page 1 of 8 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    5,803

    Update 3 : Children could not be evaluated

    31637

    Although this http://support.microsoft.com/kb/2835600 has announced a bug fix in the Debugger performance in mixed mode source code for error occuring with a message "Children could not be...
  2. Replies
    1
    Views
    2,511

    Opening two Processes fails

    My niece plays this game everyday
    http://game.zing.vn/boom/download/boom.html

    After she runs the game and logs in with her created username and password

    she tries run that game process again...
  3. Replies
    19
    Views
    23,199

    Re: PHP array in C++ ?

    Maybe you also need a if-then-else for
    distance["object1","object1"];
    as "mapping" fails due to the same key used
  4. Replies
    8
    Views
    5,264

    Re: boost::thread and boost::promise

    What a frustrating and discouraging comment. It's lucky of me that I am in a good mood, otherwise I'll get mad about this. How about a broken promise ?
    You mark them as Async then export them as a...
  5. Replies
    29
    Views
    5,915

    Re: policy based design of "modern c++ design"

    You might have been working in several companies, from small to big, have you ever heard or been told that you should have applied patterns xxxx in this case, that case or that you should have fixed...
  6. Replies
    2
    Views
    2,102

    Re: Touch Screen without a Touchable Screen

    Sad, Windows 8 is only used for touchpads, hope MS will create similar OS for normal PC too, it'll be a good source which I would spend 24 hours to learn
  7. Replies
    2
    Views
    938

    Re: Which programming language to start with?

    amin196, tell me among C, C++, VB, Java which one will hit you on ?
  8. Replies
    2,690
    Views
    1,011,137

    Re: What Song Are You Listening To Now¿

    Avril Lavigne Who Knows
    http://www.youtube.com/watch?v=BJ_X3DYUQE4
  9. Replies
    1
    Views
    646

    Scott M.-Andrei A-Herb S. interview

    http://channel9.msdn.com/posts/Scott-Meyers-Andrei-Alexandrescu-and-Herb-Sutter-C-and-Beyond



    I just would like to share with anyone who visit this forum (once supposed to be analogously a...
  10. Thread: Windows Xp?

    by Khiem
    Replies
    4
    Views
    1,338

    Re: Windows Xp?

    Whatever, actually! if your hardware can afford latest OS and many more burdens you wish to maintain during its run (installation of IDEs, games etc), then feel free to choose it. Newer versions...
  11. Re: HMENU: How to get parent menu? (build in function)

    You didn't tell us how each subitem was added, because it needs to know whose parent it is, shouldn't that be the parent handle it needs to store for later use ?
  12. Re: Singleton? Static member pointer? Design question...

    You at least need to learn to say thanks for what people post to help you. Your complement on such negative thinking about self only shows how low your common sense actually is.
  13. Replies
    9
    Views
    2,937

    Re: Happy Birthday Siddhartha!

    Happy birthday. I believe in Siddhartha as always.
  14. Replies
    4
    Views
    1,660

    Re: Avoiding hard coding of IP Address

    What if you have a long list of remote IP addreses you want to connect ? I agree hardcoding takes time and mind to deal with. What application are you working on, actually ? Because I think sometimes...
  15. Replies
    6
    Views
    6,658

    Re: Longest Palindrome in String

    Well the last source code is written in C#,
  16. Replies
    305
    Views
    114,684

    Re: What Movie are you watching Now ??...

    Nice! I love all such movies (horror, suspense). Clearly on this board such people do exist, from 'envy' to 'blind', from 'real' to 'unreal'. We are proud to say that we have had an excellent online...
  17. Re: Recent CS Grad: Is it better to find a steady career or contract work?

    Dedication? Admittedly this is my first time to hear of how American companies evaluate employees. I am surprised as it seems contradictory to what is in my mind.
    I always think an interviewee right...
  18. Re: Recent CS Grad: Is it better to find a steady career or contract work?

    Instead of treveling, you don't want to continue PhD, then expand into post PhD. Many people I guess I know have several PhDs at the same time.

    From master, expanding yourself into further studies...
  19. Thread: Apathy

    by Khiem
    Replies
    296
    Views
    48,769

    Poll: Re: Apathy

    Looks like some big friends are going to have big speeches, and ideas collecting is being done now,
    be careful wrong ideas are being provided too

    Good luck :)
  20. Re: Which technology ocean to swim for a software engineer, Microsoft or OpenSource/L

    Do you know why OpenSource exists ?
    Let's take a note about compilers, you can compare MS's compiler with that of GNU's
    For a good software product, its' better to have a good GUI, multiple...
  21. Replies
    3
    Views
    1,407

    Re: LoadLibrary Question!

    Free it right after you use the extracted functions
    Not to free it equals to a bad behavior to causing memory leaks
  22. Replies
    22
    Views
    2,930

    Re: Feels like too many If's!

    The first, second third..... even the last will not work at all :( :p
    Microfone:>>>> please try a dynamic collection of pictures to see what is going to happen -

    Oppp: whispering: is this...
  23. Replies
    5
    Views
    1,048

    Re: less than perfect higher than low

    Nice I can trace it back easily to see how dumb I am to wear a eyeglasses with some scratches
    My lens brand is Rosie, and
    my frame brand is _Standford_ , but the middle joint seems corrected and...
  24. Replies
    5
    Views
    1,048

    less than perfect higher than low

    I am sad as some friends told me that "I won't be actually smart if I take off my glasses"
    I paid a lot of $$$ to buy me this pair
  25. Re: How to convert a Julian date to regular date and time?

    If you don't kown anything about javascript, it won't be a problem at all.
    javascript is seeminly a compulsory part to make a complete beautiful website but js software are available out there for...
Results 1 to 25 of 188
Page 1 of 8 1 2 3 4





Click Here to Expand Forum to Full Width

Featured