Sinisterly
Learning C with Psycho_Coder | Part:1 - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Coding (https://sinister.ly/Forum-Coding)
+--- Forum: C, C++, & Obj-C (https://sinister.ly/Forum-C-C-Obj-C)
+--- Thread: Learning C with Psycho_Coder | Part:1 (/Thread-Learning-C-with-Psycho-Coder-Part-1)

Pages: 1 2 3 4 5 6 7 8


RE: Learning C with Psycho_Coder | Part:1 - Psycho_Coder - 04-10-2013

(04-10-2013, 03:12 PM)Deque Wrote:
Quote:A compiler is a piece of code that translates the high level language into machine language

This statement is wrong. A compiler is a program that translates source code of a programming language into any kind of computer language. It doesn't have to be machine code. In case of the Java compiler it is bytecode. In case of C it is assembler.

Thread Edited.
More Correction Required then please do mention. I wonder that I made so many mistakes but hey I am just beginning to make tutorials . I getting inspired by these errors please point out more of them , as I never repeat my mistake , once I have learned I try to master them . Confusedmiling:

Please report me if more things need to be changed .


RE: Learning C with Psycho_Coder | Part:1 - Creed_mybb_import11544 - 04-12-2013

awesome post bro .... every beginners should read it to gain an accelerated enthusiasm.. thanks !!!!!!!!!


RE: Learning C with Psycho_Coder | Part:1 - Deque - 04-12-2013

(04-10-2013, 03:46 PM)Psycho_Coder Wrote:
(04-10-2013, 03:12 PM)Deque Wrote:
Quote:A compiler is a piece of code that translates the high level language into machine language

This statement is wrong. A compiler is a program that translates source code of a programming language into any kind of computer language. It doesn't have to be machine code. In case of the Java compiler it is bytecode. In case of C it is assembler.

Thread Edited.
More Correction Required then please do mention. I wonder that I made so many mistakes but hey I am just beginning to make tutorials . I getting inspired by these errors please point out more of them , as I never repeat my mistake , once I have learned I try to master them . Confusedmiling:

Please report me if more things need to be changed .

The wrong definition about compilers is still in there.


RE: Learning C with Psycho_Coder | Part:1 - Psycho_Coder - 04-12-2013

(04-12-2013, 06:54 PM)Deque Wrote: The wrong definition about compilers is still in there.

OOP's :headbash::headbash::headbash::headbash:

I thought I edited . Corrected Now .

Oh God when will I get perfect :wacko::wacko: .


RE: Learning C with Psycho_Coder | Part:1 - Deque - 04-12-2013

(04-12-2013, 07:01 PM)Psycho_Coder Wrote:
(04-12-2013, 06:54 PM)Deque Wrote: The wrong definition about compilers is still in there.

OOP's :headbash::headbash::headbash::headbash:

I thought I edited . Corrected Now .

Oh God when will I get perfect :wacko::wacko: .

Being perfect would be boring and just annoy people. Wink


RE: Learning C with Psycho_Coder | Part:1 - Mr.Dux - 04-21-2013

This is stickied, it is the first part though...how come the second part isn't stickied?


RE: Learning C with Psycho_Coder | Part:1 - Psycho_Coder - 04-21-2013

(04-21-2013, 04:59 AM)Smileywebs Wrote: This is stickied, it is the first part though...how come the second part isn't stickied?

I don't have any idea....Biggrin


RE: Learning C with Psycho_Coder | Part:1 - Mr.Dux - 04-21-2013

(04-21-2013, 07:02 AM)Psycho_Coder Wrote:
(04-21-2013, 04:59 AM)Smileywebs Wrote: This is stickied, it is the first part though...how come the second part isn't stickied?

I don't have any idea....Biggrin

Lol thanks for the answer :lol:


RE: Learning C with Psycho_Coder | Part:1 - stern - 04-23-2013

Thanks Coder , Nice tutorial Biggrin


RE: Learning C with Psycho_Coder | Part:1 - Ex094 - 06-06-2013

@Psycho_Coder Well can you tell me what's the difference between C and C++? I am confused which one should I choose

EDIT: Well in my knowledge C++ is an Advance form of C which enables users to do some hight level stuff that one can't do in C, Is that right?