Click here to Skip to main content
15,902,634 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: CFileDialog creates problem under unicode standard Pin
m_mun11-Nov-09 4:30
m_mun11-Nov-09 4:30 
GeneralRe: CFileDialog creates problem under unicode standard Pin
David Crow11-Nov-09 4:32
David Crow11-Nov-09 4:32 
GeneralRe: CFileDialog creates problem under unicode standard [modified] Pin
m_mun11-Nov-09 4:34
m_mun11-Nov-09 4:34 
QuestionRe: CFileDialog creates problem under unicode standard Pin
David Crow11-Nov-09 4:42
David Crow11-Nov-09 4:42 
AnswerRe: CFileDialog creates problem under unicode standard Pin
m_mun11-Nov-09 4:46
m_mun11-Nov-09 4:46 
AnswerRe: CFileDialog creates problem under unicode standard Pin
m_mun11-Nov-09 4:55
m_mun11-Nov-09 4:55 
GeneralRe: CFileDialog creates problem under unicode standard Pin
David Crow11-Nov-09 5:14
David Crow11-Nov-09 5:14 
QuestionCreating a expert system and need some help please Pin
akshay174111-Nov-09 4:19
akshay174111-Nov-09 4:19 
Hello guys,

Im new to this forum and this is my first post!!!

I am a beginner at this and need some help with my first project.

Basically i am looking to create a expert car system..which works as follows:

a user will be able to input natural english text into the system...for example 'i want a blue honda with a 1.6 engine'

the system should read the text and cleverly extract the key words such as 'blue' 'honda' '1.6'

as soon as the words are matched, c++ will add these values in my database in mysql

if there are any missing values then the system should ask the user.. so:

tables:
colour table - blue
car table - honda
model table - ?
engine table - 1.6

so becuase the model table is missing maybe the system can ask the user..'how about the model?'

and evetually one the tables are filed the sql wil run and find matching cars and the output will be shown in c++.

okay so this is my plan..what do you guys think??

stupid plan?

i just need help trying to design this program.

any ideas or suggestions will help. like how do i go about creating sets of colours in c++ so when the user types in the text i can match the colour from his text to my set and send it up to the sql database?


Thanks guys Smile | :)
AnswerRe: Creating a expert system and need some help please Pin
Richard MacCutchan11-Nov-09 7:48
mveRichard MacCutchan11-Nov-09 7:48 
AnswerRe: Creating a expert system and need some help please Pin
Maximilien11-Nov-09 9:44
Maximilien11-Nov-09 9:44 
QuestionIntercepting the TerminateProcess event Pin
Krischu11-Nov-09 4:09
Krischu11-Nov-09 4:09 
AnswerRe: Intercepting the TerminateProcess event Pin
Covean11-Nov-09 4:23
Covean11-Nov-09 4:23 
GeneralRe: Intercepting the TerminateProcess event Pin
Krischu11-Nov-09 5:50
Krischu11-Nov-09 5:50 
GeneralRe: Intercepting the TerminateProcess event Pin
Covean11-Nov-09 21:19
Covean11-Nov-09 21:19 
GeneralRe: Intercepting the TerminateProcess event Pin
Krischu11-Nov-09 22:02
Krischu11-Nov-09 22:02 
QuestionDetection of USB device connect and discoonect in vc++ DLL Pin
draxayani11-Nov-09 3:40
draxayani11-Nov-09 3:40 
QuestionRe: Detection of USB device connect and discoonect in vc++ DLL Pin
David Crow11-Nov-09 3:58
David Crow11-Nov-09 3:58 
AnswerRe: Detection of USB device connect and discoonect in vc++ DLL Pin
Covean11-Nov-09 4:11
Covean11-Nov-09 4:11 
AnswerRe: Detection of USB device connect and discoonect in vc++ DLL Pin
David Crow11-Nov-09 4:14
David Crow11-Nov-09 4:14 
GeneralRe: Detection of USB device connect and discoonect in vc++ DLL Pin
Covean11-Nov-09 4:16
Covean11-Nov-09 4:16 
GeneralRe: Detection of USB device connect and discoonect in vc++ DLL Pin
draxayani12-Nov-09 1:55
draxayani12-Nov-09 1:55 
GeneralRe: Detection of USB device connect and discoonect in vc++ DLL Pin
Covean12-Nov-09 2:29
Covean12-Nov-09 2:29 
GeneralRe: Detection of USB device connect and discoonect in vc++ DLL Pin
draxayani12-Nov-09 2:41
draxayani12-Nov-09 2:41 
QuestionHow to know which version of WTL i am having in my machine. [modified] Pin
pandit8411-Nov-09 3:40
pandit8411-Nov-09 3:40 
AnswerRe: How to know which version of WTL i am having in my machine. Pin
Randor 11-Nov-09 9:23
professional Randor 11-Nov-09 9:23 

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.