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
N

nisha00000

@nisha00000
About
Posts
48
Topics
25
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • problem with apple safari
    N nisha00000

    Hi friends I have source code ,its perfectly running internet explorer but an apple safari browser its not running ...why?? Thanks

    ASP.NET help question

  • create rectangle box ,display inside system time how?
    N nisha00000

    can u plz write the code snippet for that problem

    C / C++ / MFC c++ tutorial question

  • create rectangle box ,display inside system time how?
    N nisha00000

    hi thanks to replay its create rectangle successfully .and how to display system time inside this rectangle box

    C / C++ / MFC c++ tutorial question

  • create rectangle box ,display inside system time how?
    N nisha00000

    Hi friends i want to create one rectangle box in that rectangle box inside displays the system date how to do that in MFC? please give me your code snippet Thanks and regards Nisha.S

    C / C++ / MFC c++ tutorial question

  • Client-Server program
    N nisha00000

    Hi friends I havnt knowledge with Client-server program i want to get the server system date to display in the client side ..please help me Thanks and regards nisha

    C / C++ / MFC sysadmin help

  • Need your help
    N nisha00000

    Thanks for my re-players my problem is solved...

    C / C++ / MFC c++ algorithms data-structures help

  • Need your help
    N nisha00000

    Hi friends ...i need your help for sorting linked list program in C++ i forget it in data structure please help me regards nisha

    C / C++ / MFC c++ algorithms data-structures help

  • What is the difference between GetMessage ,PeekMessage and PostMessage?
    N nisha00000

    Regards nisha

    C / C++ / MFC question

  • VC++ MFC
    N nisha00000

    hi selvan you already ask this question .......

    C / C++ / MFC c++ help

  • enteries in add remove program
    N nisha00000

    sorry guys its for my mistakes..

    C / C++ / MFC question

  • enteries in add remove program
    N nisha00000

    hey you asking from the base .......if we do means ...what abt your knowledge ...??? ok any ill give some tips give AddString() function for add button and take the index value,and then give deletestring() button for remove button... i think this tips may be help for u ...

    C / C++ / MFC question

  • how can i open a file(.doc or .txt or .xsl) in a dialog in MFC?
    N nisha00000

    CFile Lfile

    Lfile.open("D:\\sam.txt",CFile::Read);

    This kind of way open your file.......

    C / C++ / MFC question c++ xml

  • Problem in using CString in Win32 dynamic library
    N nisha00000

    change the property setting give MFC shared dll .. and then add afx .h header file .. i think it ll work fine...

    C / C++ / MFC help

  • Createfile in Vista
    N nisha00000

    in vista .. there is one compiled MFC source code in this code was developed XP,that code was not running in vista. But in vista we have 2 generate the source code and developed it then only its possible to achieve ..

    C / C++ / MFC help question

  • How to create address book using MFC??
    N nisha00000

    Hi Friends I need your help...in MFC How to create Address book in MFC? Regards Nisha

    C / C++ / MFC c++ help tutorial question learning

  • how data is managed in CString class?
    N nisha00000

    Regards Nisha

    C / C++ / MFC question

  • CFile Vs CStdioFile
    N nisha00000

    Hi Whats the difference between CFile and CStdioFile ?Why we are use CFile and CStdioFile? Thanks Nisha

    C / C++ / MFC visual-studio question

  • Generating XML file output?
    N nisha00000

    you are simply writing in console print XML senerio ...i want to generate one external XML file

    C / C++ / MFC tutorial data-structures xml question

  • Generating XML file output?
    N nisha00000

    Hi i have one doubt regarding how to generate XML file output for example;

    main()
    {
    int Array_sample[];
    for(int i=0;i<=10;i++)
    {
    Array_sample[i]=i;
    std::cout<<Array_sample[i]<<std::endl;
    //This is generating output but i want to write this output only print in
    // XML file how do that???

    }
    return 0;
    }

    Thanks and Regards Nisha

    C / C++ / MFC tutorial data-structures xml question

  • its showing Error ?
    N nisha00000

    hi this is my code ..its working good in 3digit sorting algorithm. #define next(i) ((i) < 5 ? (i) + 1 : 1) #define previous(i) ((i) > 1 ? (i) - 1 : 1) int main() { unsigned long i, aux, j, cnt; for (i=1 ; i<6 ; i++) { for (aux = next(i) ; aux != previous(i) ; aux = next(aux)) { cout << i << aux << next(aux) << endl; } } return 0; } But, i replaced 5 into 100 ..its showing wrong sorting why? #define next(i) ((i) < 100 ? (i) + 1 : 1) #define previous(i) ((i) > 1 ? (i) - 1 : 1) int main() { unsigned long i, aux, j, cnt; for (i=1 ; i<101 ; i++) { for (aux = next(i) ; aux != previous(i) ; aux = next(aux)) { cout << i << aux << next(aux) << endl; } } return 0; } Thanks and Regards Nisha.S

    C / C++ / MFC algorithms 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