Results 1 to 10 of 10
- 12-03-2012, 01:32 AM #2
C# is simpler and faster to develop in -- if you're only developing for WP, go with C#. If you need to reuse existing C++ libraries or are planning to port your apps to other platforms, go with C++.
- 12-03-2012, 01:50 AM #3
As an old school programmer I can't help but recommend C++. It is natively supported in many SDK's and eases porting. It is also a very developed language that is much more powerful. There is also an unlimited wealth of information for c++. It is however as said a little more difficult to learn.
I suggest that whatever you choose, the first thing you do is learn the SDK interface and then open up several sample applications and copy/paste the code to a project of your own that is in itself unique to learn stuff quick. Then after you get familiar with what you've been doing say to a point where you can create a simple app without copying all the time you should open up some books.
Don't forget to thank and like anyone who deserves it!Thanked by: - 12-06-2012, 12:08 AM #4
Cheers for the thread. I'm new to developing period! Never written an app. Closes thing to programming I've done is writing .bat files lmao. Want to get into developing apps, especially for the WP. I've already downloaded the SDK and have no idea where to start with that.
- 12-06-2012, 09:04 AM #5
I'm in the same boat too. Dabbled in a tiny bit of programming in the past, found I was good at it but never followed up and learned more. Big regret of mine. Currently trying to wrap my head around OOP - and I think I'm going to stick with C# for now to avoid dealing with memory management etc. I definitely plan on transitioning to cpp in the future.
A good place to start would be to just go to dev.windowsphone.com and take a look at the samples. Download a few, load 'em up, build 'em, then pick something you wanna change and go ahead and change it. Then rebuild and see what happens! You need to be patient - you're not going to make the next Metrotube overnight - but you'll be surprised how quickly you'll make progress. - 12-11-2012, 12:43 AM #6
Well I just finished a 3 hour course from Tuts+ called "So You Want to be a Developer" it's based on JavaScript and just ran through the basics i.e. what are Functions, What is an Array, What are Loops, etc.. Did more research and there is a similar course from Code Academy.
Anyhoo, now after taking that course, and when looking at sample code, even though I know it wasn't developed in JavaScrips, the code, at least looks a lot less foreign. I can now identify certain data types and such used.
I've just scratched the tip of the iceberg, and have a very long way to go. Already penned a developer road map for myself. Instead of continuing with JavaScript, I'll just delve right into C# for ease than anything else. If I get really good, I'll venture into C++. But I still can't skimp out on things like UI design, Q&A, etc.. etc.. all of that I know will come together later.
Ok we'll see how this goes. Expect LOTS of questions from yours truly. - 12-15-2012, 05:13 AM #7
Contributor M, I'm in the same boat as you. I'm already planning my app but I need to make sure I can get the proper API pieces to use in the app. As everything he has done is custom coded, I'm curious how easy it would be for him to create a set of API files that I could then integrate into the app?
Windows Phone Central Moderator "Fortune cookie said: 'Outlook not so good'. I said: 'Sure, but Microsoft ships it anyway'." - Apparently you can have an iPhone transplant...

- 12-16-2012, 09:27 AM #8
In regards to C# to C++..use whatever is less foreign to you. Yes, C++ is more powerful in some ways, but as a beginner you won't even need to dive into that sort of power.
Note you should use C# if you want to make something fast. C++ takes a lot longer to make stuff, at least with my usage :P - 12-29-2012, 10:42 AM #9
Hi, following on from the OP's question (also a beginner in wp7 & wp8 here), i would like to know if it is possible for an app to change wp8 setting? i have looked through all of the code samples and have not seen anything at all tha indicates it is possible. for example, can an app switch wifi on/off or change theme colour ?? good advice about c# vs cpp btw, totally agree with sticking to c# if you want to keep it simple. cp and cpp are much more complex.
- 01-05-2013, 04:00 PM #10
I'm in the beginning stages of learning C# and Windows Phone development (does it ever end? lol).
I HIGHLY recommend watching/following some tutorial videos to help you get started. My favorite so far is "Windows Phone 7 Development for Absolute Beginners" by Bob Tabor.
Yes, I realize it's for WP7 and not WP8, but this doesn't really matter if you are just beginning. It will give you a great starting or jumping off point for learning C# and XAML specific to Windows Phone development.
Similar Threads
-
Windows Phone Developer in Chicago
By mgbmusic in forum Developers CornerReplies: 3Last Post: 06-30-2012, 10:23 PM -
[June 22] St. Louis Windows Phone Development Workshop with Nokia
By speedtouch in forum The "Off Topic" LoungeReplies: 13Last Post: 06-29-2012, 11:36 PM -
Windows Phone Developer Summit
By wildbohr in forum Developers CornerReplies: 6Last Post: 05-30-2012, 04:15 PM -
Bazaar For Windows Phone (Developer Unlocked)
By TheWeeBear in forum Developers CornerReplies: 1Last Post: 02-26-2012, 08:35 AM -
Windows Phone Developer Blog Infographic
By TheWeeBear in forum Developers CornerReplies: 0Last Post: 01-11-2012, 01:16 PM
LinkBack URL
About LinkBacks
































Latest Comments