phicho
Posts
-
Licensing Advice Needed -
IE9 --- Thumbs down after 60 secondsi also use opera :)
-
how to read MSDN documentation??I have the same problem, why there isn't something like Java API Documentation for Visual Studio?
-
How you will define the structure model of Sigmund Freud "Id, ego, and super-ego" in C ? :)It's not for any use...only to help informatics students understand better the structure model of Sigmund Freud the ones that listen psychology class in high school
-
How you will define the structure model of Sigmund Freud "Id, ego, and super-ego" in C ? :)i go with this simple structure
typedef struct sturctEGO { int ID; int Superego; int Ego = Superego - ID; } Me;
Am i right ? :) the theory http://en.wikipedia.org/wiki/Id,\_ego,\_and\_super-ego -
Saving/loading data in listbox from e.g. text file in MFC SDI ?i think i found what i was looking for so to answer briefly to anyone how may have the save problem and is searching here this link http://www.functionx.com/visualc/fileprocessing/commondlgs.htm and this link http://www.codeproject.com/KB/cpp/cfg.aspx help me a lot
-
Saving/loading data in listbox from e.g. text file in MFC SDI ?can anyone explain or point me to some link or something where i can learn how to save/load text from harddisk ? my project is to make program that can save cooking recipes with their pictures and should have search box where you can type word example "eggs" and somewhere should appear all recipes with eggs and when i select the title of some recipe example "Fish and chips" in the picture box should apper picture of the meal and in the label or something similar should apper all the ingredients for the meal my idea is thet i can put the recipes in a list box and search via edit box and i can put simple picture control for the pictures of the recipes where should appear but the problem comes with the saving all the data ( the text for the recipe and the path of the pictures ) cant put it in a string because in that case the user cant puts his own recipes and pictures... thanks in advance