|
2010-03-07
, 11:14
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#32
|
The Following 3 Users Say Thank You to attila77 For This Useful Post: | ||
|
2010-03-07
, 11:15
|
|
Posts: 3,203 |
Thanked: 1,391 times |
Joined on Nov 2009
@ Worthing, England
|
#33
|
|
2010-03-07
, 11:53
|
|
Posts: 422 |
Thanked: 320 times |
Joined on Oct 2009
@ Israel
|
#34
|
|
2010-03-07
, 12:29
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#35
|
I find it easier to start with C and then advance into C++. I think that if you can do stuff in C, you can definitely find it easier to learn other programming languages, such as C++ or even Java (but not Assembly ).
C is a very good basis. Making the first steps into programming with an OO language, IMHO, could be very confusing - and sometimes could even lead to acquiring some very bad programming habits.
The Following User Says Thank You to attila77 For This Useful Post: | ||
|
2010-03-07
, 21:25
|
Posts: 44 |
Thanked: 11 times |
Joined on Oct 2009
@ UK, Manchester
|
#36
|
|
2010-03-08
, 20:24
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#37
|
PS. and to correct the statement from a few posts above - PyQt apps require the same amount of root space as regular Qt apps do, no disadvantage there.
|
2010-03-08
, 20:36
|
Posts: 143 |
Thanked: 99 times |
Joined on Jun 2009
@ Houston
|
#38
|
|
2010-03-08
, 20:46
|
|
Posts: 670 |
Thanked: 359 times |
Joined on May 2007
|
#39
|
|
2010-03-08
, 21:50
|
Posts: 435 |
Thanked: 197 times |
Joined on Feb 2010
|
#40
|
If you want to write apps for the N900 I would also recommend Python. Just keep in mind that performance is an issue on small devices. Personally, I wouldn't use anything but C++ for "real" N900 apps because of CPU and memory concerns.