Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
D

Divyang Mithaiwala

@Divyang Mithaiwala
About
Posts
198
Topics
35
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • passing 4 parameters in SendMessage()
    D Divyang Mithaiwala

    I am facing same issue. My message received at other side but I can access/cast structure at receiving side. Can you specify which one solution works for you?


    regards, Divyang Mithaiwala

    C / C++ / MFC help database

  • RE: how to run C++ code on linux
    D Divyang Mithaiwala

    What is the issue? Compiler issue? You can use gcc/g++[^] along with gdb[^].


    Do not trust a computer... Always check what computer is doing regards, Divyang Mithaiwala Software Engineer

    Linux, Apache, MySQL, PHP c++ linux xml help tutorial

  • Gnome window resize not working
    D Divyang Mithaiwala

    When I tried to execute

    resize -s 50 50

    on GNOME Terminal it will give me error "resize: Can't get rows and columns" The same thing is working on putty terminal as well as xterm. Is there ant equivalent command or any other way to do this task?


    Do not trust a computer... Always check what computer is doing regards, Divyang Mithaiwala Software Engineer

    Linux, Apache, MySQL, PHP help question

  • Check file is open or not
    D Divyang Mithaiwala

    You may find your answer over here[^].


    Do not trust a computer... Always check what computer is doing regards, Divyang Mithaiwala Software Engineer

    C / C++ / MFC question

  • BigNum
    D Divyang Mithaiwala

    How you will read big num & fill it in array of int?

    AndreFratelli wrote:

    I used the standard addition algorithm

    Please past code over here.


    Do not trust a computer... Always check what computer is doing regards, Divyang Mithaiwala Software Engineer

    C / C++ / MFC question algorithms data-structures

  • string concatenation using pointer
    D Divyang Mithaiwala

    When I was posted I haven't seen your clarification that you are facing run time error (due to no refresh page). So, If you have taken variable as char temp[10]; and try to execute *temp++ = *a++; it will give you compile time error.


    Do not trust a computer... Always check what computer is doing regards, Divyang Mithaiwala Software Engineer

    C / C++ / MFC help

  • I teach what did wrongly
    D Divyang Mithaiwala

    You can use google translator[^]. Just find out which language is this. :laugh: :laugh: :laugh:


    Do not trust a computer... Always check what computer is doing regards, Divyang Mithaiwala Software Engineer

    C / C++ / MFC csharp

  • string concatenation using pointer
    D Divyang Mithaiwala

    A code you have past here is the exact code that is in your system? But if you have taken temp as array (char temp[XX]) then you might get error which you told. But a code that we are sawing has no that kind of error.


    Do not trust a computer... Always check what computer is doing regards, Divyang Mithaiwala Software Engineer

    modified on Thursday, May 7, 2009 5:38 AM

    C / C++ / MFC help

  • getting complete file path
    D Divyang Mithaiwala

    MahaKh wrote:

    i have used getPathName

    If that doesn't work then you may try GetFolderPath along with GetFileName of CFileDialog.


    Do not trust a computer... Always check what computer is doing regards, Divyang Mithaiwala Software Engineer

    C / C++ / MFC

  • SIP server
    D Divyang Mithaiwala

    Have you tried Asterisk[^]. Or you can find more from here[^].


    Do not trust a computer... Always check what computer is doing regards, Divyang Mithaiwala Software Engineer

    Linux, Apache, MySQL, PHP sysadmin linux

  • Email Notification for Outlook Express 6
    D Divyang Mithaiwala

    No. Not sure.


    Do not trust a computer... Always check what computer is doing regards, Divyang Mithaiwala Software Engineer

    C / C++ / MFC tools json tutorial

  • Email Notification for Outlook Express 6
    D Divyang Mithaiwala

    You may find this article[^] useful.


    Do not trust a computer... Always check what computer is doing regards, Divyang Mithaiwala Software Engineer

    C / C++ / MFC tools json tutorial

  • Function Pointers in Classes
    D Divyang Mithaiwala

    What you have done is shown that you want some common operation in display method of class A & class B. So, for that here you can take one base class which define display method. And after that you can inherit your 2 classes A & B from that base class. Both have access of display method.


    Do not trust a computer... Always check what computer is doing regards, Divyang Mithaiwala Software Engineer

    C / C++ / MFC csharp c++ visual-studio help question

  • Size of datatype dependent on OS or Hardware Architecture?
    D Divyang Mithaiwala

    size of int is depend on Compiler. Compiler is depend on Operating System. Operating System is depend on Hardware Architecture.


    Do not trust a computer... Always check what computer is doing regards, Divyang Mithaiwala Software Engineer

    C / C++ / MFC c++ hardware architecture question

  • Writing data to the sound card
    D Divyang Mithaiwala

    Are you looking for something like Sample Audio Drivers[^]?


    Do not trust a computer... Always check what computer is doing regards, Divyang Mithaiwala Software Engineer

    C / C++ / MFC question

  • BalloonTip on systray
    D Divyang Mithaiwala

    Have you tried ShowBalloon API of CSystemTray class. Here[^] is one article related to this topic you may find useful.


    Do not trust a computer... Always check what computer is doing regards, Divyang Mithaiwala Software Engineer

    C / C++ / MFC sysadmin performance tutorial question

  • How do I develop an internet video conferencing system like skype?
    D Divyang Mithaiwala

    Hiigara wrote:

    What technologies/libraries/protocols I need to study to develop a video system

    SIP & RTP is common protocol for VoIP. That so many system follows. Skype is more sophisticated peer to peer protocol. If you are looking for developing server for video conferencing then there is already open source Voip server called Asterisk[^].

    Hiigara wrote:

    I prefer coding in C++.

    C++ is good to work if you choose java then java (Java Media Framework) give you more easy API to handle video/audio streaming. I have no knowledge of .Net technology. For more detail of Viop software & library you can refer here[^].


    Do not trust a computer... Always check what computer is doing regards, Divyang Mithaiwala Software Engineer

    modified on Saturday, April 18, 2009 1:49 AM

    C / C++ / MFC question c++ com

  • How to handle SIGKILL?
    D Divyang Mithaiwala

    I am developing application with C++ (g++). Is it possible to catch & handle signal SIGKILL? If yes then how? If no then why? I am able to catch & handle some other signals (like SIGTERM, SIGSEGV).


    Do not trust a computer... Always check what computer is doing regards, Divyang Mithaiwala Software Engineer

    Linux, Apache, MySQL, PHP c++ tutorial question

  • Windows console application freeing up RAM memory
    D Divyang Mithaiwala

    Cedric Moonen wrote:

    No, in Java it is also called the garbage collector.

    Yes it is garbage collector. But it is part of JVM. Because at compile time java compiler not going to put code related to garbage collection.


    Do not trust a computer... Always check what computer is doing regards, Divyang Mithaiwala Software Engineer

    C / C++ / MFC csharp visual-studio performance help question

  • Windows console application freeing up RAM memory
    D Divyang Mithaiwala

    I am not clear about C# but as per your answer is it same like JVM used in java? Which take care about memory management.


    Do not trust a computer... Always check what computer is doing regards, Divyang Mithaiwala Software Engineer

    C / C++ / MFC csharp visual-studio performance help question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups