User Profile

Collapse

Profile Sidebar

Collapse
mamul
mamul
Last Activity: Apr 6 '09, 11:54 AM
Joined: Oct 31 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • mamul
    replied to Session is updated by another user
    in C
    unable to post question

    Hi,
    I am unable to post question here, could you please inform how to post it.

    Thanks,
    Mamul
    See more | Go to post

    Leave a comment:


  • mamul
    replied to Session is updated by another user
    in C
    could u please someone tell me why this error is comming. i have included the <iomanip> header file. but still this error is comming..

    error C2668: 'setprecision' : ambiguous call to overloaded function
    See more | Go to post

    Leave a comment:


  • mamul
    started a topic C++ Application not working in release mode
    in C

    C++ Application not working in release mode

    Hi All,
    Could you please someone help me. Thanks in Advance.

    Actually My c++ application is running in debug mode with Visualstudio6.0 but NOT running in release mode. it showing that "oracle initializaton or shut down in progress" . i have restart the machine but still now this same problem comming.

    Please some one reply me with correct answer.


    Thanks,
    See more | Go to post

  • mamul
    started a topic Session is updated by another user
    in C

    Session is updated by another user

    Hi All,
    Could you please someone help me. Thanks in advance.

    Actually my application is building fine. when i tries to run this from visual studion run option, it showing me error . But this is working from the exe file in the release folder. when i am running the exe file of the application it is working fine. I want to run from VIsual studio. Plz help me someone.


    There are two database are used in my...
    See more | Go to post

  • george666
    george666 posted a Visitor Message for mamul
    You can ask on specialized Windows programming newsgroup :
    news://comp.os.ms-windows.programmer.win32
    where it has often been discussed
    See more | Go to post

  • mamul
    started a topic difference between debug and release in visual studio
    in C

    difference between debug and release in visual studio

    Hi All,
    Can someone help me what is the difference between debug and release in Visual studio. Why we give this. What is the need of this. Please someone reple me .
    See more | Go to post

  • mamul
    replied to delete a nonempty directory using rmdir()
    in C
    Exactly i am asking about rmdir(), but this function is only used to delete a directory provided that it is empty, but this directory contains orther folder or files then how can we delete without using system command. rmdir /s .
    See more | Go to post

    Leave a comment:


  • mamul
    started a topic delete a nonempty directory using rmdir()
    in C

    delete a nonempty directory using rmdir()

    Hi All,
    Can some one help me how to delete a complete directory containing files and folders.
    I can use system() command but i want use rmdir() and calling it recusively to delete the complete directory structure.

    please if some one know how to work on both in windows and linux to work on rmdir() plz reply me,

    Thanks .
    See more | Go to post

  • mamul
    started a topic how to add a file end of character to a file
    in C

    how to add a file end of character to a file

    char * buff
    fread(buff,size of(char *), 1, fr);
    while(!feof(fr) )
    {
    fwrite(buff, sizeof(char *), 1, fw);
    fread(buff,size of(char *), 1, fr);
    }
    fread(memblock, sizeof(char), 1, fr);
    fwrite(memblock , sizeof(char), 1, fw);

    hi this is working in windows
    when i am trying to copy in linux..only the end fo file character is unable to copy to the fw. please anyone tell...
    See more | Go to post

  • mamul
    started a topic change shared lib to exe
    in C

    change shared lib to exe

    hi,
    Could u please some one tell me how to convert c++ shared liobrary project in Eclipse to exe.
    i am gacing problem like launch failed no binaries,

    please reply me with the option how to change it.

    Thanks in Advanced.
    See more | Go to post

  • mamul
    started a topic work with xalan and xerces in linux system
    in C

    work with xalan and xerces in linux system

    Hi,
    In my linux system xalan and xerces are already installed, how can i used these.
    these are present in /usr/inclue/xalanc and /usr/include/xercesc

    i have done like.
    export XALANCROOT="/usr/inclue/xalanc"
    export XERCESCROOT="/usr/inclue/xercesc"


    then when i try to link my program showing that undefine reference to xalan and xerces..
    Please can some...
    See more | Go to post

  • mamul
    started a topic Run URL in command prompt
    in C

    Run URL in command prompt

    Hi All,

    I have used system("firefox "url" "); to open a url in command prompt.
    Is there any other way in c++ , that without runing firefox.exe , i will direct open the url in command prompt. please if someone know this reply me.


    Thanks
    See more | Go to post

  • mamul
    started a topic c++ program-read write operation on .docx file
    in C

    c++ program-read write operation on .docx file

    Hi All,
    I am able to read and write to .txt, .bin files. but the same program is not support for .docx file . can someone help me the procedure to perform read write operation on .docx file.

    please give me some exmple or if u have solve this type of problem in c++ then please reply me.


    Thanks,
    Mamul
    See more | Go to post

  • mamul
    started a topic reading a .docx file
    in C

    reading a .docx file

    Hi can some one help me how to read a .docx file and stored into memory in c++.

    Thanks
    See more | Go to post

  • mamul
    replied to convert char * to string object
    in C
    Thanks A lot.
    can u tell me why the value of result is 3 at the time of debuging.
    please see the below code for renameing afile i want to use rename() of stdio.h
    const char *oldname=argv[1];
    const char *newname="input .docx";
    int result=rename(o ldname,newname) ;
    cout<<"result "<<result;
    rename() return -1 ? not renamed please tell me why? there is no compiler error,...
    See more | Go to post

    Leave a comment:


  • mamul
    started a topic convert char * to string object
    in C

    convert char * to string object

    Hi please some one can help me. how to convert char * to string?

    i have take char *argv[] from command line and want to pass to a function as string object(string str)
    i want to first convert argv[1] to string object of type str, then pass to function().
    please help me how to convert this
    See more | Go to post

  • Hi, Its very urgent for me, i am trying but unableto solve this. thas teh reason to post many times, if some one knows then please reply me....
    See more | Go to post

    Leave a comment:


  • Ok, i know this. it is working in windows. can u give me some idea how to open a browser in linux using shellexcute() of windows.h.

    thanks....
    See more | Go to post

    Leave a comment:


  • windows.h is not working in linux

    Hi All,

    #include"window s.h'
    ShellExecute(NU LL, "open", filepath.c_str( ),NULL, NULL, SW_SHOWNORMAL);

    this is working for windows, but i want make work in linux. when i try to compile with g++

    it shows me two errors that

    windows.h : there is no such file or directory
    error: ‘SW_SHOWNORMAL’ was not declared in...
    See more | Go to post

    Leave a comment:


  • Hi,
    I have tried with ur code like

    #include"stdlib .h"

    system("http://www.google.co.i n/");

    but showing me the output that----

    ' http: ' is not recognized as an internal and external command.
    so please tell me wt is the problem.

    Thanks....
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...