Results 1 to 10 of 10
  1. quantranbr's Avatar
    Member

    Posts
    1 Posts
       #1  
    Hi all,
    I begin with windows phone 8 and i wonder to choose which programming language C# or C++, i program both App and Game.
    Please help me for the best choice and if can, please give me the reason why choose this language.
    Thank you
  2. casab1anca's Avatar
    Member

    Posts
    66 Posts
    Global Posts
    67 Global Posts
    #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++.
  3. ironsoulreaver's Avatar
    Member

    Posts
    343 Posts
    Global Posts
    353 Global Posts
    #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:
  4. contributorM's Avatar
    Member

    Posts
    36 Posts
    #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.
  5. shinygerbil's Avatar
    Member

    Posts
    203 Posts
    #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.
  6. contributorM's Avatar
    Member

    Posts
    36 Posts
    #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.
  7. #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...
  8. The Last Byte's Avatar
    Developer

    Posts
    35 Posts
    #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
  9. jacky_h's Avatar
    Member

    Posts
    1 Posts
    #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.
  10. Landsharkk's Avatar
    Member

    Posts
    280 Posts
    #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

  1. Windows Phone Developer in Chicago
    By mgbmusic in forum Developers Corner
    Replies: 3
    Last Post: 06-30-2012, 10:23 PM
  2. [June 22] St. Louis Windows Phone Development Workshop with Nokia
    By speedtouch in forum The "Off Topic" Lounge
    Replies: 13
    Last Post: 06-29-2012, 11:36 PM
  3. Windows Phone Developer Summit
    By wildbohr in forum Developers Corner
    Replies: 6
    Last Post: 05-30-2012, 04:15 PM
  4. Bazaar For Windows Phone (Developer Unlocked)
    By TheWeeBear in forum Developers Corner
    Replies: 1
    Last Post: 02-26-2012, 08:35 AM
  5. Windows Phone Developer Blog Infographic
    By TheWeeBear in forum Developers Corner
    Replies: 0
    Last Post: 01-11-2012, 01:16 PM

Posting Permissions