6

Start learning C # without knowing C?

 3 years ago
source link: https://www.codesd.com/item/start-learning-c-without-knowing-c.html
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

Start learning C # without knowing C?

advertisements

Is it advisable to directly jump onto C# with knowing just a mere bit of C (just some basics) or even may be without knowing C ?


If your goal is to learn your first language, and you aren't going to become a serious programmer, by all means learn the language you're going to use.

If you are going to become a serious programmer, you really should get proficient in C sometime. I don't know which way would be harder, starting with C# or starting with C. C will be challenging no matter when you approach it.

If you already know some languages, just not C or C#, go for C# now and pick up C later.

The key is that C is a simpler language, but getting significant things done in it requires more complicated structures. Some things you can easily do in C# will be difficult in C, although C is the more widespread and versatile language.

Related Articles

Learn C ++ without IDE

I've recently started to learn C++ and am completely confused with the choices of IDEs and compilers out there. I am competent with interpreted languages and like the simplicity of using any IDE or text editor and then running the interpreter from th

Get a Mysql result without knowing the name of a column

This question already has an answer here: Get table column names in mysql? 16 answers As I am still learning PHP and MySQL, I would like to know if it is possible to query a table without knowing it's name. Knowing the table I am querying and the col

Java Can I restore a two-dimensional array from a file without knowing its size?

Or is there any way to cast a generic object(that originally was a 2Darray) to a 2d Array without knowing its size? I have a program where the user enter data and that data is submitted into a 2D array that varies in size depending on how much the us

Is it correct to scan a table in MySQL using & ldquo; SELECT * .. LiMIT start, count & rdquo; Without an ORDER BY clause?

Suppose Table X has a 100 tuples. Will the following approach to scanning X generate all the tuples in TABLE X, in MySQL? for start in [0, 10, 20, ..., 90]: print results of "select * from X LIMIT start, 10;" I ask, because I've been using Postg

Should I wait for a new version of WCF or should I start learning WCF 3.5?

I want to start learning WCF, but I don't want to realize that by the time I've learn it, that I will have to do it all over again by the arrival of .NET 4.0 So will the upcoming WCF only have some minor changes, which someone familiar with older ver

I just started learning the rails. What to do now?

I have just started learning rails, tho i have a bit problem. I know python quite decently and some of its frameworks(pylons, pyramid, django, tornado). My question is, do i have to learn ruby itself first, or i can just jump into rails, and learn ru

Recover bucket objects without knowing bucket area with AWS S3 REST API

I'm trying to retrieve a bucket's objects with AWS S3 REST API (I'm not using the SDK) but unfortunately I'm facing the following problem : I don't know its region when I do the call to the API. Here's what I do : I build a request to "https:// [buck

Where can I find a tutorial to start learning jQuery?

Where is a good place to get started learning how to use jQuery? It seems to be all the rage nowadays. I know some basics of JavaScript but I'm by no means an expert.Officially from jQuery http://docs.jquery.com/Tutorials Or try anything on this site

Where do you start learning mathematics for game programming for a beginner in mathematics?

I'm not new to programming, but I am new to game programming. It was always my dream to create games, and since I'm 21 today, I think better start now than later. In the past I had no problems with math, but I did have the constant feeling that I cou

Lost in how to start learning databases with php

I was developing a website and learning how to code at the same time. So far I just got the hang of PHP. And now i want to learn how to integrate databases with PHP. Do i start learning MySQL and its libraries? I've been reading that PDO are the way

WPF / Silverlight to start learning first?

I am a 6-years .Net Developer, and want to know which is better to start learning first, Silverlight or WPF. I know this question seems a little-bit argumentative but since Silverlight is a mini-version of WPF. I think this takes away the argumentati

cmd, open the file in the Command Prompt shell without knowing its extension

I would like to run a file, in cmd without knowing the type (e.g. JPG, mp3, txt, mp4 and etc). I tried to use 'start' command, but start (as far I found) need to know the full name of the file (with extension) and which program it should use to run i

How to detect an ibeacon device without knowing UUID in iOS?

I would like to develop app which detects a lot of beacon device without knowing uuid. However I cannot find way to do this. I have to define uuid in code. I have developed a POC which works with known devices. My View Controller code: -(void)setUpvi

How to get records from an object without knowing the key name?

I am struggling with the following: I have a JSON feed with my data (https://api.myjson.com/bins/1sz7s). I iterate through all ReportItems in this object through javascript / jquery. Problem I am having is I want to fetch 'records' that contain a spe

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK