Tagged Questions

The act or an instance of converting or the process of being converted (changed in form, character, or function).

learn more… | top users | synonyms (2)

200
votes
4answers
55k views

When should static_cast, dynamic_cast and reinterpret_cast be used?

I am reasonably proficient in C++, but I do not have a lot of experience using the cast operators to convert pointers of one type to another. I am familiar with the risks and benefits of pointer ...
135
votes
12answers
36k views

How to migrate SVN with history to a new Git repository?

I read git manual, FAQ, Git - SVN crash course, etc. and they all explain this and that, but nowhere can you find a simple instruction like: SVN repository in: svn://myserver/path/to/svn/repos Git ...
125
votes
6answers
4k views

Curious null-coalescing operator custom implicit conversion behaviour

This question arose when writing my answer to this one, which talks about the associativity of the null-coalescing operator. Just as a reminder, the idea of the null-coalescing operator is that an ...
71
votes
6answers
60k views

How to convert an NSString into an NSNumber

How can I convert an NSString containing a number of any primitive data type (e.g. int, float, char, unsigned int, etc.)? The problem is, I don't know which number type the string will contains at ...
55
votes
13answers
178k views

PHP ToString() equivalent

How do I convert the value of a PHP variable to string? I was looking for something better than concatenating with an empty string: $myText = $myVar . ''; like the ToString() method in Java or ...
52
votes
5answers
8k views

Git interoperability with a Mercurial Repository

I use GIT on a Mac. Enough said. I have the tools, I have the experience. And I want to continue to use it. No wars here... The problem is always with interoperability. Most people use SVN, which is ...
41
votes
17answers
22k views

Is there a simple script to convert C++ enum to string?

Suppose we have some named enums: enum MyEnum { FOO, BAR = 0x50 }; What I googled for is a script (any language) that scans all the headers in my project and generates a header with one ...
39
votes
5answers
2k views

C++ performance challenge: integer to std::string conversion

Can anyone beat the performance of my integer to std::string code, linked below? There are already several questions that explain how to convert an integer into a std::string in C++, such as this ...
38
votes
7answers
8k views

How do I convert a git repository to mercurial?

I've been developing a java application using git as source code repository. I'd like to share the project with other java developers and hg seems to be most used by them. My question is how do I ...
37
votes
7answers
20k views

Problem with converting int to string in Linq to entities

var items = from c in contacts select new ListItem { Value = c.ContactId, //Cannot implicitly convert type 'int' (ContactId) to 'string' (Value). ...
35
votes
4answers
18k views

How do I convert a PDF document to a preview image in PHP?

What libraries, extensions etc. would be required to render a portion of a PDF document to an image file? Most PHP PDF libraries that I have found center around creating PDF documents, but is there a ...
34
votes
9answers
4k views
32
votes
8answers
16k views

Best way to convert text files between character sets?

What is the fastest, easiest tool or method to convert text files between character sets? Specifically, I need to convert from UTF-8 to ISO-8859-15 and vice versa. Everything goes: one-liners in ...
27
votes
6answers
17k views

How do you convert a JavaScript date to UTC?

Suppose a user of your website enters a date range. 2009-1-1 to 2009-1-3 You need to send this date to a server for some processing, but the server expects all dates and times to be in UTC. Now ...
26
votes
1answer
831 views

Why is 'X x; x();' allowed, when 'X' defines a conversion to function pointer, but not, when it defines a conversion to a functor?

void f(int){} typedef void (*f_ptr)(int); struct Functor{ void operator()(int){} }; struct X{ operator f_ptr(){ return f; } }; struct Y{ operator Functor(){ return Functor(); } }; int ...
26
votes
11answers
18k views

How to convert an IPv4 address into a integer in C#?

I was going to attempt to write this function myself but I thought that someone on SO might know the answer :) I'm basically looking for a function that will convert a standard IPv4 address into an ...
25
votes
4answers
22k views

How to convert UNIX timestamp to DateTime and vice versa?

As the title says really. There is this example code, but then it starts talking about millisecond / nanosecond problems. http://blogs.msdn.com/brada/archive/2004/03/20/93332.aspx Edit: This is ...
24
votes
7answers
3k views

Implicit Type cast in C#

I have a question about the implicit type conversion Why does this implicit type conversion work in C#? I've learned that implicit code usually don't work. I have a code sample here about implicit ...
24
votes
8answers
20k views

How do I convert Word files to PDF programmatically?

I have found several open-source/freeware programs that allow you to convert .doc files to .pdf files, but they're all of the application/printer driver variety, with no SDK attached. I have found ...
24
votes
15answers
52k views

Java: Best way of converting List<Integer> to List<String>

I have a Java list of integers, List<Integer> and I'd like to convert all the integer objects into strings, thus finishing up with a new List<String>. Naturally, I could create a new List ...
23
votes
2answers
2k views

Writing musical notes to a wav file

I am interested in how to take musical notes (e.g A, B, C#, etc) or chords (multiple notes at the same time) and write them to a wav file. From what I understand, each note has a specific frequency ...
23
votes
16answers
2k views

Ever done a total rewrite of a large C++ application in C#?

I know Joel says to never do it, and I agree with this in most cases. I do think there are cases where it is justified. We have a large C++ application (around 250,000 total lines of code) that uses ...
22
votes
5answers
648 views

Parse double precision IEEE floating-point on a C compiler with no double precision type

I am working with an 8-bit AVR chip. There is no data type for a 64-bit double (double just maps to the 32-bit float). However, I will be receiving 64-bit doubles over Serial and need to output 64-bit ...
22
votes
7answers
43k views

How do I add an integer value with javascript (jquery) to a value that's returning a string?

I have a simple html block like: <span id="replies">8</span> Using jquery I'm trying to add a 1 to the value (8). var currentValue = $("#replies").text(); var newValue = currentValue + ...
20
votes
5answers
8k views

How do I Convert a String into an Integer in JavaScript?

How do I convert a string into an integer in JavaScript? Is it possible to do this automatically, or do I have to write a subroutine to do it manually?
20
votes
6answers
41k views

C++ convert hex string to signed integer

I want to convert a hex string to a 32 bit signed integer in C++. So, for example, I have the hex string "fffefffe". The binary representation of this is 11111111111111101111111111111110. The ...
20
votes
6answers
20k views

C# How do I convert ticks to minutes?

I have a ticks value of 28000000000 which should be 480 minutes but how can I be sure? How do I convert a ticks value to minutes? Thanks
20
votes
14answers
21k views

Best way to convert pdf files to tiff files

I have around 1000 pdf filesand I need to convert them to 300 dpi tiff files. What is the best way to do this? If there is an SDK or something or a tool that can be scripted that would be ideal.
19
votes
8answers
611 views

Is concatenating with an empty string to do a string conversion really that bad?

Let's say I have two char variables, and later on I want to concatenate them into a string. This is how I would do it: char c1, c2; // ... String s = "" + c1 + c2; I've seen people who say that ...
19
votes
4answers
49k views

Convert NSDate to NSString

How do I convert an NSDate to an NSString so that only the year in @"yyyy" format is output to the string?
19
votes
6answers
21k views

How to get IntPtr from byte[] in C#

I want to pass a byte[] to a method takes a IntPtr Parameter in c#, is that possible and how.
19
votes
9answers
47k views

How to handle calendar TimeZones using Java?

I have a Timestamp value that comes from my application. The user can be in any given local TimeZone. Since this date is used for a WebService that assumes the time given is always in GMT, I have a ...
18
votes
8answers
3k views

Why use !! when converting int to bool?

What can be a reason for converting an integer to a boolean in this way? bool booleanValue = !!integerValue; instead of just bool booleanValue = integerValue; All I know is that in VC++7 the ...
18
votes
7answers
10k views

How do I convert LaTeX to plain-text (ASCII)?

Scenario: I have a document I created using LaTeX (my resume in this case), it's compiling in pdflatex correctly and outputting exactly what I'd like. Now I need the same document to be converted to ...
18
votes
10answers
36k views

C# How do I convert a decimal to an int?

How do I convert a decimal to an int? Ta
18
votes
4answers
38k views

Convert .pfx to .cer

Is it possible to convert a .pfx (Personal Information Exchange) file to a .cer (Security Certificate) file? Unless I'm mistaken, isn't a .cer somehow embedded inside a .pfx? I'd like some way to ...
18
votes
3answers
33k views

Int to Char in C#

What is the best way to convert an Int value to the corresponding Char in Utf16, given that the Int is low enough? Boaz
18
votes
11answers
47k views

How to convert numbers between hexadecimal and decimal in C#?

How do you convert between hexadecimal numbers and decimal numbers in C#?
18
votes
7answers
4k views

C# Convert Integers into Written Numbers

Is there an efficient method of converting an integer into the written numbers for example: String Written = IntegerToWritten(21); would return "Twenty One" Is there any way of doing this that ...
17
votes
3answers
22k views

MySQL/SQL: Group by date only on a Datetime column

Having a table with a colum like: mydate DATETIME ... I have a query such as: SELECT SUM(foo), mydate FROM a_table GROUP BY a_table.mydate; This will group by the full datetime, including hours ...
17
votes
5answers
26k views

How to convert CString and ::std::string ::std::wstring to each other?

CString is quite handy, while std::string is more compatible with STL container. I am using hash_map. However, hash_map does not support CString as key, so I want to convert CString into std::string. ...
17
votes
5answers
6k views

XAML to SVG?

How would you go about converting XAML to SVG and vice versa? My initial approach it to use xslt to map the different elements and attributes, but I don't know enough about both syntaxes to even ...
17
votes
3answers
1k views

Are there any conversion tools for porting Visual J# code to C#?

Are there any conversion tools for porting Visual J# code to C#?
16
votes
3answers
3k views

ant to maven - multiple build targets

I have an ant build that is currently being converted to maven. However, the ant build has 2 build targets - one that builds the entire app, and one that builds a jar from some of those files (only a ...
16
votes
4answers
17k views

How to convert a byte array to its numeric value (Java)?

I have an 8 byte array and I want to convert it to its corresponding numeric value. e.g. byte[] by = new byte[8]; // the byte array is stored in 'by' // CONVERSION OPERATION // return the numeric ...
16
votes
11answers
11k views

How do I convert Word smart quotes and em dashes in a string?

I have a form with a textarea. Users enter a block of text which is stored in a database. Occasionally a user will paste text from Word containing smart quotes or emdashes. Those characters appear in ...
15
votes
4answers
567 views

Conversion from Simplified to Traditional Chinese

If a website is localized/internationalized with a Simplified Chinese translation... Is it possible to reliably automatically convert the text to Traditional Chinese in a high quality way? If so, is ...
15
votes
3answers
3k views

Convert webpage to image from ASP.NET

I would like to create a function in C# that takes a specific webpage and coverts it to a JPG image from within ASP.NET. I don't want to do this via a third party or thumbnail service as I need the ...
15
votes
4answers
13k views

Free DTD to XSD conversion utility?

I have a DTD that I need to convert to an XSD (XML schema) file. Is there a free utility or simple way to accomplish this?
15
votes
3answers
20k views

c++ integer->std::string conversion. Simple function?

Problem: I have an integer; this integer needs to be converted to a stl::string type. In the past, I've used stringstream to do a conversion, and that's just kind of cumbersome. I know the C way is ...

1 2 3 4 5 65