Replies
Welcome, guest
Join CrazyEngineers to reply, ask questions, and participate in conversations.
CrazyEngineers powered by Jatra Community Platform
-
@thebigk • Feb 9, 2008
Re: Ask Bjarne Stroustrup - The inventor of C++ programming language
Hi Ambuja,
The interview has been published, so I'm moving the post to a new thread under Computer Science Engineering section. -
@prasad-aSUfhP • Feb 10, 2008
Read up on Compilers for this.
-
@kamal-kj5-113qTh • Aug 12, 2010
Compilers is what you need to know.First you type in our common language such as English,but a computer can't understand our language.So,it coverts everything we input into it into it's machine language or into binary source code.But c and c++ are like a common language for both of the human and the computer.They are called middle-level languages.So,when you input the data into c,using certain keywords and header files and other tools,it first scans the entire data for any wrong keyword input or undefined characters.If no error is observed,it compiles the whole thing into it's language.It takes place when we press Ctrl.+F9.But it gives the output as per our requirement.So,it scans,compiles and produces the output to execute.The same way,it is used to design softwares and applications at higher levels.
-
@leo-ZJQlmh • Aug 13, 2010
ambuja 28how c and c++ are implimented in system programming ?
plz reply thisHello buddy do you mean how system level programs are made in C and C++, because C and C++ are development system program they are not part of programs to get implemented. Please clarify.