I\'m learning C++, i wanted to try implementing a very simple HTTP server that will just output a text message. I use Microsoft Visual Studio 2005.
I am developing a Java desktop application and I use Swing to build the GUI.I realize that I can change the look of my app by setting different L&Fs.
I have ported a piece of C++ code, that works out of core, from Linux(Ubuntu) to Windows(Vista) and I realized that it works about 50times slower on VS2008! I removed all the out of core parts and now
I am a software engineer and i work in VC++, C++ in WIndows OS. Are there any major differences when it comes to coding in C++ in Linux envir开发者_运维百科onment.
Is it possible to apply an extension method to an interface?(C# question) That is for example to achieve the following:
I\'m creating my 开发者_如何学Cfirst Windows Phone 7 application, and I\'m struggling to find an autocomplete textbox. Is there an easy way to add one to the toolbox? Or do I need to create my own con
I have the datatable with data. Some cells have null values. I want to c开发者_开发技巧reate the excel sheet from this datatable in C# + asp.net . I am using VS 2008.OfficeWriter is a third party API
I\'ve got a problem with CKEditor. Especially the br- and img-Tags are transformed to not be valid. In 开发者_运维知识库the source-view I seeandbut when I inspect the rte-source the slashes are gone a
Does anyone know about a good way to accomplish this task? Currently i\'m doing it more ore less this way, but i\'m feeling someway unhappy with this code, unable to say what i could immediately impr
I\'ve got the following bit of code in one of my methods: ... NSNumber *selectedRecordID = [NSNumber numberWithInt:ABRecordGetRecordID(person)];