We are at Angler Technologies, Coimbatore using it
We are at Angler Technologies, Coimbatore using it
I know a few companies that use Qt. I am not sure if all of them are in India.
1. Wipro
2. Tenmiles Corporation
3. Xandros
Cheers
Here's an incomplete Qt customer list:
http://www.trolltech.com/company/customers.html
Don't know if any one them are in India.
Xandros is from Canada. It was part of Corel.
Bojan
The march of progress:
C:
printf("%10.2f", x);
C++:
cout << setw(10) << setprecision(2) << showpoint << x;
Java:
java.text.NumberFormat formatter = java.text.NumberFormat.getNumberInstance();
formatter.setMinimumFractionDigits(2);
formatter.setMaximumFractionDigits(2);
String s = formatter.format(x);
for (int i = s.length(); i < 10; i++) System.out.print(' ');
System.out.print(s);
hi sakkthivel i am ganesh in coimbatore..... i know Qt i have small doubt about Qt please contact me......my email id is :ganeshamazon10@gmail.com my mobile no is:9894816810
Bookmarks