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

namy1

@namy1
About
Posts
12
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • 2-dimensional array of strings
    N namy1

    Hi all, can ne one tell me how to create a 2-dimensional array of strings thnx

    C / C++ / MFC data-structures tutorial

  • array of structure
    N namy1

    no i dont want to pass the array to a function i have created array of a structure and initialised it in function A and A returns this array the struct is declared global now in function B i want to call funtion A and take its return value which would be the array in an array variable :((

    C / C++ / MFC data-structures question

  • A timed loop
    N namy1

    Hi!!, u can put a counter inside the loop that increments to a particular no every time e.g. int count=0 for(i=1;i<=50000000;i++) count = count+i

    C / C++ / MFC tutorial question

  • array of structure
    N namy1

    Hello everyone, I am creating an array of structure as struct Table { RFC_CHAR fieldname[35], fieldvalue[255]; }; Table t2[2]; Now i m initialising this array in a funtion and i want the funtion to return this structure as well as in another function i want to recieve this array and finally i want a pointer to point to this function please tell me how can i do this :rose:

    C / C++ / MFC data-structures question

  • Populating a ComboBox
    N namy1

    Yes its quite long to accomodate atleast two items bcoz right now i m trying to display 2 items only is there ne way to send attachments i would send u the screen shots thanx namy1

    C / C++ / MFC

  • cstring to char * conversion
    N namy1

    hello "kakan":confused: I used the method u specified but its giving the following error C:\Program Files\Microsoft Visual Studio\MyProjects\interface\interfacedialog1.cpp(245) : error C2440: 'initializing' : cannot convert from 'const char *' to 'char *' Thanx:)

    C / C++ / MFC question

  • cstring to char * conversion
    N namy1

    Hello everyone on forum, Is it possible to convert a cstring to a char pointer if yes then how basically i have a cstring and i want to use one function which takes char * parameters now i want to pass the value that is in cstring to this function how can i do that Thanx.

    C / C++ / MFC question

  • Display a msgBox using VC++
    N namy1

    Thanx All for the replies my problem is solved I m generating the msgbox in my Acad window its great to be the member of this community:-D

    C / C++ / MFC c++ help question

  • Populating a ComboBox
    N namy1

    In my initdialog function I m using these function controls r initialized here for veryfying I just need to run my programm where I see the form I have created all other controls work fine but my conbobox shows no contents on clicking right corner it just expands to the designed size but doesnot show anythig Thanx for such quick and guiding responses namy1

    C / C++ / MFC

  • Display a msgBox using VC++
    N namy1

    hello Christian, I m using ObjectARX and I have searched in its API's I could not locate anything I posted my query at Autdesk's ObjectARX discussion forum ut they replied that I m weak with my c/c++ basics I should look into c/c++ functionalities for it I m literally confused since i m not a very professional programmer i m just a third year student of graduation:( plsss help me:confused: thanx & regards waiting for the reply

    C / C++ / MFC c++ help question

  • Populating a ComboBox
    N namy1

    I have used this as well as the other one bellow not at same time definitely char *names[3]; names[0] = "Joe"; names[1] = "Billy"; names[2] = "Bob"; for(int i=0;i<=2;i++) m_ctrldestcombobox.AddString((LPCTSTR)names[i]); ***************************************************************** m_ctrldestcombobox.InsertString(1, "SAP R/3"); m_ctrldestcombobox.InsertString(2, "PLM SERVER"); thanx pls reply even if i m acting foolishly

    C / C++ / MFC

  • Populating a ComboBox
    N namy1

    Hello prasad, Yes if u can please give the code I m same namy i have just changed my name to namy1 thanx

    C / C++ / MFC
  • Login

  • Don't have an account? Register

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