A
A
Archet2013-03-12 20:54:05
macOS
Archet, 2013-03-12 20:54:05

How to develop a simple program for Mac OS X

So, sir.
In the presence of a desire to sketch a program for makos. It’s reluctant to use a database or any spreadsheets, because the first is “from a cannon to sparrows”, the second is possible, but you want to get experience in developing for a poppy.

The basis of the interface is a plate with columns of the type “integer (row number, so also immutable) | string | date | float | date | float | line".
From the functionality - adding / deleting / editing elements, statistical functions (average, maximums / minimums), sorting by different columns, and that's all, in general. Well, you can still build graphs according to the table data.

The opinion of those present about the optimal toolkit (including the programming language), the organization of data storage, and I don’t-know-what-I-else-missed is interesting.

Mac development experience — 0, average knowledge of C++ and *nix systems, minimal experience with Qt.

Answer the question

In order to leave comments, you need to log in

5 answer(s)
P
Puma Thailand, 2013-03-13
@Archet

It seems to me that the choice is not great
Objective C + Xcode

L
Limosha, 2013-03-12
@Limosha

If you want Mac development experience, then Objective-C, Cocoa. I also recommend Core Data for your purposes and pay attention to Cocoa Bindings. The task presented by you is solved on Cocoa not very hard. Using Cocoa Bindings, you can map the contents of the database into a table with almost no code :)

S
Sergey Lerg, 2013-03-12
@Lerg

I would do it using wxWidgets as the GUI and either Python or Lua as the programming language.
But the Qt + C++ variant also has the right to life.

M
Meliborn, 2013-03-13
@Meliborn

If you like, cut then habrahabr.ru/post/166047/

I
iscsi, 2013-03-13
@iscsi

Apple Script like .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question