|
Looks like you and your user were using different MFC DLL versions.
2 bugs found.
> recompile ...
65534 bugs found.
|
|
|
|
|
can we change ascii table characters ???
|
|
|
|
|
|
As Chris says, ASCII is a standard coding and you can't change it, we won't let you. However, are you asking if you can change what is actually displayed when you print a particular ASCII character? If that's your question, then the answer is yes. Create your own font. Check out Dingbats for an example of how crazy you can get with that.
You measure democracy by the freedom it gives its dissidents, not the freedom it gives its assimilated conformists.
|
|
|
|
|
if(0x65)
{
cout << 0x66;
}
??
|
|
|
|
|
Ok, that's possible but trivial. It's obviously not clear to me what he's asking.
The wonderful thing about the Darwin Awards is that everyone wins, especially the members of the audience.
|
|
|
|
|
if(0x65)
{
cout << 0x66;
}
this is the way, but only hollow
like that,
65 means A ? YES
and 66 means B ? YES
now when we change it 65 will B, 66 mean A
but how ?
if we take a file which s called ascii table, let change something on it
but ı couldnt see anyhing for now. ı just think
maybe its trivial and unused but something we should do that to me.
|
|
|
|
|
So clarify for us what you're trying to do. Is it when you execute the following line:
printf("%s", "Foo");
You want to change something in the OS so that the following output is produced?
Xyy
The wonderful thing about the Darwin Awards is that everyone wins, especially the members of the audience.
|
|
|
|
|
Do you mean to display like?
cout << (char)0x66;
Also 66 is 'B', 0x66 is not! 0x66 is 102, which is 'f'.
Or, do you a string-array, and want to manipulate it?
|
|
|
|
|
Klingon developers can.
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong.
-- Iain Clarke
[My articles]
|
|
|
|
|
thats a file right, so ı believe we can change it someway ,
ı dont know how but ı think somebody had been handled and changed it
|
|
|
|
|
It is clear none of us understood what your question is about.
Can you explain WHY are you trying to do that and WHAT are you trying to achieve in that way?
2 bugs found.
> recompile ...
65534 bugs found.
|
|
|
|
|
Can you explain a little better? It's far from clear exactly what you mean.
Steve
|
|
|
|
|
Well, there's ASCII and ASCII. (you probably don't mean ASCII, but ANSI, which is Windows-1252. ASCII is a seven-bit encoding scheme from days gone by)
I suppose you see funny characters on the screen, and you're wondering where they come from.
First, someone may have changed you code page.Google or Bing code page and you'll find instructions on how to set your code page in most Operating systems. Vista and seven don't have code pages anymore, because they use Unicode all over the place, and don't support old dos 16-bit programs anymore. The ASCII table still lingers as the first 128 characters of Unicode.
Does this put you on your way?
|
|
|
|
|
thanks a lot everyone, realy.
an example, in the C program. ı had wanted:
when I take "A" from keyboard, C understand it "65" Ascii.because computer run with ascii you know. like that: if('A'==65) printf("yes, this A");
ı can do this with a few variable in the program. but it s real just in that file. not anwhere apart from that c program.
thats what ı had want
ıf ı could, ı chanced it from source ( ı dont know, where is the source in operating system, in debugger or maybe in hardware )
like a frind it s nonsense.
again so thanks. ı stopped to find a way
|
|
|
|
|
Hello all !
I don't have any programming experience so thats why can't create a software.
So , I need you people help .....
Can anybody create a Family Tree Maker Program also Known as SHAJRA in Arabic for me at free of cost.
I know there are lot many programs of that type but they also include Mother name but in Islamic Family Tree we only write Male names & not of females ......
So, program must show Shajra like that
INPUT ;
Name : ------------------
Date of Birth : --------------------
Place of birth ; ----------------
Date of death : --------------------
Place of death ; ----------------
Occupation : -----------------
& also ;
Father Name : ----------------------- [in case someone doesn't know about his ancestors but when get to know that can also add it to complete the chain .
OUTPUT ;
http://i162.photobucket.com/albums/t260/noman_87/111-9.png[^]
But the language must be Arabic.
THANK YOU !
NOTE : If I have posted in wrong section then please move it to the correct section & also tell me by mailing on my email id .
|
|
|
|
|
Noman Rasheed wrote: name but in Islamic Family Tree we only write Male names & not of females ......
I'm sooooo sorry, I only do full family trees, women and men, sisters, brothers, sons and daughters, grand-fathers and grand-mothers.
M.
Watched code never compiles.
|
|
|
|
|
no problem man !
may b someone else ...
|
|
|
|
|
Today is your lucky day, see here[^].
|
|
|
|
|
what to write on those 2 blocks ?
|
|
|
|
|
Oh, just type in the kind of code that you want in the first box and your email address in the second box and voila! the code will be sent to you free of charge! It's such a life saver.
|
|
|
|
|
thanx man DONE !
now waiting for their reply
|
|
|
|
|
No problem. Anytime you need code you can just go there instead!
|
|
|
|
|
You measure democracy by the freedom it gives its dissidents, not the freedom it gives its assimilated conformists.
|
|
|
|
|