So I have a function, written in C++, that looks like this... extern \"C\" __declspec(dllexport) int __stdcall SomeFunction(char *theData)
When adding items to a ComboBox I know that I could simply define some object and modify .ToString()
Im using Users = win32net.NetGroupGetUsers(IP,\'none\',0), to get all the local users on a system. The output is a tuple,
I have got thestring like this below.... string a = backup-2011-10-12_17-16-51.zip How can i split the above string so thatonly getthis part 2011-10-12
I\'m trying to write a function that converts for example list-style-image to listStyleImage. I came up with a function but it seems not working. Can anybody point me to the problem here ?
I am working on an application that churns output based on comparison of string input. I realize however that most modes of comparison are not applicable to strings. By these I am referring to:
If an input const string is being modified in some way (which is resulting in C compiler warning), what is the best way to handle it - typecasting it to a new variable and then using it OR duplicating
we often come across a scenario where in we need to pass a String representation of a primitive and More often then not we use
How can I take a string like: navMenu[]=1&navMenu[]=6&navMenu[]=2&navMenu[]=3&navMenu[]=4&navMenu[]=5
I have a e-commerce shop and on the shopping cart page it gives me a separate price for every product, but I need total price.