hello all pepole:P
im new to C#
my question is how can i start to make my own source?
should i learn C# C++ or Delphi or java?
i have little knowlege in C# :rotflmao:
now i ask how can i start to make my own source
where should i start?
Printable View
hello all pepole:P
im new to C#
my question is how can i start to make my own source?
should i learn C# C++ or Delphi or java?
i have little knowlege in C# :rotflmao:
now i ask how can i start to make my own source
where should i start?
.....
c++ if your really serious about it
what u mean whit sockets?
.....
That was a pretty quick give up. Learn alot of C#... cause i'm still a noob at it and i wish I would've learned it before I ever started... But I guess if you're good at C++ go for it... gl though...
if you plan to seriously take this on then skip c# althogeather and start with c++ else youll never find any motivation to move to c++ later despite the fact its better for servers
and if you cant be bothered or dont think youll have the motivation to get to the stage where you wish you had started with c++ in the first place, then dont bother starting at all
last thing we need is anouther noob begging for help
Ok, im need to think little. but im gonna test C++
Thanks for help:yak:
I don't get it,, how the hell is c++ better, it has a little different coding system but the basic things are all the same, yes it has some things that c# doesnt have, but still... if the main thing is same, then how?
C++ gives you full control over what you're doing. C# does a lot of things for you. While it takes away the stress of having to worry about it, someone who came from C++ ends up worrying about what it's doing that you WANT to do but you can't. That's why someone like me doesn't like C# yet you like C#. One of my concerns is memory management in C#. I want to manage it myself, not have C# do it. I don't like my stuff being cleared when "it feels like it". I like the "delete" command :[
.....
technically speaking you can still use unmanaged C# if you use the "unsafe" system, where by the GC doesnt clean up anything that is deemed "unsafe" as a result you can use pointers, however its a pain to setup and a bigger pain to use..
You're still stuck with the framework though.
.....