Click here to Skip to main content
16,004,974 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralCreating Device Context Pin
Larry J. Siddens21-Aug-03 3:29
Larry J. Siddens21-Aug-03 3:29 
GeneralRe: Creating Device Context Pin
PJ Arends21-Aug-03 9:16
professionalPJ Arends21-Aug-03 9:16 
QuestionTAPI. Is it possible? Pin
Ahmad9921-Aug-03 3:28
Ahmad9921-Aug-03 3:28 
AnswerRe: TAPI. Is it possible? Pin
Joey Bloggs21-Aug-03 21:35
Joey Bloggs21-Aug-03 21:35 
GeneralTAPI. Is it possible Pin
Ahmad9921-Aug-03 3:27
Ahmad9921-Aug-03 3:27 
GeneralRe: TAPI. Is it possible Pin
David Crow21-Aug-03 4:17
David Crow21-Aug-03 4:17 
QuestionHow to develop Search Engine like google. Pin
Ahmad9921-Aug-03 3:15
Ahmad9921-Aug-03 3:15 
AnswerRe: How to develop Search Engine like google. Pin
David Crow21-Aug-03 4:34
David Crow21-Aug-03 4:34 
You're new to programming and you want to jump into the deep end of the pool and undertake such an ambitious project. Amazing. Some of my first programming projects, small as they were, allowed me to build a solid foundation first, and then add to it a bit more each time.

It's been a while but some of them I remember are:

-- Fahrenheit to celcius convertor
-- Monte Carlo anaylsis
-- Degrees to radians convertor
-- Calculate wind chill and heat indices
-- Quadratic equations
-- Complex numbers (used Ada and its flavor of classes for this)
-- Department store markup (wholesale * markup = sale price)
-- Number-guessing game
-- Split a file into two pieces, and then merge it back together
-- Various stdin/stdout type programs (e.g., pipe the output of a number file through a program to compute the average)
-- Writing to and reading from a data file
-- Various sorting and searching algorithms
-- RPN calculator (prerequisite of stacks, lists, and queues)

There are dozens more but I can't recall them right now. I think you get my point, however.
GeneralListBox derived class Problem Pin
matrix66621-Aug-03 3:12
matrix66621-Aug-03 3:12 
GeneralRe: ListBox derived class Problem Pin
YaronNir21-Aug-03 3:16
YaronNir21-Aug-03 3:16 
GeneralRe: ListBox derived class Problem Pin
matrix66621-Aug-03 3:24
matrix66621-Aug-03 3:24 
GeneralRe: ListBox derived class Problem Pin
David Crow21-Aug-03 7:19
David Crow21-Aug-03 7:19 
GeneralRe: ListBox derived class Problem Pin
matrix66621-Aug-03 15:29
matrix66621-Aug-03 15:29 
GeneralRe: ListBox derived class Problem Pin
Joey Bloggs21-Aug-03 21:52
Joey Bloggs21-Aug-03 21:52 
GeneralRe: ListBox derived class Problem Pin
matrix66622-Aug-03 1:52
matrix66622-Aug-03 1:52 
QuestionHow to get the ID of a CTreeCtrl HTREEITEM? Pin
User-37793621-Aug-03 3:10
User-37793621-Aug-03 3:10 
AnswerRe: How to get the ID of a CTreeCtrl HTREEITEM? Pin
PJ Arends21-Aug-03 9:40
professionalPJ Arends21-Aug-03 9:40 
GeneralRe: How to get the ID of a CTreeCtrl HTREEITEM? Pin
Anonymous22-Aug-03 4:03
Anonymous22-Aug-03 4:03 
Generalnewbie MFC Dialog Memory problem Pin
alexissss21-Aug-03 1:27
alexissss21-Aug-03 1:27 
GeneralRe: newbie MFC Dialog Memory problem Pin
David Crow21-Aug-03 2:34
David Crow21-Aug-03 2:34 
GeneralRe: newbie MFC Dialog Memory problem Pin
alexissss21-Aug-03 3:30
alexissss21-Aug-03 3:30 
GeneralRe: newbie MFC Dialog Memory problem Pin
David Crow21-Aug-03 7:27
David Crow21-Aug-03 7:27 
GeneralCStrings in a class sharing one address Pin
Michael Delvos21-Aug-03 1:22
Michael Delvos21-Aug-03 1:22 
GeneralRe: CStrings in a class sharing one address Pin
Ryan Binns21-Aug-03 1:45
Ryan Binns21-Aug-03 1:45 
GeneralRe: CStrings in a class sharing one address Pin
Michael Delvos21-Aug-03 1:56
Michael Delvos21-Aug-03 1:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.