Search:

Type: Posts; User: outlawbt

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,343

    Combobox problem

    Hello, i have a problem when filling a combobox by setting its datasource to a listArray that contains objects.

    I make objects from a class like this:


    class Teacher
    {
    public int...
  2. Replies
    2
    Views
    2,061

    How to get the console output

    Hello, I'm wondering how to get the console output in c++ application in some string or file... For example, when the code -> system("pause"); executes, on the console the text "Press any key to...
  3. Replies
    2
    Views
    2,755

    system("start telnet"); should work 100% , I also...

    system("start telnet"); should work 100% , I also had the same problem as yours, and after some experimenting, i found that this command works the best.
  4. Replies
    12
    Views
    2,402

    if you use cout

    if you use cout << argv[0] , it will display the whole path and the program name, so if you only want just the program name to be displayed, here's a program for that:


    #include <iostream>...
  5. Replies
    2
    Views
    1,187

    I've found the problem by myself... The problem...

    I've found the problem by myself...
    The problem was in the Client... So, it should be like this:

    #include <iostream>
    #include <string>
    #include <winsock.h>

    using namespace std;

    int main()
  6. Replies
    2
    Views
    1,187

    WinSock Problem [ Solved ]

    Hello, I'm learning winsock programming, and now I've made simple client to server messenger.
    The problem I have is that I get extra characters on the server when I send string of characters from...
  7. Replies
    23
    Views
    47,423

    Thanks a lot :)

    Thanks a lot :)
  8. Replies
    23
    Views
    47,423

    Thanks for the code, it works perfectly fine,...

    Thanks for the code, it works perfectly fine, but... I don't want to specify the process's name as program's argument, I want to enter it as string, for example
    string process;
    cin >> process;...
  9. Replies
    23
    Views
    47,423

    Allright, in context of this theme, I need a code...

    Allright, in context of this theme, I need a code that will check if there are two or more running processes with the same name ( for example, notepad.exe ) ... If there are two processes with same...
Results 1 to 9 of 9