Click here to Skip to main content
15,893,622 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi All,

Please help me to understand the answer of following question that Does C and c++ requires hardware support?

Thanks
Posted
Comments
Richard MacCutchan 5-Oct-14 3:31am    
Only if there is an 'R' in the month.

C/C++ are programming languages. When you write some application using them you need a compiler to turn your code into something machine can run, for that point you need a compiler that targeting a specific platform (OS, CPU architecture, controllers and so on).
But it does not mean that the hardware have to fit for C/C++ specifically...It's the way around - you have a C/C++ environment that can produce code for that specific hardware...
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 5-Oct-14 2:45am    
I would not take the OP's post that serious, but I 5ed the attempt to explain things, which unfortunately still cannot be a substitute for learning the very basics of computing on a regular and general basic.
—SA
Oh, yes. It requires and least the CPU and RAM. :-)

—SA
 
Share this answer
 
Comments
Member 11130047 5-Oct-14 1:43am    
Thank you so much Kryukov...:)
Kornfeld Eliyahu Peter 5-Oct-14 2:32am    
OP took you for real! :-) That made my morning...
Sergey Alexandrovich Kryukov 5-Oct-14 2:43am    
:-)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900