Search:

Type: Posts; User: sCandal2

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    3,595

    Any alternative?

    1. Does any FOSS C++ compiler for OS MS Windows (XP especially) exist?
    2. If yes, which one? How much is it popular and good?
    3. Is it possible to write in C++ the portable window applications,...
  2. Replies
    4
    Views
    1,105

    I mean .... ListView on VC++ 6 MFC. Thanks.

    I mean
    .... ListView on VC++ 6 MFC.
    Thanks.
  3. Replies
    4
    Views
    1,105

    Where from can I find good tutorials on ListView?

    Where from can I find good tutorials on ListView?
  4. Replies
    4
    Views
    1,105

    how to display an algebraic matrix

    Hi!
    I want to make an MFC application to work with numerical matrix. What is the best way to store and show a matrix?
    Does some Excel-sheet-style control exist in VC++ 6.0 MFC?

    Thank you.
  5. Replies
    0
    Views
    1,066

    how to display an algebraic matrix

    Hi!
    I want to make MFC application to work with numerical matrix. What is the best way to store and show a matrix?
    Does some Excel-sheet-style control exist in VC++ 6.0 MFC?

    Thank you.
  6. Replies
    2
    Views
    1,315

    visual c++ & winapi basics

    Hello!
    Where can I learn how to use winapi functions in Visual C++ 6.0?
    Thank you.
  7. Replies
    5
    Views
    2,251

    I made corrections. I run client and server in...

    I made corrections. I run client and server in different computers. Server receives messages but some hieroglyphs insteed of my text.
    Help me, please!
  8. Replies
    5
    Views
    2,251

    Client's code: void CClient1Dlg::OnButton1()...

    Client's code:


    void CClient1Dlg::OnButton1()
    {
    // TODO: Add your control notification handler code here
    SOCKET s=socket(AF_INET,SOCK_STREAM,0);
    sockaddr_in a1;
    ...
  9. Replies
    5
    Views
    2,251

    Server's code: WINAPI WinMain(HINSTANCE...

    Server's code:


    WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
    {
    while (1)
    {
    //TODO
    WSADATA w;
    int error=WSAStartup(0x0202,&w);
  10. Replies
    5
    Views
    2,251

    Client - Server

    Hello!
    I use Windows 98, VC++ 6.0.
    I make client - server Winsock 2 application.
    Client is MFC Application. Server is Win32 Application.
    I test my both programs in one computer. Same IP,...
  11. Thread: sCandal2

    by sCandal2
    Replies
    3
    Views
    1,338

    Which file?

    Which file?
  12. Thread: sCandal2

    by sCandal2
    Replies
    3
    Views
    1,338

    sCandal2

    Hello!
    If I create MFC application I can use CString without problems. But now I try to create Win32 application. Compiler says:
    'CString' : undeclared identifier
    How can I use CString in Win32...
  13. Thread: Edit Box

    by sCandal2
    Replies
    3
    Views
    1,018

    Sorry but where can I read more detail about this...

    Sorry but where can I read more detail about this matter?
    And can I catch keypressing on other programs?
    May be some tutorial?
  14. Thread: Edit Box

    by sCandal2
    Replies
    3
    Views
    1,018

    Edit Box

    Good day!
    I make MFC Application. I should catch the input to editbox and forbid to appear some symbols, for example, -,+,*,/. How can I do it?
    Thanks.
  15. Thread: WinSock

    by sCandal2
    Replies
    1
    Views
    1,028

    WinSock

    Good Day!
    When I'm clicking first time on button on my MFC project, I'm receiving host's time. But next clicks don't change time in my textbox. What should I do in oreder to receive correct time...
Results 1 to 15 of 15