Click here to Skip to main content
15,887,434 members
Home / Discussions / C#
   

C#

 
AnswerRe: CopyFile Pin
Rajesh Anuhya27-Apr-10 1:59
professionalRajesh Anuhya27-Apr-10 1:59 
AnswerRe: CopyFile Pin
harold aptroot27-Apr-10 5:02
harold aptroot27-Apr-10 5:02 
GeneralRe: CopyFile Pin
toto_201027-Apr-10 7:11
toto_201027-Apr-10 7:11 
GeneralRe: CopyFile Pin
harold aptroot27-Apr-10 7:20
harold aptroot27-Apr-10 7:20 
QuestionRotate Text OpenGL Pin
Paul Harsent27-Apr-10 0:29
Paul Harsent27-Apr-10 0:29 
AnswerRe: Rotate Text OpenGL [modified] Pin
Natural_Demon27-Apr-10 4:29
Natural_Demon27-Apr-10 4:29 
GeneralRe: Rotate Text OpenGL Pin
Paul Harsent27-Apr-10 5:30
Paul Harsent27-Apr-10 5:30 
GeneralRe: Rotate Text OpenGL Pin
Natural_Demon27-Apr-10 6:02
Natural_Demon27-Apr-10 6:02 
there aint much too c++.
the synthax is pretty simular, but you have to take care of cleaning recources used yourself.
in c# you have the garbage handler, in c++ you don't.

in c++ you would have to make a dispose methode pretty much everywhere and it looks very very simular too c#

that's what makes c# the competitor of java.
cheap develpment software.
cheap ... because it needs less time and less acuracy to create something.
you don't have to take care of freeing up recources that aren't used anymore, so you never really know if you software is actually 100%, because you don't need to think about it.

if it wasn't for the 3rd party dll i use to connect to a virtual world.
i wouldn't be using c# at all.
translating this 3rd party dll into c++, would take me a year or so.

but the downfall of DOTNET is ... you can easy reverse engineer your aplication and resell or hack it.
with a simple click in a tool from the internet, you pretty much get the entire code.

if you read about dotnet, you would have read the each executable actually transports the entire source and recompiles on the user machie.
this is done by the JIT compiler.

dotnet wil never be the tool by excellence for software venders.
dotnet is used by people that didn't like the looks or feel of java, but also aren't competent or too lazy for c++.

i don't live from coding, but this is what i learned in the last years.
if my current project is done, i'm going Nokia Qt.
power @ finger tips
Bad = knowing 2 much

GeneralRe: Rotate Text OpenGL - OT Pin
DaveyM6927-Apr-10 6:16
professionalDaveyM6927-Apr-10 6:16 
GeneralRe: Rotate Text OpenGL - OT Pin
Natural_Demon27-Apr-10 6:44
Natural_Demon27-Apr-10 6:44 
GeneralRe: Rotate Text OpenGL - OT Pin
DaveyM6927-Apr-10 8:59
professionalDaveyM6927-Apr-10 8:59 
QuestionConcurrent access to private data [modified] Pin
Mystery12326-Apr-10 23:08
professionalMystery12326-Apr-10 23:08 
AnswerRe: Concurrent access to private data Pin
Simon P Stevens27-Apr-10 0:10
Simon P Stevens27-Apr-10 0:10 
GeneralRe: Concurrent access to private data Pin
Mystery12327-Apr-10 6:32
professionalMystery12327-Apr-10 6:32 
QuestionString operation Pin
SRKSHOME26-Apr-10 22:47
SRKSHOME26-Apr-10 22:47 
AnswerRe: String operation Pin
Eddy Vluggen26-Apr-10 22:59
professionalEddy Vluggen26-Apr-10 22:59 
GeneralRe: String operation Pin
SRKSHOME26-Apr-10 23:06
SRKSHOME26-Apr-10 23:06 
GeneralRe: String operation Pin
Eddy Vluggen26-Apr-10 23:16
professionalEddy Vluggen26-Apr-10 23:16 
GeneralRe: String operation Pin
hossein narimani rad27-Apr-10 6:45
hossein narimani rad27-Apr-10 6:45 
AnswerRe: String operation Pin
Rajesh Anuhya26-Apr-10 23:07
professionalRajesh Anuhya26-Apr-10 23:07 
GeneralRe: String operation Pin
SRKSHOME26-Apr-10 23:15
SRKSHOME26-Apr-10 23:15 
GeneralRe: String operation Pin
Md. Marufuzzaman26-Apr-10 23:50
professionalMd. Marufuzzaman26-Apr-10 23:50 
GeneralRe: String operation Pin
PIEBALDconsult27-Apr-10 3:18
mvePIEBALDconsult27-Apr-10 3:18 
GeneralRe: String operation PinPopular
Luc Pattyn27-Apr-10 2:23
sitebuilderLuc Pattyn27-Apr-10 2:23 
AnswerRe: String operation Pin
PIEBALDconsult27-Apr-10 3:17
mvePIEBALDconsult27-Apr-10 3:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.