What is the different betweeen C#,C++,java,.dll

08/29/2015 20:47 megam#1
Sorry for newbie question but all forum in germany and i cannot understand there language , i'm still newbie at program process and i need to know what C# can make also C++

both can do same program or C# for cmd and C++ for .exe files format ?

and what virtual basic can do about .dll files , how can i understand those numbers ?


Thanks in Advance :)
08/29/2015 21:20 Mostey#2
You are basically asking what the difference is between a vehicle, an aircraft and a train. All of them are used for transporting people but they are chosen in different situations and environments.

C# and Java are (mostly, not always) used in other types of software than C++. A .dll file is a windows library that contains reusable code. It can be loaded by other software and usually is compiled to assembly or bytecode, depending on the compiler and programming language/environment.

I'd suggest looking up and experimenting with the different languages by getting yourself started with a good book or a tutorial.
08/29/2015 21:51 megam#3
Quote:
Originally Posted by Mostey View Post
You are basically asking what the difference is between a vehicle, an aircraft and a train. All of them are used for transporting people but they are chosen in different situations and environments.

C# and Java are (mostly, not always) used in other types of software than C++. A .dll file is a windows library that contains reusable code. It can be loaded by other software and usually is compiled to assembly or bytecode, depending on the compiler and programming language/environment.

I'd suggest looking up and experimenting with the different languages by getting yourself started with a good book or a tutorial.
thanks for answer , all youtube videos is learning you basics like doing simple program like Hello world .

do you suggest me any tutorial videos so i can learn more about coding or what book i need to buy for coding , because i need to make a real program or debug .dll library file to an .exe file .

another question please can i decompline .dll file without source code ? is that what they call hacking .dll file ?