Hi wseverin! Why do you use string instead QString, ifstream instead QFile, and other Qt useful classes?
What about repository?
What about internationalization interface?
In general, I like your program, I installed it on my netbook.
LinSSID uses Qt classes when needed, c++ strings when it's useful, and c strings as need be. There's no "one size fits all".
There is a repository at launchpad.net, and source and binaries are available on this site. Why do I need a third site to maintain?
An internationalized interface would be nice but there's just me doing this in spare time and I'm working on the most important issues first.
Log in to post a comment.
Hi wseverin!
Why do you use string instead QString, ifstream instead QFile, and other Qt useful classes?
What about repository?
What about internationalization interface?
In general, I like your program, I installed it on my netbook.
LinSSID uses Qt classes when needed, c++ strings when it's useful, and c strings as need be. There's no "one size fits all".
There is a repository at launchpad.net, and source and binaries are available on this site. Why do I need a third site to maintain?
An internationalized interface would be nice but there's just me doing this in spare time and I'm working on the most important issues first.