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

Search:

Type: Posts; User: sharma_deepak83

Search: Search took 0.05 seconds.

  1. Replies
    4
    Views
    788

    Re: Appending integeres to a string?

    Thanx a lot. It worls fine. But I used sprintf to copy it to a char * and the normally adding the same...

    But urs was much better..
  2. Replies
    4
    Views
    788

    Appending integeres to a string?

    I am making a file cutter and want to generate random file names depending like this.

    {filename}-(number of file).

    if str contains the filename then I want to append an integer variable like...
  3. Whats the problem in the following code?

    I am new to C++ and tried the following code on LINUX using g++.

    #include <stdio.h>
    #include <iostream>
    #include <string>
    using namespace std;

    class mom
    {
    public:
  4. Replies
    3
    Views
    698

    Problem in my chat application.

    I just developed a chat application(a server and a client) using the CSocket class. First the server is made to listen on port number 9352 and then client is connected to the server by clicking the...
  5. How to install Oracle 2000 Developer on a Oracle 9i server machine?

    I have a Oracle 9i server Enterprise Edition installed on my Windows 2000 in "E:\" drive. The Windows 2000 is itself installed on my "C:\" drive. I wanted to install Oracle Developer 2000 but it...
  6. Code doesn't works under Windows 2000.

    I have created a client-server chat application using Windows Socket(CSocket class). The server just checks for the validation of the message being sent by the clients and forwards it as a broadcast...
  7. Replies
    15
    Views
    987

    Its really simple just do the following with the...

    Its really simple just do the following with the variable you have.

    Suppose I have a char variablwe 'a' having a value of '10'.
    Now I want to do some thing like this "a=a+10" and I want the...
  8. How to make my program run in the background?

    I am making a client-server chat system and for this I want to make my server run in the background or windowless so that no one may be able to accidently close it.
    Can you helo me out pls?
  9. How I can get the System directory of the windows?

    I am coding a ActiveX control for my site which automatically tries to download a messenger of the site. I have to get a method of determining the windows/system directoryof the remote machine . I...
  10. Error in TSTCON32.dll when trying to call the function GetSystemDirectory()

    I recieve the following message when I try to call the GetSystemDirectory or GetWindowsDirectory functions.

    "Illegal Memory Location Exception. Unhandled Execption in TSTCON32.dll(NT.DLL)"
    ...
  11. Replies
    3
    Views
    600

    Help All Pls!!!!!!!!

    This is the code that I am using to create a simple txt file and Enter a message "Hello from VC++ 6.0" to it in diffrent lines.

    HANDLE h2;
    DWORD dwbyteswritten;
    String...
  12. Replies
    3
    Views
    672

    HELP HELP!! Code Gurus

    Help Help !! can anyone guide me in creating sockets with VC++ and using them to send messages over a LAN or the network
Results 1 to 12 of 12





Click Here to Expand Forum to Full Width

Featured