Quantcast
Channel: Channel 9 Forums - Coffeehouse - A quick self-reminder why I did not pursue native development
Browsing all 66 articles
Browse latest View live

Coffeehouse - A quick self-reminder why I did not pursue native development

@evildictaitor:C is also the least common denominator in that pretty much every language out there can call into it without any major problem. That makes it ideal for libraries that need to be used by...

View Article



Coffeehouse - A quick self-reminder why I did not pursue native development

For 99% of the typical software LOB, Web, Services etc .NET is plenty fast. Only in systems programming, embedded or number crunching do you need to drop down to C/C++.  I would always develop in the...

View Article

Coffeehouse - A quick self-reminder why I did not pursue native development

All I know is, C++ code shared on the web looks like alien language. Much harder to utilize the community. When I look at C# sample, it just feels easy. It may also be my fault unable to translate...

View Article

Coffeehouse - A quick self-reminder why I did not pursue native development

I suspect, and there have been various MS comments to suggest it might happen, that there will eventually be a WinRT target for desktop (non-Metro) applications.  That pretty much has to happen or...

View Article

Coffeehouse - A quick self-reminder why I did not pursue native development

42 minutes ago,ScanIAm wrote*snip*I went to a post BUILD event last night and the same discussion was had there, too.  It seems to still be confusing even with the evidence on both sides.That said, if...

View Article


Coffeehouse - A quick self-reminder why I did not pursue native development

@ScanIAm:BTW, completely off-topic (looking at your picture)...Did you know that the voice of Bender on Futurama is done by the same voice actor as Markus Fenix in Gears of War? Well at least I thought...

View Article

Coffeehouse - A quick self-reminder why I did not pursue native development

2 days ago,AndyC wrote*snip*Interesting, I'm sure the opposite was said during the keynotes, but I'll take that as a more authorative resource. Still the majority of the really neat stuff like charms...

View Article

Coffeehouse - A quick self-reminder why I did not pursue native development

8 hours ago,androidi wroteWhere does the safe C++ end and the C or unsafe concepts begin (as both can be in .cpp) - How can I tell which header has only C++ things in it (ignoring OS calls)? Are there...

View Article


Image may be NSFW.
Clik here to view.

Coffeehouse - A quick self-reminder why I did not pursue native development

6 hours ago,Sven Groot wroteA few points:_tmain is not standard C++ What's in stdafx.h since you included all headers actually used by the program directly in the file?It doesn't do the same thing as...

View Article


Coffeehouse - A quick self-reminder why I did not pursue native development

Where does the safe C++ end and the C or unsafe concepts begin (as both can be in .cpp) - How can I tell which header has only C++ things in it (ignoring OS calls)? Are there things I can't do without...

View Article

Coffeehouse - A quick self-reminder why I did not pursue native development

@BitFlipper:I agree with you BitFlipper.  I programmed in C/C++ for many years.   The problem is that to move the language forward you go through a huge commitee.  Also,  you cannot undo what is...

View Article

Coffeehouse - A quick self-reminder why I did not pursue native development

As it was brought up that my C hello world has little to do with C++, I'll go with some novice questions on that.(Safe might be defined here as a way of writing code which avoids the bugs commonly...

View Article

Coffeehouse - A quick self-reminder why I did not pursue native development

I think the problem you are encountering here is that C is not really for user-mode applications. Sure you can use it, but C really comes into its own when you start saying things like "We've got this...

View Article


Coffeehouse - A quick self-reminder why I did not pursue native development

I recently worked on an off-beat pet project where the idea is to convert a .Net app to something that can run natively on an ARM microcontroller (mainly to work around the fact that the .Net Micro...

View Article

Image may be NSFW.
Clik here to view.

Coffeehouse - A quick self-reminder why I did not pursue native development

A few points:_tmain is not standard C++ What's in stdafx.h since you included all headers actually used by the program directly in the file? It doesn't do the same thing as the C# version or what...

View Article


Coffeehouse - A quick self-reminder why I did not pursue native development

@androidi: using win32 console app project in VS2010: #include "stdafx.h" #include <iostream> #include <string> using namespace std; int _tmain(int argc, _TCHAR* argv[]) { string entry =...

View Article

Image may be NSFW.
Clik here to view.

Coffeehouse - A quick self-reminder why I did not pursue native development

@androidi:  With all the talk of the C++ renaissance, why are you writing it in C?    Did you think it should make C programming easier as well?

View Article


Coffeehouse - A quick self-reminder why I did not pursue native development

50 minutes ago,felix9 wrote*snip*Yes they can.8:30 ~ 11:00 http://channel9.msdn.com/Events/BUILD/BUILD2011/PLAT-876Tand people has done that. http://ermau.com/using-winrt-from-net/Interesting, I'm sure...

View Article

Coffeehouse - A quick self-reminder why I did not pursue native development

1 hour ago,AndyC wrote*snip*No they can't.Yes they can.8:30 ~ 11:00 http://channel9.msdn.com/Events/BUILD/BUILD2011/PLAT-876Tand people has done that. http://ermau.com/using-winrt-from-net/

View Article

Image may be NSFW.
Clik here to view.

Coffeehouse - A quick self-reminder why I did not pursue native development

I can read C++, port C++ code to other languages, and even assist in debugging C++ code, but never write anything in C++ beyond the level of elementary C++ class homework.So I won't pursue native...

View Article
Browsing all 66 articles
Browse latest View live




Latest Images