google chrome extension - What is the name of the language in which the main program of Chromium is written? -
we develop new plugin chromium.
to achieve goal, must learn @ least 1 computer language.
we not know / name(s).
do know name of computer language in written program contains
1) variable value @ time t url resources of chromium browser of mister x connected @ time t;
2) variable value @ time t text resources chromium browser of mister x connected @ time t.
assembly? c? c ++? java? python?
do know how find names of these variables in source code of chromium ? documentation designed developers of software ?
thank much.
sincerely, naomi , sophie
chromium written in c++11. can view source on https://chromium.googlecode.com includes c++11 style guide:
Comments
Post a Comment