![]() |
|
New to C - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Coding (https://sinister.ly/Forum-Coding--71) +--- Thread: New to C (/Thread-New-to-C) Pages:
1
2
|
New to C - tonakis2108 - 10-18-2015 Hello community, I am new to C and I started right away with C#, is that a bad move to make? I heard I should start with C first.. I already know about VB, SQL, CSS but never tried C before. Where should I start? RE: New to C - Pikami - 10-19-2015 I started with c++ but I had a teacher so yeah... I think that it's fine starting with c# as long as you dont give up you'll be fine. If you don't have a teacher, watch some YT tutorials and read the documentation. When you think you are redy and you are geting good, I recomend going to codewars.com, there are lots of litle asingments you can do. Good luck
RE: New to C - tonakis2108 - 10-19-2015 (10-19-2015, 04:33 PM)Pjuklas Wrote: I started with c++ but I had a teacher so yeah... That's a very helpful website, i'll check it right away. I started learning C from virtual academy of microsoft and now I found tutorialpoint. RE: New to C - Killpot - 10-20-2015 (10-19-2015, 07:51 PM)tonakis2108 Wrote:(10-19-2015, 04:33 PM)Pjuklas Wrote: I started with c++ but I had a teacher so yeah... What drives you to use C? Generally C is outdated, If you're looking for Native, use C++. But if you really want low level, why not just go all out and use Assembly? There's only benefits to using C++ over C, including the fact that C++ can include and use C code on top of all it's other benefits. RE: New to C - ProfessionalSkid - 10-20-2015 I started with English than started spanish RE: New to C - Hydraa - 10-20-2015 C++ is hard to learn if you have no prior programming experience, so going from C# to C is not a bad move, the more languages you know the better. RE: New to C - Kevin_SF - 10-20-2015 (10-20-2015, 09:38 AM)Hydrazas Wrote: C++ is hard to learn if you have no prior programming experience, so going from C# to C is not a bad move, the more languages you know the better. How come c++ is hard to learn if you have no prior programming experience? RE: New to C - Killpot - 10-20-2015 (10-20-2015, 12:24 PM)Kevin Wrote:(10-20-2015, 09:38 AM)Hydrazas Wrote: C++ is hard to learn if you have no prior programming experience, so going from C# to C is not a bad move, the more languages you know the better. No, it is a bad move. There is almost no advantage to C over C++. And going from and language to C is immensely complex. C# to C++ however would be fairly easy considering that the two languages are modled simmilarly RE: New to C - Pikami - 10-20-2015 (10-20-2015, 09:38 AM)Hydrazas Wrote: C++ is hard to learn if you have no prior programming experience, so going from C# to C is not a bad move, the more languages you know the better. Well actually c++ was my first programming language and learning it wasn't that hard RE: New to C - tonakis2108 - 10-20-2015 Maybe I'll keep on learning languages individually, since I started learning C# i'll keep going with that, even if C and C# are similar using C to code in C# poses a challenge itself. What I've found so far is that C# together with VB, Ruby, Javascript, Jquery SQL are the most commonly used languages. |