I am learning about win32 api .The TCHAR datatype is used in it for defining stings that are used for registering the class.Why is TCHAR used there?
TCHAR is used in Win32 api .But It is enough to use char or string there.But why TCHAR?
454 views Asked by Abhiram AtThere are 2 answers
Mark Ransom
On
TCHAR was a crutch created by Microsoft when they were transitioning from code page based characters to Unicode. They wanted an easy way for people to transition their code, so they created a compiler flag that determined whether you were going to do things the old way or the new way. TCHAR is a macro that expands to char for the old way or wchar_t for the new way. Each of the Windows API functions also gets a macro which appends A for the old style functions or W for the new functions.
If you're starting a new program, you should definitely use Unicode and forget about all that old baggage. Microsoft is forced to keep using it because they're the kings of backwards compatibility, and there are 20-year-old programs out there that will never be updated to Unicode. That doesn't mean you need to care.
Related Questions in STRING
- What does: "char *argv[]" mean?
- User input sanitization program, which takes a specific amount of arguments and passes the execution to a bash script
- JSON Body is Not Passing Certain Strings
- Regex to match repeated substring in Google Sheets
- Find the sum of the numbers in the sequence
- Hello, how can I use a block parameter of withstyle parameter when we create a annotated string in jetpackpack compose
- How to convert an HTML string to an escaped one?
- Quintic Number Number Counting Hash Function
- From Buffer("string", "hex) to string JS
- Calling ToString with a nominated format returns Char rather than String
- How to update an already existing array by accessing it by a variable with the exact same name assigned to it
- Why does \b not interpreted as backslash in this regular expression
- Python: why aren’t strings being internalized if they are received from ints by using str()?
- If the element(s) in the first list equal element(s) of the second list, replace with element(s) of the third list
- About Suffix Trees features
Related Questions in WINDOWS
- how to play a sounds in c# forms?
- Echo behaviour of Microsoft Windows Telnet Client
- Getting error while running spark-shell on my system; pyspark is running fine
- DirectX 9 With No SDK Installed - How To Translate a D3DMATRIX?
- Gradle 8.7 cannot find installed JDK 22 in IntelliJ
- 'IOException: The cloud file provider is not running', when trying to delete 'cloud' folder
- Cannot load modules/mod_dav_svn.so into server
- Issue with launching application after updating ElectronJs to version 28.0.0 on Windows and Linux
- 32-bit applications do not display some files in Windows 10
- 'bun' is not recognized as an internal or external command
- mkssecreenshotmgr taking a screenshot
- Next js installation in windows 7 os
- Can't resize a partition using Mini Tool?
- Is there any way to set a printer as default according with Active Directory Policy Security Group and PC hostname?
- Electron Printing not working on Windows (Works on Mac)
Related Questions in WINAPI
- How to immediately apply DISPLAYCONFIG_SCALING display scaling mode with SetDisplayConfig and DISPLAYCONFIG_PATH_TARGET_INFO
- Changing the theme of a #32768 (menu) window class at runtime
- Issue with GetOpenFileName while debugging
- How to populate a ListBox with SendMessage?
- Is there a function to end a child process?
- HDR video publishing
- Frameless Qt + WinAPI maximized window size is bigger than the availableGeometry()
- Mount .iso file with python
- What is Win32 x86-64 CONTEXT::VectorRegister for?
- WinAPI - right mouse drag & drop and IContextMenu
- Win32 per-filesystem cache tuning?
- Client connection timeout during Android & Windows PC communication via sockets
- MessageBoxEx sometimes shows as hollow window, border only, and only on Windows 11
- Win32api send message and Pydirectinput and Powertoy (Keyboard Manager ) Not working when open the application
- Would it be possible to run an application right after csrss.exe loads? (Windows)
Related Questions in CHAR
- What does: "char *argv[]" mean?
- Find the sum of the numbers in the sequence
- Is it safe to assume 8-bit char on Linux and FreeBSD, based on POSIX?
- how to input multiple data types in c
- C++ Line Feed converted to Carriage Return & Line Feed
- Is std::size and sizeof same for a char array?
- Char array, char pointer, works in one case but not the other?
- How to save Hex value characters from char array elements to a char array, TCHAR, LPCTSTR, and CString?
- Does sizeof result depends on the declaration of the string?
- Recreating strncpy()
- C++ use Assert::AreEqual string and string
- This program is not \n terminating and keep taking input
- How to Detect commas within a string and print the number of commas as well as where the commas occured within the string
- How did Char array accepts letters more than it's initialized size
- Are char8_t and char16_t dynamic in size?
Related Questions in TCHAR
- Win32 <tchar.h> TCHAR to UTF-8?
- Print TCHAR string to std::ostream when TCHAR can map to either char or wchar_t
- Why address difference between Unicode is incorrect here?
- How to compare std::string and TCHAR* in an if statement?
- I am trying to write SQL part for CSV in C. Why will the code below distort result without duplicating TCHAR * arguments?
- More elegant way to wrap temporaries around incompatible function call
- TCHAR is used in Win32 api .But It is enough to use char or string there.But why TCHAR?
- What does this error mean: "error C2664 cannot convery arguement 7 from 'TCHAR (*)[261]' to 'LPSTR'
- How to convert std::wstring to a const TCHAR*?
- Using std::copy with LPTSTR type argument
- Ejecting CDRom Drive without hardcoding drive letter using Win32 Visual C++
- How can I convert a PCHAR* to a TCHAR*?
- What is TCHAR and how does it differ from WCHAR?
- C++ _Tchar units szTestString[] How to assign a string value
- C++ TEXT macro of TCHAR*
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
TCHAR is a macro that either expands to char, when UNICOE is not defined, or wchar_t, when UNICODE is defined.
TCHAR is used because of every function there is a A- and W-function. There is also a define for each function, which consists of the function name without W or A. This macro is defined as the W-function, when UNICODE is defined or as the A-function, when UNICODE is not defined.
TCHAR can be used together with the define of each function, consisting only of the function name without A or W.