Click here to Skip to main content
15,913,303 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: About Dlls? Pin
Michael P Butler21-Aug-04 5:37
Michael P Butler21-Aug-04 5:37 
Generalcross process handle invokation in win32 Pin
Reza Shademani20-Aug-04 23:04
Reza Shademani20-Aug-04 23:04 
GeneralRe: cross process handle invokation in win32 Pin
cmk20-Aug-04 23:21
cmk20-Aug-04 23:21 
GeneralRe: cross process handle invokation in win32 Pin
4apai20-Aug-04 23:23
4apai20-Aug-04 23:23 
QuestionDoes Unix supports C++? Pin
Link260020-Aug-04 21:43
Link260020-Aug-04 21:43 
AnswerRe: Does Unix supports C++? Pin
Reza Shademani20-Aug-04 23:01
Reza Shademani20-Aug-04 23:01 
AnswerRe: Does Unix supports C++? Pin
markkuk20-Aug-04 23:58
markkuk20-Aug-04 23:58 
AnswerRe: Does Unix supports C++? Pin
John R. Shaw21-Aug-04 1:24
John R. Shaw21-Aug-04 1:24 
Alex Ngai wrote:
I wonder, if
Unix supports C++?


No!

Unix is an operating system just like Linux, MS Windows, DOS and CPM (ancient system), and others. The operating system is only important if you are writting code specificaly for that operating system. No matter what system you are programming for, most of the code (if not all) should work. If you are running the compler on that system, then you are probubly creating a program that will only run on that system.

Operating systems (as a general rule) do not support programming languages, but complires do.

Example: The Visual C++ compiler is supposed to beable to compile for both Windows and Macantohsh. That is if you are devloping the program on an MS Windows system and compile it for Macantohsh, you can not run the program.

Alex Ngai wrote:
Can I apply technique I learned
from Unix to Linux?


Yes! But there may be differences.


INTP
GeneralRe: Does Unix supports C++? Pin
Link260021-Aug-04 2:11
Link260021-Aug-04 2:11 
GeneralRe: Does Unix supports C++? Pin
Gary R. Wheeler21-Aug-04 4:27
Gary R. Wheeler21-Aug-04 4:27 
GeneralRe: Does Unix supports C++? Pin
Antti Keskinen21-Aug-04 11:45
Antti Keskinen21-Aug-04 11:45 
GeneralRe: Does Unix supports C++? Pin
John R. Shaw25-Aug-04 20:20
John R. Shaw25-Aug-04 20:20 
Questionhow to call an event when mouse pointer is rolled over a button? Pin
Aqueel A. Mirza20-Aug-04 21:27
Aqueel A. Mirza20-Aug-04 21:27 
AnswerRe: how to call an event when mouse pointer is rolled over a button? Pin
Antti Keskinen21-Aug-04 11:57
Antti Keskinen21-Aug-04 11:57 
GeneralHyper link help, please Pin
Paul Belikian20-Aug-04 18:20
Paul Belikian20-Aug-04 18:20 
GeneralRe: Hyper link help, please Pin
Steve Mayfield20-Aug-04 20:41
Steve Mayfield20-Aug-04 20:41 
Questionwho have used BCGsoft? Pin
DevilIORI20-Aug-04 18:15
DevilIORI20-Aug-04 18:15 
AnswerRe: who have used BCGsoft? Pin
JohnJ20-Aug-04 21:20
JohnJ20-Aug-04 21:20 
GeneralRe: who have used BCGsoft? Pin
DevilIORI26-Aug-04 2:02
DevilIORI26-Aug-04 2:02 
GeneralNeed a newer help file Pin
Anonymous20-Aug-04 17:51
Anonymous20-Aug-04 17:51 
GeneralRe: Need a newer help file Pin
Michael P Butler21-Aug-04 5:42
Michael P Butler21-Aug-04 5:42 
Questionnew and new operator in C++? Pin
Member 77514720-Aug-04 17:24
Member 77514720-Aug-04 17:24 
AnswerRe: new and new operator in C++? Pin
ThatsAlok21-Aug-04 3:22
ThatsAlok21-Aug-04 3:22 
AnswerRe: new and new operator in C++? Pin
Tim Smith21-Aug-04 4:18
Tim Smith21-Aug-04 4:18 
Generallinking error problem Pin
linjc2320-Aug-04 16:33
linjc2320-Aug-04 16:33 

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.