LCKB
Question about C#/C++ or VB - Printable Version

+- LCKB (https://lckb.dev/forum)
+-- Forum: ** OLD LCKB DATABASE ** (https://lckb.dev/forum/forumdisplay.php?fid=109)
+--- Forum: Programmers Gateway (https://lckb.dev/forum/forumdisplay.php?fid=196)
+---- Forum: Coders Talk (https://lckb.dev/forum/forumdisplay.php?fid=192)
+---- Thread: Question about C#/C++ or VB (/showthread.php?tid=2013)

Pages: 1 2


- Creep - 06-06-2013


Hey Com,

As I have got some more time to learn something wich isnt going to be asked in any test in next time:

 

I want to start learning a one of the allready named coder languages.

Probaly Iam not a fully noob in Coding since I got alot of knowlegde in Mysql, html and php and all that webstuff.

Anyways I just wanted to know wich of thoose is probaly the best one to write tools (fe. for lc) with

 

I allready found the Tutorial links but I also wanted to ask if u know any kind of books or Downloadable Tutorials wich might help Wink

 

 

Thanks allready,

Creep




- filix_93 - 06-06-2013


C# easier but C++ its the best Wink

 

regards.




- SeaLife - 06-07-2013


I Started with VB because, its the easiest Big Grin

 

 

VB -> C# -> C++

 

its your choice... i recommend C# or C++ Big Grin its better ^^




- Creep - 06-07-2013

Thanks Wink I will take my choice in some days so once again thanks for that infos Wink




- Wizatek - 06-07-2013


Dont waste your time in learning VB or C# you will have to unlearn most of it when u start learning C++

So i would go directly for C++




- Creep - 06-07-2013

Ok thanks




- Phantom - 06-08-2013



Dont waste your time in learning VB or C# you will have to unlearn most of it when u start learning C++

So i would go directly for C++

 i dont think so VB/C# have a lot of documentations and tutorials so you can better learn basic things like int/char and these things which you still need in C++ and if you want to use managed C++/C++ CLI it is helpful if you can C#/VB

 

Greets




- filix_93 - 06-08-2013



 i dont think so VB/C# have a lot of documentations and tutorials so you can better learn basic things like int/char and these things which you still need in C++ and if you want to use managed C++/C++ CLI it is helpful if you can C#/VB

 

Greets

if you need to learn VB/C# to understand int and char xD better you stop to learn programming cuz its not your job .

 

(talking not about you but in general)




- Nikolee - 06-08-2013



if you need to learn VB/C# to understand int and char xD better you stop to learn programming cuz its not your job .

 

(talking not about you but in general)

 

Yeah i think thats the most Basic stuff..

For example i didnt learned that, bc i had that in school..^^

 

But anyways i would start C++ ^^

 

Like wiza said dont waste your Time with learning C#..




- HateMe - 06-08-2013


i would recommend to learn first the basics like allraedy said, what is a int what is a unsigned int and so on

 

then the basics about ASM, the simple things jump and long jump and push some bytes

 

then going over to C++