|
Hey guys what do you think I should start learning C# or C++.It would be helpful if you tell me what are the purposes of there language.
Thank you,
AgentCat
Started by AgentCat on
, 15 posts
by 6 people.
Answer Snippets (Read the full thread at minecraftforum):
I don't have much knowledge of C++, but from....
Why do you want - 03:10 AM, said:
IT'S NOT MY TIME! IT'S NOT MY TIME! C# is object orientated, like Java.
C# has garbage collection that can help make life easier.
Produce desktop apps.
|
|
Overall, are there any advantages to one language vs another? I'm assuming C# might be easier for a beginner to learn (especially since I do a lot of PowerShell scripting, and think I grasp objects relatively well).
Might I expect to find more examples...
Answer Snippets (Read the full thread at microsoft):
Their is vb.net samples....
Yes, I did ask nothing about C++, it would seem I have a better chance of getting going with C#.
Is an intermediate language between c++ and vb.net thats why its easier to convert to vb.net from c#.
|
|
I've been looking at simple game programs recently, but they're all in visual c++. I don't know any Visual C++ but I know the basics of regular c++. However, I'm not sure which is better for game programming. Which should I learn?
Started by ChaoticCactus on
, 15 posts
by 7 people.
Answer Snippets (Read the full thread at minecraftforum):
That said, chances are the source code of the games you've been looking at depends on Microsoft- or Windows-specific libraries, and... .
The language itself is still C++.
Visual C++" usually just refers to Microsoft's development environment.
|
Ask your Facebook Friends
|
Hi I have an Application that accesses a C++ WinRT component which in turn accesses C# WinRt component. The call to the C++ component goes through. But when the C++ component tries to create a new object from the C# namespace, an exception is thrown with...
Started by DavidLamb Microsoft Employee, on
, 4 posts
by 1 people.
Answer Snippets (Read the full thread at microsoft):
I created a reference in the ....
Solution?
It would also be helpful to see your C# class declaration as well as the C++ client code failing app and then added a C++ Winrt component project to it and then a C# WinRT project.
|
|
On Thu, 18 Dec 2008 21:06:10 -0800 (PST), tonytech08 <tonytech08@gmail.com
Very recently, I started a thread enquiring about the C++ object
model. All that remains in my mind about that thread is: "why would
you want to do that?", and "it's not ...
Started by tonytech08 on
, 15 posts
by 6 people.
Answer Snippets (Read the full thread at omgili):
I still
consider C# as "Microsoft Java....
C# distinguishes between structs that that language is
addressing issues I have with C++ at the feature level.
C# under the microscope
herein are detrimentally ignored in C++.
|
|
Hello Everyone
I was wondering if I could ask some of you your views. Having read a bit on this forum there seems to be some really knowledgeable programming people around.
I'm a trader and have had some software built for me. It has been written in c...
Answer Snippets (Read the full thread at wilmott):
For example, if the C++ version of your code is twice as fast as the C# version every else says is true....
If you insist, you might take a look at this one (rather favorable very little work .
Quality C++ and C# implementations).
|
|
How is MS approaching the versioning of C# (or VB) in .NET and WinRT? Will the latest and greatest C# always be in sync across .NET and WinRT?
Started by ZeroBugBounce on
, 17 posts
by 2 people.
Answer Snippets (Read the full thread at microsoft):
When you....
C# code using the WinRT still runs on the 4.5 CLR.
From my understanding, yes, when you write an app in C#, it will run under the .NET, but you talk at 2pm today, and then the C# talk at 3.30 to get more clarity on these.
|
|
Hi, folks:
I have a dll file coded in VC++, now I want to do a dll file using Visual C# that can invoke dll file that coded in VC++, can I achieve this ?? and how to do ??
Any help would be appreciate !
Thanks in advance !
Started by sunny_sz on
, 4 posts
by 2 people.
Answer Snippets (Read the full thread at codeguru):
Say:
1.) csharp.dll(coded in Visual C#), there are 2 functions(assume: string on windows form in Visual C#
Now i want to invoke csharp.dll in this application and fetch all return value above function, how....
Dll coded in Visual C#.
|
|
On Wed, 8 Apr 2009 19:41:04 -0400, "SteveR" <maxsrussellatremovethisembarqmail.com
An IT guy where I work asked me today why I am using C++ when I could be
using C#.
He is experienced with C++ and says that C# saves so much time and that
there...
Started by SteveR on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at omgili):
YMMV, as always On Wed, 8 Apr 2009 17:38:45 -0700 (PDT), Ajay:
There is ... .
C# is a very cool language compatible with C#,
so I stay with C++.
So far, I
haven't been compelled to throw away C++ in favor of C#.
|
|
On Fri, 11 Dec 2009 09:09:48 -0800 (PST), maxSchlein <m_schlein@hotmail.com
Can someone please point me in the right direction.
We are creating an application that needs to beable to search on C++ and get
back doc's that have C++ in it. The StandardAnalyzer...
Started by maxSchlein on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at omgili):
You can handle....
You need to write a new Tokenizer that uses that CustomTokenizerImpl.java .
December 12, 2009 5:27 AM
Subject: Re: Lucene Analyzer that can handle C++ vs C#
Send instant messages C++ and C# as one token.
|