hi i'm very good with hmtl now i want develop with C++ i need to insert jpeg into .cpp and insert movie flash in file .h i don't find nothing in the web i hope someone can help me.
what can i write after #define or printf?i can make C++ code like html?
C++ and HTML work very differently. HTML is just a series of instructions interpreted by web browsers. C++ is a language that needs to be compiled. Very different concepts.
I'd expect you to read a bit about a new language you want to start developing with. Then you'd understand the absurdity of your request. I suggest you a good C++ book: http://forums.codeguru.com/showthrea...-books-about-C.
I'd expect you to read a bit about a new language you want to start developing with. Then you'd understand the absurdity of your request. I suggest you a good C++ book: http://forums.codeguru.com/showthrea...-books-about-C.
it's not absurdity i know that now at the moment i have only error with my project i need to study more
now i work with the word FLOAT and DENIED(censured) it's fantastic work with CLASS view and main.c
my project is insert a jpeg into a tree header file or better a movie flash file there is to work.......
Last edited by albertodiprima; December 11th, 2012 at 03:53 AM.
now i work with the word FLOAT and DENIED(censured) it's fantastic work with CLASS view and main.c
my project is insert a jpeg into a tree header file or better a movie flash file there is to work.......
I wonder... Is this all about publishing that link in the signature? As your messages are total gibberish.
You are confusing C++ with HTML, C++ has NOTHING to do with HTML, its WAY different.
.cpp can ONLY store source code, no image, or any other kind of data, you can only use .cpp to write codes.
.h is the header file, you can write the methods prototypes in .h file, you can never insert flash file into .h file
What you can do is that you use a resource file, I highly recommend you to find a C++ beginner book and start learning, while learning C++, forget about mixing HTML it won't help you with anything.
If you have knowledge about a scripting or programming language like Javascript, C#, PHP, etc..., that can help you to learn C++, but HTML won't.
Bookmarks