We are currently in the process of converting the website to the new design. Some pages, like this one, are still broken. We appreciate your patience.
Sleepy
midnight_mero wrote: From one particular person... Ianuarius wrote: It is a discussion we can ha…
»
Pete
Thank you all for pointing me in the right direction, i guess i will start figuring out the WinSoc…
»
Bojan
Did you try asking about the problem on Qt Creator mailing list and/or reporting a bug? The devs …
»
fluffels
Yeah I guess so. There's not much to learn to get basic functionality out of it. There's always t…
»
BlueWolf
I guess I'll just ask here. Would it be worth it to learn using gdb from command line?
»
Jari Komppa
Yes I have. I have made a prototype where you dont need a keyboard, and where statements are cons…
»
Casey Muratori
Well, it's the "only alternative" in some sense but keep in mind that the WinSock API actually ha…
»
Casey Muratori
That would be totally reasonable in my opinion. I've never actually had a problem with doubly-in…
»
Matt Campbell
If you're going down the socket route with Winsock I'd highly recommend Beej's Guide to Network Pr…
»
fluffels
@Pseudonym73 Yeah, the layout algorithm is really bad. If someone fixed that and the other UI oddi…
»
Andrew Bromage
Terrible in the sense that large nested data structures were all on one line, making navigation im…
»
Ben Hollis
Got it - though I'm not 100% sure why not just build everything like .h files (with include guards…
»
Seth Brown
This is what I really started learning with when I first got to uni. Recommend to all beginners.[…
»
norswap
Magic the Gathering even used to have a stack as one of its central mechanics (until they shameles…
»
Casey Muratori
You can, but that is not as convenient as having the files split up, because you'd still have to …
»
Casey Muratori
So, basically everyone who is asking questions about this is correct in their assumptions :) But …
»
Livet Ersomen Strøm
[/quote] Yes I have. I have made a prototype where you dont need a keyboard, and where statements…
»
Patrick Lahey
you can do that in vanilla vim by typing (no, I'm not kidding :) ): fCctPFinal (from normal…
»
BlueWolf
@ikerms: Also in Vim: "/\u" to jump to next uppercase "?\u" to jump to previous uppercase (bind it…
»
Nines Baobaberson
Neat series! It looks like it'll be an interesting contrast to HH, sort of like the other end of t…
»
Martin Cohen
@ikerms: Qt Creator has that and I'm using it daily. It's a great feature, and I'm adding it to my…
»
Iker Murga
One thing I haven't seen in a text editor yet is the ability to quickly move to the next upper cas…
»
Ianuarius
I don't like HUDs that much, either. That's why it's nice whenever there's an option to not have i…
»
BlueWolf
I tried LigthTable and it has some interesting features like built-in variable watches and inline …
»
Nines Baobaberson
Maybe not the place to ask, but has anyone thought of (possibly radical) approaches to editing co…
»
BlueWolf
Can't you just open two separate views one the same file? I'm sure such a nice OS as Emacs, has tha…
»
Iker Murga
Oh, I just reviewed the section and I completely misunderstood, instead of centering an image that…
»
Nines Baobaberson
I think both have been mentioned.
»
Flederfalter
Is there actually a technical difference of the .h and .c/.cpp files or it is just for humans? The…
»
Flyingsand
I make decisions about what goes into different files based on personal preference that has to do …
»