programing
-
C is not widely used anymore. C++ is a superset of C. You can code programs similar to C in C++. Go to http://msdn.microsoft.com/, select Desktop and learn!
-
C is not widely used anymore. C++ is a superset of C. You can code programs similar to C in C++. Go to http://msdn.microsoft.com/, select Desktop and learn!
Fareed Rizkalla wrote:
You can code programs similar to C in C++.
You can but should not ;) cheers, AR
When the wise (person) points at the moon the fool looks at the finger (Chinese proverb)
-
Here ya go:
#include <stdio.h>
void main( void )
{
printf(L"PEBKAC error. Please back away from the keyboard.\n");
}"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"Man who follows car will be exhausted." - Confucius
-
Here ya go:
#include <stdio.h>
void main( void )
{
printf(L"PEBKAC error. Please back away from the keyboard.\n");
}"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"Man who follows car will be exhausted." - Confucius
:-D
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles] -
A basic
C
programming language code example is in every, every, every (did I say every?) book (even in romance books, I guess). :)If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles] -
A basic
C
programming language code example is in every, every, every (did I say every?) book (even in romance books, I guess). :)If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles]CPallini wrote:
(even in romance books, I guess).
Ya .. if we are romancing with Computer :)