Click here to Skip to main content
15,894,740 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to obtain column number in a file Pin
Saqib Razzaq12-Jun-03 14:15
Saqib Razzaq12-Jun-03 14:15 
AnswerRe: How to obtain column number in a file Pin
Rage12-Jun-03 21:19
professionalRage12-Jun-03 21:19 
GeneralA spell checker for C programs Pin
Jacob Navia12-Jun-03 11:03
Jacob Navia12-Jun-03 11:03 
GeneralRe: A spell checker for C programs Pin
Ryan Binns12-Jun-03 14:35
Ryan Binns12-Jun-03 14:35 
GeneralRe: A spell checker for C programs Pin
John M. Drescher13-Jun-03 1:09
John M. Drescher13-Jun-03 1:09 
GeneralRe: A spell checker for C programs Pin
Jacob Navia13-Jun-03 4:32
Jacob Navia13-Jun-03 4:32 
GeneralC Compiler Pin
Gary Kirkham12-Jun-03 10:56
Gary Kirkham12-Jun-03 10:56 
GeneralRe: C Compiler Pin
Jacob Navia12-Jun-03 11:11
Jacob Navia12-Jun-03 11:11 
The lcc-win32 compiler system does just that. Many people use it exactly for that. Their users type a function, then it is compiled to a dll and loaded into the system.

Lcc-win32 has also the possibility of loading an object file "on the fly", not a Dll. This eliminates a lengthy link step, and links the code "live" to the system. But that algorithm has other drawbacks. The dll way is more portable and is not so much longer to perform.

The interesting thing is that your users will say they want to debug their functions. The lcc-win32 system features a debugger too.

jacob@jacob.remcomp.fr

http://www.cs.virginia.edu/~lcc-win32

GeneralRe: C Compiler Pin
Gary Kirkham12-Jun-03 11:14
Gary Kirkham12-Jun-03 11:14 
GeneralClickety police ! Pin
Trollslayer13-Jun-03 1:40
mentorTrollslayer13-Jun-03 1:40 
GeneralRe: C Compiler Pin
Gary Kirkham13-Jun-03 4:09
Gary Kirkham13-Jun-03 4:09 
GeneralRe: C Compiler Pin
basementman12-Jun-03 11:15
basementman12-Jun-03 11:15 
GeneralRe: C Compiler Pin
Gary Kirkham12-Jun-03 11:22
Gary Kirkham12-Jun-03 11:22 
GeneralRe: C Compiler Pin
Neville Franks12-Jun-03 11:58
Neville Franks12-Jun-03 11:58 
GeneralRe: C Compiler Pin
Gary Kirkham12-Jun-03 14:10
Gary Kirkham12-Jun-03 14:10 
GeneralRe: C Compiler Pin
Neville Franks13-Jun-03 1:36
Neville Franks13-Jun-03 1:36 
Questionwriting a datbase management system in C++? Pin
GabyGirl12-Jun-03 9:47
GabyGirl12-Jun-03 9:47 
AnswerRe: writing a datbase management system in C++? Pin
jhaga12-Jun-03 10:00
professionaljhaga12-Jun-03 10:00 
AnswerRe: writing a datbase management system in C++? Pin
crewchill12-Jun-03 12:47
crewchill12-Jun-03 12:47 
QuestionHow many bits are these?? Pin
johnstonsk12-Jun-03 8:54
johnstonsk12-Jun-03 8:54 
AnswerRe: How many bits are these?? Pin
valikac12-Jun-03 9:08
valikac12-Jun-03 9:08 
GeneralRe: How many bits are these?? Pin
johnstonsk12-Jun-03 9:15
johnstonsk12-Jun-03 9:15 
GeneralRe: How many bits are these?? Pin
valikac12-Jun-03 9:32
valikac12-Jun-03 9:32 
AnswerRe: How many bits are these?? Pin
David Crow12-Jun-03 9:10
David Crow12-Jun-03 9:10 
AnswerRe: How many bits are these?? Pin
Robert Little12-Jun-03 10:26
Robert Little12-Jun-03 10:26 

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.