Thanks a lot at you two
BLOOD wrote:What you will learn using C will help you as a developer in PureBasic or in any other language out there.
Yes it's what i have see, just with the code of a window and his events

I have learned too much on what is really a callback....etc ....
So thanks to that i have can help a little bit a member of this forum, and it's nearly the first time
http://www.purebasic.fr/english/viewtop ... 31#p338431
It's thanks to PB (and obviously his members SROD, NETMAESTRO) that i have learned how use a little bit the callback
But also with the C, who have reinforced what i have learning with PB.
Thanks to this link
Very interesting
Joakim Christiansen wrote:And I support KCC!
Thank you very much, i really need some members with much more knowledge that me like you, for do this converter
Joakim Christiansen wrote:And So What if it may not rule the world, it is still a good practice!
Yes, in fact like i love PB, and dream to programming C, i have this idea.
I'm just a little bit astonish, that i'm the only one to have it
It's sure that a man who know C and not PB, don't see really the interest
But a man who know PB and C....it's more astonished
In fact, it's just to simplify my life....a little bit like ROSETTA code but with an application.
I have already since a long time this style of idea, but with the HTML too.
Imagine PB can do, ASM, HTML, C , so the most important language of the world....what a power !!!! and what a simplicity to programing only one code for have three interface
That appear a crazy and really impossible thing, but if you see the post that i have give the link above of CAS....with Great RASHAD we have just give 2/3 functions ...and CAS with that he already know have 10 or more functions
The number is the force...LINUX and numerous program begin like this, thanks to GNU, i think ...
Everybody give a little bit of his time for give a little bit of code, perhaps just a function, just a little function, and other another little function, etc ....and LINUX born
BLOOD wrote:But learning C is nothing but a good thing, yes it's harder than a BASIC dialect to use but very rewarding for future development.
Yes ..the C is the military learning of the programmation
No present...all day crawling through the mud by being yelled at like a dog
When i back in PB...i have the feeling to return in a big and sweet sofa
But it's important to have shit to become a real programmer
And KCC ....want to return to the army of programming, for became perhaps a day a real programmer like FLYPE, SROD, NETMAESTRO, TsSoft and much more again ....and especially GNOZAL who never go to programming school for learning all he know

I love GNOZAL, it's also one of my hero
BLOOD wrote:I look forward to see what Kwaï chang caïne develops!
It's very kind to interest to my idea...because I feel a bit lonely
Like i say...my project is a dream.....and often the dreaming never realized.
But if i never try...i'm sure that never come
For the moment...i learn how use VC6 and VC2008.
Why create a ".h" a ".c", how #include a .h, and declare prototype, etc ....
Because before this idea, i never open a C IDE
And for learning that, i begin by the end
Like KCC never do like he must begining

justly the management of callback for a window
As you see, I do not work yet on the feet of FRED or FREAK

That may be why it has not even responded to my question,
Code: Select all
Repeat
Evenement = WaitWindowEvent()
Until Evenement = #PB_Event_CloseWindow
while (GetMessage(&msg, NULL, 0, 0))
{
TranslateMessage(&msg);
DispatchMessage(&msg);
}
he still had pain
"Meme pas mal" like we say in french (Even not ache)
But even if i can create a little "Parser" who translate 70% of PB...it's already usefull, at lesser for me
I remember the time where a member create a "PB Converter" to translate all the version of PB (3.94 ==> 4)
I have use it numerous time, he don't translate all..but it's each time, a real good beginning, for continue, and finish the to complex functions at the hand.
If all the file ".c" ".h", and all the base functions (if/Endif, For/next, .....OpenWindows, Callback....) is already translate...it's perhaps already useful no ???
And like i have say above, ..perhaps at this moment....a MASTER of C...whant to help me to do one ore several complex functions ?????
@Joakim Christiansen and BLOOD
Thanks sincerelly again....i try to not to disapoint you ...but with KCC...it's important to be patient...

Perhaps the C is replaced by D, E, F, G.....Z when KCC had finish, his dream
