When you first started to write program, what was the first programming language you learned?
Please don't post repeats. If someone already posted it, just vote for it.
Besides Arduino, what other ways are there to learn hardware programming in a hands-on way? Are there any nifty kits available, either a pre-assembled robot, that you can program to move a certain way, or do certain things, or anything similar to that?
Hello,
In your experience, what is the best web programming language used to handle sorting and comparison of very large lists (ie tens of thousands of email addresses)?
I am most familiar with PHP. I think that it could get the job done, but I'm unsure of other languages and if there might be a bettor suitor.
Thanks!
The process of converting from Visual Studio .NET 2003 to Visual Studio 2008 is satisfyingly start forward.
I thought it would be worth asking a couple of questions though:
1) Are there any 'gotchas' with this conversion process that we should be aware of?
2) Same question goes for upgrading the .NET Framework from 1.1 to 3.5?
Thanks.
Is there a way to describe the feature of a programming language that allows you to do something like the following:
$foo = return_an_array()[0];
I love this feature in python, and I hate that it's missing in PHP. Is there a name for this?
Most people would probably answer with "You won't build a house using only a hammer", but my argument against this is:
There is also only one real mathematical language used for everything from chemical to architectural calculations, and as programming-languages are in many ways similar to maths, why should it be so different with them?
We need to write a script that needs to process movies (using C-based ffmpeg) and also update our databases. Also there would be some thread programming to accomplish with a worker-manager design. I am thinking of writing this in Ruby is there any good language to do this, if so what is its primary advantage for choosing?
We are based on the Mac platform.
Thanks in advance.
While configuring my just installed Visual Studio 2010 Professional, I mistakenly opted for Visual Basic mode. I want to correct my selection and change it to C#. How can I do that?
Being a C#/Java programmer, I really need to know a fact: Has Windows Programming with Win32SDK/MFC/wxWidget become antiquated?
What is the status of popularity of these technologies in software industry now?
Being a C#/Java programmer, do I need to learn Win32SDK/MFC/wxWidget now?
I'm doing a bit more statistical analysis on some things lately, and I'm curious if there are any programming languages that are particularly good for this purpose. I know about R, but I'd kind of prefer something a bit more general-purpose (or is R pretty general-purpose?).
What suggestions do you guys have? Are there any languages out there whose syntax/semantics are particularly oriented towards this? Or are there any languages that have exceptionally good libraries?
Are the any MSBuild properties that Visual Studio sets? I'm looking to have some conditional behavior depending on the version (if any) of visual studio.
Hi, I am developing a simple Windows Application in C# and Visual Studio 2005.
I need a search result control - just like visual studio integrated by itself. After I double click each line to trigger the individual event. I tried multi-line textBox Control, but whole the box can only support one click event. thank you.
Hello.
I have installed Visual Studio in my laptop. Laptop is run by Windows XP SP3.
And Visual Studio 2008 (with SP1) does not show recent files in Start Up page. Buy the way VS 2008 does not show recent projects and files in File menu. Any suggestion?:)
Whenever I open Visual Studio 2005, it opens correctly and without any errors.
But when I load my project and try opening it in the design view it does not load.
Actually, I get the error "Visual Studio 2005 (not responding)."
What should I do to fix this error?
I am using Visual C# Express 2010 to develop an application for the Unity3D game engine, which only supports C# 2.0. That is, I am only using it to edit code, but the compilation is done by Unity.
I'm wondering if there is a way to configure Visual C# to edit C# 2.0, so that, for example, it yells if I (out of habit) try to use a var declaration or foo => bar function. Thanks!
Hi,
Does anyone know a good way to debug errors in the Visual Studio Designer?
In our project we have tons of UserControls and many complex forms.
For the complex ones, the Designer often throws various exceptions which
doesn't help much and was wondering if there's some nice way to figure out
what has gone wrong.
The language is C# and we're using Visual Studio 2005.
Thanks,
Daisuke
i need the code to convert the string type data into integer type data if i have entered a numerical value in the text box.
i am using visual c++ windows forms and the visual studio
I guess the question is self-explanatory, but I'm wondering whether HTML qualifies as a programming language (obviously the "L" stands for language).
The reason for asking is more pragmatic—I'm putting together a resume and don't want to look like a fool for listing things like HTML and XML under languages, but can't figure out how to classify them.
Who here is both a musician and a programmer?
I would also be curious to know which instruments you play, the ages at which you started programming and playing music, your personal experiences, etc. Perhaps we can find a relationship between these two things.
I'll begin:
Piano since 10, Computer since 12, I am 21.
Note: Question originally from pheze.myopenid.com.
Related: Jazz Programmer
i make a textbox,enter some data, store it into string format,there are some values as numbers,can i change these string numbers into integer format
the problrm is for visual c++ in visual studio in the windows form
Camarades,
My Visual Studio is in trouble in keyboard. I am working normally, when suddenly my keyboard loses its configuration, so where is the "" becomes "/".
Someone can tell me what would be a possible solution? (Yes, I know something is hazy).
Or has left some Pachter fix for problems like this.
Grateful for any help.
Success for all.
Microsoft Visual Studio 2010
Version 10.0.30319.1 RTMRel
Do you know if there is a build-in feature or free add-in for Microsoft Visual Studio 2008 that easily generates C-Headers and keeps them in sync with their .c counterparts?
I have already looked at Visual Assist X, but I'm not really willing to pay money at the moment.
Did somebody tried to build Qt 4.5 with Visual Studio 2010 (Beta 2)? Any hints on doing that successfuly?
Later edit
I tried to run configure from a Visual Studio 2010 console. There is no makespecs support for 2010, so configure fails because of that.
I installed Visual Studio 2010 (ultimate).
When I click on New Project- Visual Basic (or C#)- Web, the only options i get is AjaxControlExtender, AjaxServerControl and ASP.Net Server Control. How do i get the ASP.Net WebApplication option to show up?
Thanks a lot.