Click here to Skip to main content
16,010,523 members

Bugs and Suggestions

   

General discussions, site bug reports and suggestions about the site.

For general questions check out the CodeProject FAQs. To report spam and abuse Head to the Spam and abuse watch. If you wish to report a bug privately, especially those related to security, please email webmaster@codeproject.com

 
GeneralPlease take this as a request. Pin
sreejith ss nair6-Dec-04 1:51
sreejith ss nair6-Dec-04 1:51 
GeneralRe: Please take this as a request. Pin
Chris Maunder7-Dec-04 11:33
cofounderChris Maunder7-Dec-04 11:33 
GeneralRSS Pin
Rocky Moore5-Dec-04 7:40
Rocky Moore5-Dec-04 7:40 
GeneralLinux/Unix Sections Pin
Joel Holdsworth5-Dec-04 1:02
Joel Holdsworth5-Dec-04 1:02 
GeneralRe: Linux/Unix Sections Pin
Beer265-Dec-04 6:01
Beer265-Dec-04 6:01 
GeneralRe: Linux/Unix Sections Pin
Rocky Moore5-Dec-04 7:27
Rocky Moore5-Dec-04 7:27 
GeneralRe: Linux/Unix Sections Pin
Shog95-Dec-04 8:44
sitebuilderShog95-Dec-04 8:44 
GeneralRe: Linux/Unix Sections Pin
Beer265-Dec-04 11:06
Beer265-Dec-04 11:06 
I code on both with C, C++ and java, and let me tell you, the API and frameworks are shockingly similar. Socket programming, as you could see in the class I posted is very much like winsock.
GDI is very much like Gnome GDI, and MFC is similar to GTKmm. Glade and Glade2 is similar to the RAD forms tool in visual studio, and the unix curses library is similar to conio.h from the win library.

pthread library for POSIX threads is almost exactly like the windows C++ threading model with beginthread(&address, pvoid); and the rest of the win API, it's very similar to POSIX, but not quite. This happens alot between win and linux, similar constructs, but not exactly.

Then there are also differences between the two platforms, like the compilers and tools most people use.

I think if anything people would see how similar the 2 systems are as far as libraries to interface with C++. I'm not talking about stuff like COM or OLE, but rather win32.
GeneralRe: Linux/Unix Sections Pin
(Steven Hicks)n+15-Dec-04 13:27
(Steven Hicks)n+15-Dec-04 13:27 
GeneralRe: Linux/Unix Sections Pin
Anonymous25-Dec-04 16:00
Anonymous25-Dec-04 16:00 
GeneralRe: Linux/Unix Sections Pin
Beer267-Dec-04 19:45
Beer267-Dec-04 19:45 
GeneralRe: Linux/Unix Sections Pin
Rocky Moore7-Dec-04 20:35
Rocky Moore7-Dec-04 20:35 
GeneralRe: Linux/Unix Sections Pin
Beer268-Dec-04 5:58
Beer268-Dec-04 5:58 
GeneralRe: Linux/Unix Sections Pin
Shog98-Dec-04 12:05
sitebuilderShog98-Dec-04 12:05 
GeneralRe: Linux/Unix Sections Pin
Beer268-Dec-04 12:52
Beer268-Dec-04 12:52 
GeneralRe: Linux/Unix Sections Pin
Beer268-Dec-04 12:55
Beer268-Dec-04 12:55 
Generaldead links on CodeProject Pin
Stephane Routelous4-Dec-04 14:52
Stephane Routelous4-Dec-04 14:52 
GeneralLog out Pin
Timothy Grabrian3-Dec-04 16:08
professionalTimothy Grabrian3-Dec-04 16:08 
GeneralSyntacs coloring also available in article comments? Pin
2-Dec-04 4:53
suss2-Dec-04 4:53 
GeneralRe: Syntacs coloring also available in article comments? Pin
David Wulff3-Dec-04 14:47
David Wulff3-Dec-04 14:47 
GeneralRe: Syntacs coloring also available in article comments? Pin
Michael P Butler3-Dec-04 20:45
Michael P Butler3-Dec-04 20:45 
GeneralRe: Syntax coloring also available in article comments? Pin
leoloewe4-Dec-04 3:53
leoloewe4-Dec-04 3:53 
GeneralRe: Syntacs coloring also available in article comments? Pin
Chris Maunder3-Dec-04 18:02
cofounderChris Maunder3-Dec-04 18:02 
General<UL class=class> Missing? Pin
ACorbs1-Dec-04 14:42
ACorbs1-Dec-04 14:42 
Generalstatus question Pin
DavidNohejl1-Dec-04 7:26
DavidNohejl1-Dec-04 7:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.