Search:

Type: Posts; User: rchiu5hk

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    796

    Catch exception by reference

    I am looking at some articles about catch exception by reference.
    I don't know what is the difference from this and my usual way as below.
    Could you tell me??


    try
    {
  2. Thread: Auto_ptr

    by rchiu5hk
    Replies
    6
    Views
    1,083

    Auto_ptr

    What is Auto_ptr? Is it better than normal pointer assignment? If so, I would use this forever.


    void processAdoptions(istream& dataSource)
    {
    while (dataSource) {
    auto_ptr<ALA>...
  3. Replies
    4
    Views
    1,127

    Tools for checking memory usage in detail information

    Dear all,

    Is there any tools working on windows server to check the resources hold by the web server related to the web programming?
    As I want to check how many resources that are hold by...
  4. Replies
    5
    Views
    1,422

    multi-thread and synchronization

    I have the question about synchronization after looking at some articles in the web.
    If I am using mutex for controlling the unique session resource, what will happen if there exists several thread...
  5. Replies
    4
    Views
    1,127

    ASP.NET and C++

    Yes, I am using VS2005 with ASP.NET and C++. In this case, will it auto release memory??
  6. Replies
    4
    Views
    1,127

    will it auto release memory

    Dear all,

    I have the web form which will run in multi-thread mode. I have queries about if there are three thread which are connecting to the another computer in three different sessions and if...
  7. Replies
    3
    Views
    2,336

    I have find it in here

    Programmer's Corner - Multithreading with C++ Source Code Sample
  8. My IT team cannot do before

    Actually, in my previous IT Job in airline company, My other colleagues did the program for doing multi-thread programming and deploy on windows XP. I am not sure whether windows XP Problem or not....
  9. How to fully utilize the CPU and RAM computer resources

    I am writing VS 2005 with C++ and ASP.NET.
    I am writing network programming between web server in my computer and application gateway in another company.
    What the code should be so that I can fully...
  10. Replies
    3
    Views
    2,336

    The Multi-Session API

    I am new to c++ network programming.
    I have the case that there is web server connected to the application gateway through VPN. In the web server, I have the c++ scripts as below. I want to create...
  11. Replies
    0
    Views
    1,315

    API Programming in network level

    API Programming
    There exists client application (I am) and application gateway which has some API.
    I have three methods to use these API. Transaction, Query and Subscribing for Broadcast.
    I have...
  12. Does C++ be the code behind of DotNet programming for Web

    Dear all,

    I have used C# and VB.Net which can be the code behind of DotNet Web Programming. Can C++ be also??? Is there any sample??
  13. Replies
    1
    Views
    5,903

    What is native or little endian

    Dear all,

    Could you tell me what is and difference of native and little endian?
  14. Replies
    1
    Views
    1,860

    C++ Network Socket Programming

    Dear all,

    I am going to write the network socket programming and now study the system first. I will connect from one API Client to the Application Gateway in another company. I noted the...
Results 1 to 14 of 14