• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 10:21
CEST 16:21
KST 23:21
  • Home
  • Forum
  • Calendar
  • Streams
  • Liquipedia
  • Features
  • Store
  • EPT
  • TL+
  • StarCraft 2
  • Brood War
  • Smash
  • Heroes
  • Counter-Strike
  • Overwatch
  • Liquibet
  • Fantasy StarCraft
  • TLPD
  • StarCraft 2
  • Brood War
  • Blogs
Forum Sidebar
Events/Features
News
Featured News
Code S Season 1 - RO12 Group A: Rogue, Percival, Solar, Zoun3[ASL21] Ro8 Preview Pt1: Inheritors16[ASL21] Ro16 Preview Pt2: All Star10Team Liquid Map Contest #22 - The Finalists19[ASL21] Ro16 Preview Pt1: Fresh Flow9
Community News
2026 GSL Season 1 Qualifiers24Maestros of the Game 2 announced92026 GSL Tour plans announced15Weekly Cups (April 6-12): herO doubles, "Villains" prevail1MaNa leaves Team Liquid25
StarCraft 2
General
Code S Season 1 - RO12 Group A: Rogue, Percival, Solar, Zoun Blizzard Classic Cup @ BlizzCon 2026 - $100k prize pool Team Liquid Map Contest #22 - The Finalists MaNa leaves Team Liquid Maestros of the Game 2 announced
Tourneys
2026 GSL Season 1 Qualifiers Sparkling Tuna Cup - Weekly Open Tournament INu's Battles#14 <BO.9 2Matches> GSL CK: More events planned pending crowdfunding RSL Revival: Season 5 - Qualifiers and Main Event
Strategy
Custom Maps
[D]RTS in all its shapes and glory <3 [A] Nemrods 1/4 players [M] (2) Frigid Storage
External Content
The PondCast: SC2 News & Results Mutation # 523 Firewall Mutation # 522 Flip My Base Mutation # 521 Memorable Boss
Brood War
General
[ASL21] Ro8 Preview Pt1: Inheritors ASL21 General Discussion BW General Discussion Leta's ASL S21 Ro.16 review BGH Auto Balance -> http://bghmmr.eu/
Tourneys
[ASL21] Ro8 Day 2 [ASL21] Ro8 Day 1 [Megathread] Daily Proleagues [ASL21] Ro16 Group D
Strategy
Fighting Spirit mining rates Simple Questions, Simple Answers What's the deal with APM & what's its true value Any training maps people recommend?
Other Games
General Games
Stormgate/Frost Giant Megathread Nintendo Switch Thread Dawn of War IV Diablo IV Total Annihilation Server - TAForever
Dota 2
The Story of Wings Gaming
League of Legends
G2 just beat GenG in First stand
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Deck construction bug Heroes of StarCraft mini-set
TL Mafia
Vanilla Mini Mafia Mafia Game Mode Feedback/Ideas TL Mafia Community Thread Five o'clock TL Mafia
Community
General
US Politics Mega-thread Russo-Ukrainian War Thread 3D technology/software discussion European Politico-economics QA Mega-thread Canadian Politics Mega-thread
Fan Clubs
The IdrA Fan Club
Media & Entertainment
Anime Discussion Thread [Manga] One Piece [Req][Books] Good Fantasy/SciFi books Movie Discussion!
Sports
2024 - 2026 Football Thread Formula 1 Discussion McBoner: A hockey love story
World Cup 2022
Tech Support
streaming software Strange computer issues (software) [G] How to Block Livestream Ads
TL Community
The Automated Ban List
Blogs
Sexual Health Of Gamers
TrAiDoS
lurker extra damage testi…
StaticNine
Broowar part 2
qwaykee
Funny Nicknames
LUCKY_NOOB
Iranian anarchists: organize…
XenOsky
Customize Sidebar...

Website Feedback

Closed Threads



Active: 2072 users

The Big Programming Thread - Page 419

Forum Index > General Forum
Post a Reply
Prev 1 417 418 419 420 421 1032 Next
Thread Rules
1. This is not a "do my homework for me" thread. If you have specific questions, ask, but don't post an assignment or homework problem and expect an exact solution.
2. No recruiting for your cockamamie projects (you won't replace facebook with 3 dudes you found on the internet and $20)
3. If you can't articulate why a language is bad, don't start slinging shit about it. Just remember that nothing is worse than making CSS IE6 compatible.
4. Use [code] tags to format code blocks.
RoyGBiv_13
Profile Blog Joined August 2010
United States1275 Posts
January 03 2014 19:42 GMT
#8361
Some of the points above are worth discussing more in depth.

Does a language having available libraries make it a better candidate to learn? Lack of libraries is certainly a hindrance if tackling a larger project, but it's certainly possible to learn programming concepts from language features instead of through importing libraries. I wouldn't say you learn more or less from either way, as learning to read API's and import libraries is also a great skill.


Also, MSVS does C++ as well as C#, but learning C/C++ it's very useful to go from the open source approach using gcc/make, as a ton of code you'll end up using in your projects will be open source.
Any sufficiently advanced technology is indistinguishable from magic
Requizen
Profile Blog Joined March 2011
United States33802 Posts
January 03 2014 21:58 GMT
#8362
You know, I feel kind of dumb for never really looking for this type of info. In school and at my jobs, I've always just been given a Visual Studio key and what not, I've never done open source C#/.NET/ASP development or anything like that.

Considering I'm more comfortable with Microsoft/.NET development than I am with Java (just from experience), is there anything I need to know when using it outside of the VS environment, restrictions on frameworks or anything? Or is the license literally just for the environment?
It's your boy Guzma!
klo8
Profile Joined August 2010
Austria1960 Posts
January 03 2014 22:15 GMT
#8363
On January 04 2014 06:58 Requizen wrote:
You know, I feel kind of dumb for never really looking for this type of info. In school and at my jobs, I've always just been given a Visual Studio key and what not, I've never done open source C#/.NET/ASP development or anything like that.

Considering I'm more comfortable with Microsoft/.NET development than I am with Java (just from experience), is there anything I need to know when using it outside of the VS environment, restrictions on frameworks or anything? Or is the license literally just for the environment?

No, you are allowed to develop software with whatever license (commercial or open source) in C# or whatever language you like, even if that language is as closed as can be (Mathematica or Matlab, for example). There's even an open source implementation of the C# compiler and the .NET framework, Mono. The restrictions are only on the distribution of Visual Studio, which is commercial software (there is the free express version as well)
This post is clearly not a hurr, as you can see from the graph, the durr never intersects with the derp.
fezvez
Profile Blog Joined January 2011
France3021 Posts
January 03 2014 22:16 GMT
#8364
On January 04 2014 06:58 Requizen wrote:
You know, I feel kind of dumb for never really looking for this type of info. In school and at my jobs, I've always just been given a Visual Studio key and what not, I've never done open source C#/.NET/ASP development or anything like that.

Considering I'm more comfortable with Microsoft/.NET development than I am with Java (just from experience), is there anything I need to know when using it outside of the VS environment, restrictions on frameworks or anything? Or is the license literally just for the environment?


I am very curious about this too.

I know very little about C#, here is what this language evokes in my mind :
- Visual Sudio, .NET, Microsoft
- Does not work outside Microsoft OS?
- Looks a lot like Java
- Seems that you can code an XBLA game pretty quickly with this language
- Very bad memories of installing the .NET framework

So, can I make cross-platform applications with C#? And are the standard libraries of C# available outside of Microsoft platforms?
- Windows and whatever is on the XBox and the Windows phones (100% sure it works)
- Mac OS and Linux (My guess is that it should work.)
- Android and iOS (unlikely)
Requizen
Profile Blog Joined March 2011
United States33802 Posts
January 03 2014 22:26 GMT
#8365
On January 04 2014 07:15 klo8 wrote:
Show nested quote +
On January 04 2014 06:58 Requizen wrote:
You know, I feel kind of dumb for never really looking for this type of info. In school and at my jobs, I've always just been given a Visual Studio key and what not, I've never done open source C#/.NET/ASP development or anything like that.

Considering I'm more comfortable with Microsoft/.NET development than I am with Java (just from experience), is there anything I need to know when using it outside of the VS environment, restrictions on frameworks or anything? Or is the license literally just for the environment?

No, you are allowed to develop software with whatever license (commercial or open source) in C# or whatever language you like, even if that language is as closed as can be (Mathematica or Matlab, for example). There's even an open source implementation of the C# compiler and the .NET framework, Mono. The restrictions are only on the distribution of Visual Studio, which is commercial software (there is the free express version as well)

So, buying Visual Studio is just for the IDE, and nothing else really?

Suddenly I feel very ripped off. Should have expected it from Microsoft, sure, but for some reason I always got the impression that you couldn't do .NET development and publishing elsewhere. I'm kinda dumb sometimes.
It's your boy Guzma!
Zocat
Profile Joined April 2010
Germany2229 Posts
Last Edited: 2014-01-03 23:28:44
January 03 2014 23:28 GMT
#8366
You were free to use the Express versions of Visual Studio. If you require one of the features which isnt available in the Express version it's highly likely that you dont write small projects. So you probably can afford it (or your employer can afford it, a reason why Microsoft gives VS away for free to a lot of students (Dreamspark)).

Also keep in mind that having the whole .NET framework at your disposal for free is quite an advantage.
People here mentioned C++ with Qt. Yeah, either buy a commercial license for Qt or get GPLed. You are not forced into any license when using the many options C# offers (Window Forms, WPF, ...).


On the topic of Visual Studio: Has anyone here have experience with ReSharper? A friend of mine used it at work and he said it was quite decent (though he wouldnt want to to pay for it himself).
Since my favourite Java IDE is IntelliJ, I honestly consider ReSharper for VS, but I'm not really sure about it.
Blisse
Profile Blog Joined July 2010
Canada3710 Posts
Last Edited: 2014-01-04 00:29:44
January 04 2014 00:09 GMT
#8367
ReSharper screws IntelliJ in the ass all day. No contest in my opinion, but the only reason I say that is because Visual Studio is miles better than Eclipse (Eclipse sucks). I believe they're both products of JetBrains, so they should have very similar feature sets on their roadmaps.

Edit: IntelliJ is an IDE? No clue then. I thought you were talking about the code-completion stuff.

That said, I think Xcode has a lot more promise than even VS, because VS is very bloated, at least when you're not using like 80% of all the buttons and menu items. Xcode has a lot of cool things built in without ReSharper, and in general feels nicer (both aesthetic-wise and Objective-C-wise).





On to the previous talk about C# vs C++ vs whatever other language. I specifically made the distinction of Visual C#, because if you're only talking about C# and C++, then there are Qt libraries for C# as well, which reduces all your arguments to preferences between C++ and C#.

The point being, Visual C# is meant to make Windows GUI development absurdly simple. You define your windows in well-defined and absolute XAML code files, or you can define your windows with their code-free interface builder, or you can ignore both and define your windows using pure code-behind. With C++ Qt, you have literally one choice, pure code-behind.

While the merits of code-behind versus interface building can be debated elsewhere, the fact is, development in Visual C# is popular because it's so easy to get a working application because of the simplicity of the interface building in C#, (XAML and Blend), and that's why it was suggested over C++.

I also asked to make a distinction between whether it was going to be distributed to clients or used just by himself, because if it were to be distributed to clients (other than the networking stuff which was addressed), you would have to reconsider Visual C#, which creates executables that can't be run in Unix environments without workarounds (in which case any language with the Qt library would be a preferable solution).




As an aside, Visual C# kills Objective-C iOS development because Xcode Nibs/Storyboards are a huge pain because they're purely parts of the Interface Builder, whereas C# XAML files are well-defined code files. This makes information from VS is much easier to digest than information from Xcode. However, the iOS (Obj-C) feels a lot more natively feature rich than Windows (C#). The upside to C# is that there are a bajillion .NET libraries you can import using Nuget which makes life so nice.

Also as an aside, none of this is in the perspective of learning. If you're purely learning, then pure code-behind with C++ and Qt will be miles more beneficial because those skills from C++ Qt will be directly transferable to many other projects. However, if you're purely developing, and if you had the choice to leverage either language to build a pure Windows application, I would choose Visual C# over C++ Qt every time.

In terms of both learning and developing, if you're interested in future Microsoft related work, or if you want an easier and more convenient time, then Visual C# is a better option, otherwise if you want a heavier workload and to expand your knowledge in an extremely broad sense, C++ with Qt would be good.
There is no one like you in the universe.
phiinix
Profile Blog Joined February 2011
United States1169 Posts
January 04 2014 00:41 GMT
#8368
On January 04 2014 09:09 Blisse wrote:

I also asked to make a distinction between whether it was going to be distributed to clients or used just by himself, because if it were to be distributed to clients (other than the networking stuff which was addressed), you would have to reconsider Visual C#, which creates executables that can't be run in Unix environments without workarounds (in which case any language with the Qt library would be a preferable solution).



There are going to be two computers that are going to be accessing this. I'm not sure how programs work with multiple users signing in/using it in regards to real time updating. Atm we just have 2 excel sheets to track everything, saved in the network, 1 for each computer. In the case there's only 1 person, they just open up both sheets, fairly simple. I assume that if I can't get the program to run real time with 2 people on it I can just have them separate and 1 person sends the other their update, which is collected and then sent out to the email group(which is what we do now).
teamamerica
Profile Blog Joined July 2010
United States958 Posts
January 04 2014 02:22 GMT
#8369
On January 04 2014 07:16 fezvez wrote:
Show nested quote +
On January 04 2014 06:58 Requizen wrote:
You know, I feel kind of dumb for never really looking for this type of info. In school and at my jobs, I've always just been given a Visual Studio key and what not, I've never done open source C#/.NET/ASP development or anything like that.

Considering I'm more comfortable with Microsoft/.NET development than I am with Java (just from experience), is there anything I need to know when using it outside of the VS environment, restrictions on frameworks or anything? Or is the license literally just for the environment?


I am very curious about this too.

I know very little about C#, here is what this language evokes in my mind :
- Visual Sudio, .NET, Microsoft
- Does not work outside Microsoft OS?
- Looks a lot like Java
- Seems that you can code an XBLA game pretty quickly with this language
- Very bad memories of installing the .NET framework

So, can I make cross-platform applications with C#? And are the standard libraries of C# available outside of Microsoft platforms?
- Windows and whatever is on the XBox and the Windows phones (100% sure it works)
- Mac OS and Linux (My guess is that it should work.)
- Android and iOS (unlikely)


C# the language is different then the runtime that your compiled C# code runs on, just like the JVM is distinct from Java the language. The C# runtime CLR is not cross platform/open source. Mono is a project to implement a cross platform open source runtime but it's not 100% compatible with the CLR.

So you can't just take a take a C# program you've written on windows that probably targets the CLR (and takes advantage of .NET libraries) and have it run cross platform, because the CLR is windows only.

But if you want to write a program for cross platform/Android & iOS, you can look into the Mono project and it's associated projects from Xamarin. I have no experience working with it though.

http://www.mono-project.com/Main_Page
RIP GOMTV. RIP PROLEAGUE.
Amnesty
Profile Joined April 2003
United States2054 Posts
January 04 2014 03:33 GMT
#8370
Simple regex help

I need to match
12_*-X
Where * is one or more any character
So it should match
12_abcde-X
12_lksdfsjdf-X
12_2334afsdf4294-X

Unfortunately i dont know my regular expressions. Any help will be great!
The sky just is, and goes on and on; and we play all our BW games beneath it.
DeltaX
Profile Joined August 2011
United States287 Posts
Last Edited: 2014-01-04 04:27:20
January 04 2014 04:25 GMT
#8371
It should be something like [12_.*-X] (and beginning and end of line tags as needed)


.* should match any number of characters with basicly no restrictions. /w* should match also, but not some special characters i think.


I would really suggest going on google and finding some regex matcher and playing around with it as that is what I end up doing every time I need them.

Also not sure if this is what you want as it would match 0 characters as a possibility.
wozzot
Profile Joined July 2012
United States1227 Posts
Last Edited: 2014-01-04 07:20:45
January 04 2014 07:17 GMT
#8372
A simple 12_\S+-X should do it. \S+ matches 1 or more non-whitespace characters, which is probably what you need. \w+ will match any number of alphanumeric/underscore characters, [A-Za-z0-9]+ matches just letters and numbers. .+ for anything, including whitespace.

You can also do \b12_\S+-X\b (set word boundaries at the start of 12 and the end of X) if you don't want it to match things like 4312_asdf-X or 12_fdsa-XVZ.

Put a set of parentheses around the whole sequence -- for example, (12_\S+-X) -- if you want to extract the string in particular for further processing using whatever engine you're using. 12_(\S+)-X if you only want to extract the inner bit.

Seconding the suggestion to use a regex matcher, I recommend RegExr.
(ノ´∀`*)ノ ♪ ♫ ヽ(´ー`)ノ ♪ ♫ (✌゚∀゚)☞ ♪ ♫ ヽ(´ー`)ノ ♫ ♫ (ノ´_ゝ`)ノ彡 ┻━┻
spinesheath
Profile Blog Joined June 2009
Germany8679 Posts
January 04 2014 08:29 GMT
#8373
On January 04 2014 08:28 Zocat wrote:
On the topic of Visual Studio: Has anyone here have experience with ReSharper? A friend of mine used it at work and he said it was quite decent (though he wouldnt want to to pay for it himself).
Since my favourite Java IDE is IntelliJ, I honestly consider ReSharper for VS, but I'm not really sure about it.

I have like 4 weeks of experience with ReSharper so far (using it at work). It has some nice features, but so far I don't know about anything spectacular. I don't miss it too much at home where I don't have it available. A license is like 100$ or so? Probably wouldn't buy it for myself. Might just be that I don't know enough of its features yet though.
If you have a good reason to disagree with the above, please tell me. Thank you.
klo8
Profile Joined August 2010
Austria1960 Posts
January 04 2014 11:36 GMT
#8374
On January 04 2014 08:28 Zocat wrote:
You were free to use the Express versions of Visual Studio. If you require one of the features which isnt available in the Express version it's highly likely that you dont write small projects. So you probably can afford it (or your employer can afford it, a reason why Microsoft gives VS away for free to a lot of students (Dreamspark)).

Also keep in mind that having the whole .NET framework at your disposal for free is quite an advantage.
People here mentioned C++ with Qt. Yeah, either buy a commercial license for Qt or get GPLed. You are not forced into any license when using the many options C# offers (Window Forms, WPF, ...).


On the topic of Visual Studio: Has anyone here have experience with ReSharper? A friend of mine used it at work and he said it was quite decent (though he wouldnt want to to pay for it himself).
Since my favourite Java IDE is IntelliJ, I honestly consider ReSharper for VS, but I'm not really sure about it.

Absolutely right. To expand on "getting GPLd", it means that Qt uses the GPL for their open source version. The GPL is a copyleft license, which means that you're only allowed to use the library in your software if you're going to open source it. BSD-style licenses don't have that restriction, they allow you to put open source libraries in your closed source software.
This post is clearly not a hurr, as you can see from the graph, the durr never intersects with the derp.
Blisse
Profile Blog Joined July 2010
Canada3710 Posts
January 04 2014 21:00 GMT
#8375
On January 04 2014 17:29 spinesheath wrote:
Show nested quote +
On January 04 2014 08:28 Zocat wrote:
On the topic of Visual Studio: Has anyone here have experience with ReSharper? A friend of mine used it at work and he said it was quite decent (though he wouldnt want to to pay for it himself).
Since my favourite Java IDE is IntelliJ, I honestly consider ReSharper for VS, but I'm not really sure about it.

I have like 4 weeks of experience with ReSharper so far (using it at work). It has some nice features, but so far I don't know about anything spectacular. I don't miss it too much at home where I don't have it available. A license is like 100$ or so? Probably wouldn't buy it for myself. Might just be that I don't know enough of its features yet though.


For comparison, I don't touch Visual Studio unless it has a copy of ReSharper on it. Development without RS is essentially enough of a turn-off that I won't bother. I have a bit under a year's experience.
There is no one like you in the universe.
sluggaslamoo
Profile Blog Joined November 2009
Australia4494 Posts
January 04 2014 23:37 GMT
#8376
On January 04 2014 09:09 Blisse wrote:
ReSharper screws IntelliJ in the ass all day. No contest in my opinion, but the only reason I say that is because Visual Studio is miles better than Eclipse (Eclipse sucks). I believe they're both products of JetBrains, so they should have very similar feature sets on their roadmaps.

Edit: IntelliJ is an IDE? No clue then. I thought you were talking about the code-completion stuff.

That said, I think Xcode has a lot more promise than even VS, because VS is very bloated, at least when you're not using like 80% of all the buttons and menu items. Xcode has a lot of cool things built in without ReSharper, and in general feels nicer (both aesthetic-wise and Objective-C-wise).





On to the previous talk about C# vs C++ vs whatever other language. I specifically made the distinction of Visual C#, because if you're only talking about C# and C++, then there are Qt libraries for C# as well, which reduces all your arguments to preferences between C++ and C#.

The point being, Visual C# is meant to make Windows GUI development absurdly simple. You define your windows in well-defined and absolute XAML code files, or you can define your windows with their code-free interface builder, or you can ignore both and define your windows using pure code-behind. With C++ Qt, you have literally one choice, pure code-behind.

While the merits of code-behind versus interface building can be debated elsewhere, the fact is, development in Visual C# is popular because it's so easy to get a working application because of the simplicity of the interface building in C#, (XAML and Blend), and that's why it was suggested over C++.

I also asked to make a distinction between whether it was going to be distributed to clients or used just by himself, because if it were to be distributed to clients (other than the networking stuff which was addressed), you would have to reconsider Visual C#, which creates executables that can't be run in Unix environments without workarounds (in which case any language with the Qt library would be a preferable solution).




As an aside, Visual C# kills Objective-C iOS development because Xcode Nibs/Storyboards are a huge pain because they're purely parts of the Interface Builder, whereas C# XAML files are well-defined code files. This makes information from VS is much easier to digest than information from Xcode. However, the iOS (Obj-C) feels a lot more natively feature rich than Windows (C#). The upside to C# is that there are a bajillion .NET libraries you can import using Nuget which makes life so nice.

Also as an aside, none of this is in the perspective of learning. If you're purely learning, then pure code-behind with C++ and Qt will be miles more beneficial because those skills from C++ Qt will be directly transferable to many other projects. However, if you're purely developing, and if you had the choice to leverage either language to build a pure Windows application, I would choose Visual C# over C++ Qt every time.

In terms of both learning and developing, if you're interested in future Microsoft related work, or if you want an easier and more convenient time, then Visual C# is a better option, otherwise if you want a heavier workload and to expand your knowledge in an extremely broad sense, C++ with Qt would be good.


My first 8 or so years of programming were with IDE's but these days I just use GEdit .

Eclipse sucks but if you want to do Java in a professional environment you have to learn to use it well unfortunately.
Come play Android Netrunner - http://www.teamliquid.net/forum/viewmessage.php?topic_id=409008
Deleted User 101379
Profile Blog Joined August 2010
4849 Posts
January 04 2014 23:52 GMT
#8377
On January 05 2014 08:37 sluggaslamoo wrote:
Show nested quote +
On January 04 2014 09:09 Blisse wrote:
ReSharper screws IntelliJ in the ass all day. No contest in my opinion, but the only reason I say that is because Visual Studio is miles better than Eclipse (Eclipse sucks). I believe they're both products of JetBrains, so they should have very similar feature sets on their roadmaps.

Edit: IntelliJ is an IDE? No clue then. I thought you were talking about the code-completion stuff.

That said, I think Xcode has a lot more promise than even VS, because VS is very bloated, at least when you're not using like 80% of all the buttons and menu items. Xcode has a lot of cool things built in without ReSharper, and in general feels nicer (both aesthetic-wise and Objective-C-wise).





On to the previous talk about C# vs C++ vs whatever other language. I specifically made the distinction of Visual C#, because if you're only talking about C# and C++, then there are Qt libraries for C# as well, which reduces all your arguments to preferences between C++ and C#.

The point being, Visual C# is meant to make Windows GUI development absurdly simple. You define your windows in well-defined and absolute XAML code files, or you can define your windows with their code-free interface builder, or you can ignore both and define your windows using pure code-behind. With C++ Qt, you have literally one choice, pure code-behind.

While the merits of code-behind versus interface building can be debated elsewhere, the fact is, development in Visual C# is popular because it's so easy to get a working application because of the simplicity of the interface building in C#, (XAML and Blend), and that's why it was suggested over C++.

I also asked to make a distinction between whether it was going to be distributed to clients or used just by himself, because if it were to be distributed to clients (other than the networking stuff which was addressed), you would have to reconsider Visual C#, which creates executables that can't be run in Unix environments without workarounds (in which case any language with the Qt library would be a preferable solution).




As an aside, Visual C# kills Objective-C iOS development because Xcode Nibs/Storyboards are a huge pain because they're purely parts of the Interface Builder, whereas C# XAML files are well-defined code files. This makes information from VS is much easier to digest than information from Xcode. However, the iOS (Obj-C) feels a lot more natively feature rich than Windows (C#). The upside to C# is that there are a bajillion .NET libraries you can import using Nuget which makes life so nice.

Also as an aside, none of this is in the perspective of learning. If you're purely learning, then pure code-behind with C++ and Qt will be miles more beneficial because those skills from C++ Qt will be directly transferable to many other projects. However, if you're purely developing, and if you had the choice to leverage either language to build a pure Windows application, I would choose Visual C# over C++ Qt every time.

In terms of both learning and developing, if you're interested in future Microsoft related work, or if you want an easier and more convenient time, then Visual C# is a better option, otherwise if you want a heavier workload and to expand your knowledge in an extremely broad sense, C++ with Qt would be good.


My first 8 or so years of programming were with IDE's but these days I just use GEdit .

Eclipse sucks but if you want to do Java in a professional environment you have to learn to use it well unfortunately.


Developing in non-IDEs is nice and all, but IDEs do have a clear advantage in large projects. I do most of my non-C# in VIM and I absolutely love VIM, but I'm always happy when I can use Visual Studio, just because it's an awesome IDE that actually removes a lot of the boring parts of programming instead of disrupting my thought processes with random slowdowns, laggy code completion, etc.
Most other IDEs however just flat out suck. Eclipse being one of the worst offenders and a shining example of how not to do it. Slow, bloated, horrible usability and just... bad. At work I'm forced to do the PHP development in Zend Studio, which is based on Eclipse, and I always wish I could just do it in VIM in half the time.

However, as I said, good IDEs do have a clear advantage and not using one when a good one is available is a big mistake.
sluggaslamoo
Profile Blog Joined November 2009
Australia4494 Posts
January 05 2014 00:45 GMT
#8378
On January 05 2014 08:52 Morfildur wrote:
Show nested quote +
On January 05 2014 08:37 sluggaslamoo wrote:
On January 04 2014 09:09 Blisse wrote:
ReSharper screws IntelliJ in the ass all day. No contest in my opinion, but the only reason I say that is because Visual Studio is miles better than Eclipse (Eclipse sucks). I believe they're both products of JetBrains, so they should have very similar feature sets on their roadmaps.

Edit: IntelliJ is an IDE? No clue then. I thought you were talking about the code-completion stuff.

That said, I think Xcode has a lot more promise than even VS, because VS is very bloated, at least when you're not using like 80% of all the buttons and menu items. Xcode has a lot of cool things built in without ReSharper, and in general feels nicer (both aesthetic-wise and Objective-C-wise).





On to the previous talk about C# vs C++ vs whatever other language. I specifically made the distinction of Visual C#, because if you're only talking about C# and C++, then there are Qt libraries for C# as well, which reduces all your arguments to preferences between C++ and C#.

The point being, Visual C# is meant to make Windows GUI development absurdly simple. You define your windows in well-defined and absolute XAML code files, or you can define your windows with their code-free interface builder, or you can ignore both and define your windows using pure code-behind. With C++ Qt, you have literally one choice, pure code-behind.

While the merits of code-behind versus interface building can be debated elsewhere, the fact is, development in Visual C# is popular because it's so easy to get a working application because of the simplicity of the interface building in C#, (XAML and Blend), and that's why it was suggested over C++.

I also asked to make a distinction between whether it was going to be distributed to clients or used just by himself, because if it were to be distributed to clients (other than the networking stuff which was addressed), you would have to reconsider Visual C#, which creates executables that can't be run in Unix environments without workarounds (in which case any language with the Qt library would be a preferable solution).




As an aside, Visual C# kills Objective-C iOS development because Xcode Nibs/Storyboards are a huge pain because they're purely parts of the Interface Builder, whereas C# XAML files are well-defined code files. This makes information from VS is much easier to digest than information from Xcode. However, the iOS (Obj-C) feels a lot more natively feature rich than Windows (C#). The upside to C# is that there are a bajillion .NET libraries you can import using Nuget which makes life so nice.

Also as an aside, none of this is in the perspective of learning. If you're purely learning, then pure code-behind with C++ and Qt will be miles more beneficial because those skills from C++ Qt will be directly transferable to many other projects. However, if you're purely developing, and if you had the choice to leverage either language to build a pure Windows application, I would choose Visual C# over C++ Qt every time.

In terms of both learning and developing, if you're interested in future Microsoft related work, or if you want an easier and more convenient time, then Visual C# is a better option, otherwise if you want a heavier workload and to expand your knowledge in an extremely broad sense, C++ with Qt would be good.


My first 8 or so years of programming were with IDE's but these days I just use GEdit .

Eclipse sucks but if you want to do Java in a professional environment you have to learn to use it well unfortunately.


Developing in non-IDEs is nice and all, but IDEs do have a clear advantage in large projects. I do most of my non-C# in VIM and I absolutely love VIM, but I'm always happy when I can use Visual Studio, just because it's an awesome IDE that actually removes a lot of the boring parts of programming instead of disrupting my thought processes with random slowdowns, laggy code completion, etc.
Most other IDEs however just flat out suck. Eclipse being one of the worst offenders and a shining example of how not to do it. Slow, bloated, horrible usability and just... bad. At work I'm forced to do the PHP development in Zend Studio, which is based on Eclipse, and I always wish I could just do it in VIM in half the time.

However, as I said, good IDEs do have a clear advantage and not using one when a good one is available is a big mistake.


XMonad gives me more productivity than any IDE could IMO
Come play Android Netrunner - http://www.teamliquid.net/forum/viewmessage.php?topic_id=409008
nunez
Profile Blog Joined February 2011
Norway4003 Posts
January 05 2014 00:52 GMT
#8379
xmonad looks very neat, noted.
using pekwm atm, also very happy with it.
grouped windows and easily configured hotkey chains!
conspired against by a confederacy of dunces.
berated-
Profile Blog Joined February 2007
United States1134 Posts
January 05 2014 01:34 GMT
#8380
Haters gonna hate... its weird how like 2/3 of all java developers prefer eclipse over intellij and netbeans but according to this thread its the very worst ide to ever be created. I guess all of us dumb java devs just don't know any better.

If you don't need it, don't use it...that doesn't make it suck.
---------
Is anyone here successfully using the new gradle based builds for an android project? Is the move worth the investment of time?
Prev 1 417 418 419 420 421 1032 Next
Please log in or register to reply.
Live Events Refresh
Kung Fu Cup
11:00
#6
IntoTheiNu 1032
WardiTV877
RotterdaM408
Ryung 319
TKL 254
Rex146
Liquipedia
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
RotterdaM 408
Ryung 317
TKL 254
Rex 138
Vindicta 19
StarCraft: Brood War
Jaedong 2556
Horang2 1699
Mini 1157
EffOrt 858
Soma 687
firebathero 590
Stork 472
Larva 458
Light 434
Snow 412
[ Show more ]
ggaemo 393
Killer 382
actioN 323
Hyuk 321
ZerO 224
Soulkey 156
Zeus 140
Rush 133
Hyun 97
Sea.KH 67
ToSsGirL 65
PianO 59
Barracks 36
Sexy 35
[sc1f]eonzerg 35
Free 31
sSak 30
HiyA 29
sorry 19
JulyZerg 18
Movie 17
Rock 16
Terrorterran 16
GoRush 14
Sacsri 13
scan(afreeca) 12
Shine 12
yabsab 11
ajuk12(nOOB) 9
SilentControl 9
Icarus 8
Britney 0
Dota 2
Gorgc3904
qojqva1691
BananaSlamJamma106
ODPixel103
Counter-Strike
Fnx 1559
allub432
byalli65
kRYSTAL_34
Other Games
B2W.Neo989
hiko816
Lowko343
crisheroes289
QueenE79
ArmadaUGS23
ZerO(Twitch)10
Organizations
Dota 2
PGL Dota 2 - Main Stream177
StarCraft: Brood War
Kim Chul Min (afreeca) 4
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
[ Show 15 non-featured ]
StarCraft 2
• StrangeGG 24
• intothetv
• AfreecaTV YouTube
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• blackmanpl 20
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
Dota 2
• WagamamaTV359
League of Legends
• Nemesis3763
• TFBlade1599
Upcoming Events
PiGosaur Cup
9h 39m
GSL
19h 9m
Rogue vs Percival
Zoun vs Solar
Replay Cast
1d 9h
GSL
1d 19h
Cure vs TriGGeR
ByuN vs Bunny
KCM Race Survival
1d 19h
Replay Cast
2 days
Replay Cast
2 days
Escore
2 days
OSC
2 days
Replay Cast
3 days
[ Show More ]
Replay Cast
3 days
IPSL
4 days
Ret vs Art_Of_Turtle
Radley vs TBD
BSL
4 days
Replay Cast
4 days
uThermal 2v2 Circuit
4 days
BSL
5 days
IPSL
5 days
eOnzErG vs TBD
G5 vs Nesh
Replay Cast
5 days
Wardi Open
5 days
Afreeca Starleague
5 days
Jaedong vs Light
Monday Night Weeklies
6 days
Replay Cast
6 days
Sparkling Tuna Cup
6 days
Afreeca Starleague
6 days
Snow vs Flash
Liquipedia Results

Completed

Escore Tournament S2: W4
WardiTV TLMC #16
Nations Cup 2026

Ongoing

BSL Season 22
ASL Season 21
CSL 2026 SPRING (S20)
IPSL Spring 2026
KCM Race Survival 2026 Season 2
StarCraft2 Community Team League 2026 Spring
IEM Rio 2026
PGL Bucharest 2026
Stake Ranked Episode 1
BLAST Open Spring 2026
ESL Pro League S23 Finals
ESL Pro League S23 Stage 1&2
PGL Cluj-Napoca 2026

Upcoming

Escore Tournament S2: W5
KK 2v2 League Season 1
Acropolis #4
BSL 22 Non-Korean Championship
CSLAN 4
Kung Fu Cup 2026 Grand Finals
HSC XXIX
uThermal 2v2 2026 Main Event
Maestros of the Game 2
2026 GSL S2
RSL Revival: Season 5
2026 GSL S1
XSE Pro League 2026
IEM Cologne Major 2026
Stake Ranked Episode 2
CS Asia Championships 2026
Asian Champions League 2026
IEM Atlanta 2026
PGL Astana 2026
BLAST Rivals Spring 2026
TLPD

1. ByuN
2. TY
3. Dark
4. Solar
5. Stats
6. Nerchio
7. sOs
8. soO
9. INnoVation
10. Elazer
1. Rain
2. Flash
3. EffOrt
4. Last
5. Bisu
6. Soulkey
7. Mini
8. Sharp
Sidebar Settings...

Advertising | Privacy Policy | Terms Of Use | Contact Us

Original banner artwork: Jim Warren
The contents of this webpage are copyright © 2026 TLnet. All Rights Reserved.