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

Popular posts from this blog

twig - Using Twigbridge in a Laravel 5.1 Package -

Kivy: Swiping (Carousel & ScreenManager) -

jdbc - Not able to establish database connection in eclipse -