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

Search:

Type: Posts; User: danutz_plusplus

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. IT Developer Job In Germany (Master Degree)

    Hey everyone,

    I've got an important question that really needs answering. So I'd appreciate if somebody can help me out with an answer, that is if anyone has had any experience with this. It's...
  2. Replies
    2
    Views
    688

    Re: Sending an int using sockets

    Thanks for clearing that up. :) It makes a lot of sense. :)
  3. Replies
    2
    Views
    688

    Sending an int using sockets

    Hi. I've searched for this for a bit, and couldn't find a thread about it. Sorry if I missed it.

    Anyway, here's my problem. I'm trying to send integers over a network using sockets, and I found a...
  4. Replies
    3
    Views
    743

    Re: Linux Client Server problem

    Oh. Ok. I think I get the overall idea. And I think I'm not supposed to actually make the apps communicate over the actual network. I think I just have to simulate this on the client pc, but with...
  5. Replies
    3
    Views
    743

    Linux Client Server problem

    Hi. I've got a bit of a problem. I'm supposed to write an app in C(no C++ allowed I guess) for a school project that will send a folder name to a Linux server, and, after returning with information...
  6. Replies
    8
    Views
    1,543

    Re: Tab Spacing with Code

    Thanks for the link. But I think I found a way around my problem. By not using tabs:D. But I'll keep that link in mind. Thanks again. :)
  7. Replies
    8
    Views
    1,543

    Re: Tab Spacing with Code

    Ok. I've tried something like this:

    public String toString()
    {
    String s = new String();
    s += "Name: \t\t\t" + denConcert;// denConcert is a private string
    return s;
    }
    And it...
  8. Replies
    8
    Views
    1,543

    Re: Tab Spacing with Code

    Hi. Well I've tried \t and it doesn't work, in java at least. Nor does \n. For the newline character I've managed to use System.getProperty("line.separator"), but I haven't managed to find one for...
  9. Replies
    3
    Views
    824

    Re: Reading the input of another app

    Thanks a lot. I managed to find lots of them. I didn't know they were this popular.

    And don't worry. I don't plan to use it for evil purposes. I just need one on my pc.
  10. Replies
    3
    Views
    824

    Reading the input of another app

    Hi. I have a question. How can I read the input that the user inputs for a certain active application(not the current application). I need to have a console app that is able to read what keys the...
  11. Re: App to turn of computer after some time

    Thanks a lot. I think I'll use shutdown -s -f. Seem the most simple. Thanks.
  12. App to turn of computer after some time

    I was wondering if it's possible to write an application that turn's of your computer after an hour, for ex. If it is could someone give me some pointers on how I might go about doing that? Thanks a...
  13. Replies
    2,690
    Views
    1,023,752

    Re: What Song Are You Listening To Now¿

    Led Zeppelin - Kashmir
  14. Replies
    2,690
    Views
    1,023,752

    Re: What Song Are You Listening To Now¿

    Johnny Cash - God's Gonna Cut You Down.

    btw: Am I seeing clearly or does Mehdi456 have 0 posts even though he made 3 posts?
  15. Replies
    5
    Views
    869

    Re: Future C++.NET support

    Well I wasn't saying that I have proof about something like this. I just said that someone I know told me that. And I wasn't sure. So I wanted to see your opinions. Which were pretty much as I...
  16. Replies
    5
    Views
    869

    Future C++.NET support

    Someone I know said that Microsoft has stopped to provide C++/C++.NET support to new features in the .NET framework. He said that they'll continue to keep C++ support in the .NET framework at the...
  17. Replies
    2,690
    Views
    1,023,752

    Re: What Song Are You Listening To Now¿

    AC/DC - Night Prowler
  18. Replies
    2,690
    Views
    1,023,752

    Re: What Song Are You Listening To Now¿

    Cornershop - Brimful of Asha
  19. Replies
    2,690
    Views
    1,023,752

    Re: What Song Are You Listening To Now¿

    The Beatles - Revolution
  20. Replies
    2,690
    Views
    1,023,752

    Re: What Song Are You Listening To Now¿

    Yes - Owner of the lonely heart
  21. Replies
    2,690
    Views
    1,023,752

    Re: What Song Are You Listening To Now¿

    The Verve - Bittersweet Symphony - it cheers me up:D
  22. Re: (help)how can i calculate the average of several integers

    That's a case in which you don't enter any numbers. He should test for division by zero before doing the last division and print an appropriate message. Something like:

    // compute the average...
  23. Re: (help)how can i calculate the average of several integers

    Sorry, but your posts weren't there when I started posting, and I guess you posted right before me. sorry.
  24. Re: (help)how can i calculate the average of several integers

    This is all good, except that I think you need to increase the i with 1 unit every loop. Just insert a i++ after the ave+=num; and it should be ok.
    Edit: sorry I entered the post editor when your...
  25. Replies
    9
    Views
    1,460

    Re: DirectX and C#

    Aha, so in the end they plan to have Xna and Unmanaged DirectX. I'm really curious if they will consider offering support for C++ in Xna, or will it be Xna with C# and DirectX with C++.
Results 1 to 25 of 67
Page 1 of 3 1 2 3





Click Here to Expand Forum to Full Width

Featured