Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3623904
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T23:26:27+00:00 2026-05-18T23:26:27+00:00

Whether I’m using a freeware countdown timer, a utorrent client, video player, etc. is

  • 0

Whether I’m using a freeware countdown timer, a utorrent client, video player, etc. is there an easy way to find out what programming language it is written in? Especially if it is one of the more mainstream programming languages such as C, C++, Java, Perl, Basic, etc.

I’m familiar with PHP and JavaScript for web use and have no trouble opening and editing those files, but now that I’m looking to pick up a non-web programming language, I would like to increase the scope of my skills a bit. I’m having a bit of difficulty finding out what language the various applications I personally use were written in. I would like to compare languages with real-life examples that I’m familiar with.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-18T23:26:28+00:00Added an answer on May 18, 2026 at 11:26 pm

    Examining the list of shared libraries (DLLs in Windows-speak) of a compiled program can give a clue, because typically each language has a specific distinctive library to provide the runtime environment.

    For example, on my Linux PC, running the ldd command on an executable produced the following tell-tale output:

    ldd *redacted*
        linux-gate.so.1 =>  (0x0042e000)
        libxerces-c.so.28 => /usr/local/lib/libxerces-c.so.28 (0x004b0000)
        *redacted*.so => not found
        libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x05f28000)
        libm.so.6 => /lib/libm.so.6 (0x00a61000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x05be0000)
        libc.so.6 => /lib/libc.so.6 (0x00906000)
        libpthread.so.0 => /lib/libpthread.so.0 (0x00a93000)
        /lib/ld-linux.so.2 (0x008e7000)
    

    The use of libc.so suggests C or C++. The use of libstdc++.so suggests C++. In fact that was a C++ program.

    Searching the program executable for human readable strings can also given clues, especially if it has debugging information present.

    For example, running the strings command on that same executable revealled (among much other text) the following tell-tale strings:

    virtual std::ostream* XmlToDcs::AmsResultsHandler::createOutputFileIfPossible()
    pointer != static_cast< unsigned int >(-1)
    std::ofstream* XmlToDcs::IndexElementsHandler::createStatementsFile(const tm&, char, char, unsigned int)
    EamResultsHandler.cpp
    

    The first three look like fragments of C++, the last looks like the name of a C++ source code file.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Whether is it possible to get default media player using Javascript, customize play controls
Whether there is an alternative of shift operators in PL/SQL? There is bitand function,
Whether this is possible I don't know, but it would mighty useful! I have
Whether I'm loading an existing .rc file or creating a new one, visual studio
whether command line or GUI, I'd be interested in testing every of them.
Whether I log into Facebook or Twitter, I'll be bombarded with cookies of the
Whether in SSRS 2005 or 2008, someone said that SSRS Report Model will cache
whether the 'identity' used in sql server has been used twice inside same table.
Whether we're maintaining unfamiliar code or checking out the implementation details of an Apache
I'm looking for suggestions for debugging... If you view this site in Firefox or

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.