- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Several times, when I was debugging and watching character variables I asked me if there is a posibility to
watch the ASCII-code value of a character variable, instead the character itself.
Sometimes I want to know, which binary value has the character variable.
watch the ASCII-code value of a character variable, instead the character itself.
Sometimes I want to know, which binary value has the character variable.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - jaeger0
Several times, when I was debugging and watching character variables I asked me if there is a posibility to
watch the ASCII-code value of a character variable, instead the character itself.
Sometimes I want to know, which binary value has the character variable.
watch the ASCII-code value of a character variable, instead the character itself.
Sometimes I want to know, which binary value has the character variable.
C++ Watch Window Format Specifiers also work for Fortran, for the most part. I use ",x" often -- it should also work for strings.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - jaeger0
Several times, when I was debugging and watching character variables I asked me if there is a posibility to
watch the ASCII-code value of a character variable, instead the character itself.
Sometimes I want to know, which binary value has the character variable.
watch the ASCII-code value of a character variable, instead the character itself.
Sometimes I want to know, which binary value has the character variable.
C++ Watch Window Format Specifiers also work for Fortran, for the most part. I use ",x" often -- it should also work for strings.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page