Top "Char" questions

char typically refers to a character data-type, representing letters of text.

How to use tolower() with char*?

I have a .txt file with some words and I need them to be lowercase. How to make each word …

c char tolower
Convert char array to Opencv Mat

I have defined an array char buf[], and need to convert it into Opencv Mat. Is there a way? char …

opencv char mat
Convert Varchar2 to Char array in Oracle

I have a varchar2 field and want to split it to array of chars Like 'ABCDEF' --> 'A' 'B' …

oracle split char varchar2
heap corruption detected after normal block(#174)

i know this question has been asked bat i couldn't fix me program void swap1(char*str1,char*str2) { char *…

c++ char swap heap-corruption
GetLogicalDriveStrings() and char - Where am I doing wrongly

I want to search a file which may be present in any drives such as C:\, D:\ etc. Using GetLogicalDriveStrings …

c++ char msdn const-char
Java: find common characters in two strings

I'm asked to write a program that finds the common characters in two strings using the indexOf(char) method and …

java for-loop char indexof charat
Difference between char and char[1]

In C++ what is the difference (if any) between using char and char[1]. examples: struct SomeStruct { char x; char y[1]; }; …

c++ arrays char static-array
MFC - How to convert WCHAR to CString?

Is it possible to convert WCHAR to CString? I need to do that, or even convert it to char or …

c++ string mfc char wchar
short short int in c?

I'm trying to squeeze as much out of my memory as possible. I have a matrix of 4.9999995e13 ints but …

c char boolean int short
wchar_t* to char* conversion problems

I have a problem with wchar_t* to char* conversion. I'm getting a wchar_t* string from the FILE_NOTIFY_…

c++ char wchar