HN user

freepipi

-4 karma
Posts0
Comments11
View on HN
No posts found.

As c++ programmer,you have to use some(in most cases,a lot of) java script to accomplish your job, I guess that's why C++ programmers complain about it. JS should be an option, without it QML can works fine, but in the real situation C++ is optional. It is hard to keep the balance.

I want to learn something about jQuery,because recently I need to develop an application which use webkit. It has a feature that need to highlight some special words. After search in the internet, I found the jQuery can 'easily' do that. But the syntax of jQuery make me headache, then I happened to see this article. Thank you very much , I am very appreciate for your advice:)

I think it is very useful if you want to know more about c++,especially some feature you 're not very sure about. interactive interpret make it very intuitive, and it will save you time,because you don't need to compile the code. but one limit is that now it doesn't support template , you still have to write a source file if you want to use template.