| | |
Doubt with C++ file name prefixes
Please support our C++ advertiser: Intel Parallel Studio Home
Thread Solved |
•
•
Join Date: Aug 2009
Posts: 2
Reputation:
Solved Threads: 0
I'm currently writing a small game engine and I've downloaded the Irrlicht source code to take some tricks in the design but I have a question... why use some prefixes in the file names and what they stands for? example:
CGUIEditBox.cpp
CGUIFont.h
CXMLWriter.h
IDepthBuffer.h
I also saw this practice in several books related to this matter, but no one explains why they do that.
I already know that the "I" prefix mean "Interface" but I don't have idea of what the "C" means.
Is that a common practice in software development?
How can I use it correctly?
Thanks.
CGUIEditBox.cpp
CGUIFont.h
CXMLWriter.h
IDepthBuffer.h
I also saw this practice in several books related to this matter, but no one explains why they do that.
I already know that the "I" prefix mean "Interface" but I don't have idea of what the "C" means.
Is that a common practice in software development?
How can I use it correctly?
Thanks.
The 'C' just means C-language.
>>Is that a common practice in software development?
No. Microsoft coders like to use such prefixes in their classes/structures, but not in filenames.
>>Is that a common practice in software development?
No. Microsoft coders like to use such prefixes in their classes/structures, but not in filenames.
Don't PM me with questions -- you might get a nasty PM in response. If you have a question then post it in one of the forums.
Just a wild guess.
CGUIEditBox
C - c language?
GUI - graphical user interface
EditBox - edit box
CGUIFont
C - c language ?
GUI - graphical user interface
Font - font
CXMLWriter
C - c language ?
XML - Extensible Markup Language
Writer - writer
CGUIEditBox
C - c language?
GUI - graphical user interface
EditBox - edit box
CGUIFont
C - c language ?
GUI - graphical user interface
Font - font
CXMLWriter
C - c language ?
XML - Extensible Markup Language
Writer - writer
Last edited by firstPerson; Aug 20th, 2009 at 1:35 am.
1) What word becomes shorter if you add a letter to it?
[ Solved by : niek_e, Paul Thompson, SgtMe, murtan, xavier666, jonsca]
2) What does this sequence equal to : (.5u - .5a)(.5u-.5b)(.5u-.5c) ...
[*solved by : murtan, xavier666]
3) What is the 123456789th prime numer?![]() |
Similar Threads
- file i/o (C++)
- Front Page error when opening .HTM file (HTML and CSS)
- now my laptop got even a bigger thing! (Windows Vista and Windows 7)
- Need help with wscntfy.exe and wuauclt.exe (Viruses, Spyware and other Nasties)
- file extension (C)
- doubt about header file implementation (C++)
- Dell Server PowerEdge 1800 (Networking Hardware Configuration)
- Registry File Failure? (Windows NT / 2000 / XP)
- Highjack file Ie wont download (Viruses, Spyware and other Nasties)
Other Threads in the C++ Forum
- Previous Thread: Passing Globals to project files
- Next Thread: Missing tiff.dll (SDL)
| Thread Tools | Search this Thread |
api application array arrays based beginner binary bmp c++ c/c++ calculator char char* class classes code compile compiler console conversion count data delete deploy dll download dynamic dynamiccharacterarray email encryption error file format forms fstream function functions game givemetehcodez google graph gui homeworkhelp iamthwee ifstream input int java lib library linkedlist linker list loop looping loops map math matrix memory microsoft newbie news number numbertoword output pointer problem program programming project python random read recursion recursive reference rpg simple sorting string strings temperature template test text text-file tree unix url variable vector video visual visualstudio win32 windows winsock wordfrequency wxwidgets






