Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Nov 3rd, 2006, 6:30 AM   #1
sayu
Newbie
 
Join Date: Nov 2006
Posts: 10
Rep Power: 0 sayu is on a distinguished road
shortcut

Hello
can anybody say the keyboard shortcut for the symbol
" █ " -full block

so that I can type this in C++ editor window as well as show it in the user screen or output screen
sayu is offline   Reply With Quote
Old Nov 3rd, 2006, 6:40 AM   #2
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
That's an extended ASCII code. You might not get it if the code page/charset/locale of a system isn't set to produce it. That said, try holding down the ALT key while you type 219 on the number pad.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote
Old Nov 3rd, 2006, 1:50 PM   #3
Iftikhar
Programmer
 
Iftikhar's Avatar
 
Join Date: Oct 2006
Location: London
Posts: 40
Rep Power: 0 Iftikhar is on a distinguished road
Send a message via MSN to Iftikhar
Here is also a sample code thru which you can look 255 ASCII chracter codes
[code]
void main()
{
int i;
for (i=0;i<255;i++)
printf("[%c == %d]",i,i);
}
[\code]

Probably output will not be in a proper order which you can do by using formating functions
__________________
Iftikhar Ahmed Khan
For doing an experiment on programmer's mood please visit http://uxisfyp1.brunel.ac.uk/cspgiak
Iftikhar is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Borland C++5.5 compiler - shortcut ? Vagabond C++ 8 Mar 20th, 2006 3:31 PM
XML trouble tayspen C# 12 Dec 17th, 2005 6:37 PM
i need an application to create a shortcut to itself killcity44 Visual Basic 1 Jul 8th, 2005 7:33 PM




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 5:09 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC