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

Search:

Type: Posts; User: Bather

Search: Search took 0.01 seconds.

  1. Replies
    1,585
    Views
    266,266

    Re: AAAh A joke(Lets share Jokes)

    Come on over boy!
  2. Thread: Create a file

    by Bather
    Replies
    1
    Views
    622

    Create a file

    I use CreateFile to create a txt file in C drive and I also try to assign it the new datetime
    But when I open the file properties, the creation and modified datetimes are not what I set for it
    ...
  3. Thread: i can code

    by Bather
    Replies
    2
    Views
    1,236

    Re: i can code

    Why was it great and good ?
  4. Replies
    7
    Views
    928

    Re: string comparing

    Yes, helping yourself first before asking us to help you, this is the first step towards IT industry and the Standards
  5. Replies
    5
    Views
    851

    Re: output incorrectly

    But what does it?
  6. Replies
    5
    Views
    851

    output incorrectly

    I have a little problem that outputs a quotient

    Here it is
    cout<<1/2;
    the output is 0 :(

    How could you possibly fix this problem ? (",")''

    also I think to myself why the division is done...
  7. Replies
    5
    Views
    932

    Re: networking i am stupid

    You know I myself can not resolve the problems in question and codeguru is a very good place to search my answers. I hope one day I grow strong and old enough to judge people's writings. Hahaha
  8. Replies
    1
    Views
    425

    I am learning struct in C

    typedef struct x{long a; string b;}X;
    void initstruct(X refx)
    {
    refx.a=1234567890;
    refx.b="1234567890";
    }

    int main()
    {
    int a=0; //*
  9. Replies
    15
    Views
    2,025

    Re: anonymous Structure

    Ok that IS so fine!
    What is an anonymous structure ?
  10. Thread: Dream job

    by Bather
    Replies
    2
    Views
    1,954

    Dream job

    I have a dream,
    a dream job that I might have to tell you now as I am running out of time
    I am in my third year in a local college of computer science
    I am looking for a job with a a dynamic...
  11. Replies
    18
    Views
    2,771

    Re: Two Assertions in two different Programs

    Agree !

    1. It never works
    2. I don't know

    the two is completely different one is to study the other is to be probably richer!

    I think Alexspiper is offline again to to to to work with his...
  12. Replies
    8
    Views
    1,216

    Re: Are you taking a bath ?

    Ah yes, database. What I wish now is just to watch them work nothing more. TRUE watching helps me learn the real world
  13. Replies
    8
    Views
    1,216

    Re: Are you taking a bath ?

    I just really want to see how they are working :(
    Working as people told me is an art!
  14. Replies
    2
    Views
    2,193

    Re: WIDCOMM and VC++ 6.0

    Hello, Smith

    Would Smith please tell Bather about the library Smith is using ?

    Thank you Smith :)
  15. Replies
    5,488
    Views
    950,614

    Re: The "last one to post on this thread wins" Thread

    Tom is a good spaceman living somewhere in....Michigan maybe.
    People say Tom's wife has a big restaurant (real) and sells all kinds of food
  16. Re: Problem silently printing an MsWord doc using ShellExecute

    Don't laugh,

    Using COM works better as it provides better functionalities to deal with more than just print

    I don't know if "print" is registered.
  17. Replies
    5,488
    Views
    950,614

    Re: The "last one to post on this thread wins" Thread

    dgliena , you have a brilliant future
  18. Re: Help Please: Comparing loans w/ various interest rates

    Hello, are you providing software and IT services for banks
    I would also like to find a customer in the bank too, but I don't know how.
    Although I am a slow student and I am bad at language use I...
  19. Replies
    8
    Views
    1,216

    Are you taking a bath ?

    Hello, I am a student. This is my 6th year in my school of computer and system engineering
    I love this site and come here quite often at midnight (around this time, my local time)
    I wonder why some...
Results 1 to 19 of 20





Click Here to Expand Forum to Full Width

Featured