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

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -