Originally posted by: boyz
What about c programming for dummies or the dummy guide. Is there any specific program that i can buy to practice c programming. Thanks guys
There are c compiliers for windows, too.
Originally posted by: Nothinman
There are c compiliers for windows, too.
Of which gcc is one.
But the by-far best development environment on ANY platform is MS Visual Studio.
Originally posted by: Nothinman
But the by-far best development environment on ANY platform is MS Visual Studio.
But by far the worst help system is included with VS, I can't believe MS can write a whole OS but can't write a help search function that works half as good as google.
VS is decent, but it usually just over complicates things when you're just starting off.
if you find it, is awesome.
They document stuff REALLY well.
Originally posted by: Nothinman
if you find it, is awesome.
That's a big if, I put in the exact name of the function I wanted the syntax for and it couldn't find it. I had to make up some stupid english phrase to trick it into giving me the right results.
They document stuff REALLY well.
Only the stuff they feel like documenting.
They document everything imaginable - you're just not finding it
I actually prefer to search with google, which is smart, and ends up pointing me to the MSDN page with the information I want. Enough thread crapping for now though
What about c programming for dummies or the dummy guide. Is there any specific program that i can buy to practice c programming.
If you're writing on windows, you don't need to understand the inner workings of samba. By the way, man pages don't document NTFS, SMB (the real thing, not semi-compatible knock-offs) either 😉.Originally posted by: Nothinman
They document everything imaginable - you're just not finding it
I was referring to things they don't document on purpose like SMB and MAPI.
man pages are a pain. I find it difficult to find perl functions I need.I actually prefer to search with google, which is smart, and ends up pointing me to the MSDN page with the information I want. Enough thread crapping for now though
I'm not always connected to the net, atleast my laptop isn't always. man pages on Linux almost never fail me, or atleast I get a higher hit rate with them =)
By the way, man pages don't document NTFS, SMB (the real thing, not semi-compatible knock-offs) either
man pages are a pain. I find it difficult to find perl functions I need.
Originally posted by: Nothinman
By the way, man pages don't document NTFS, SMB (the real thing, not semi-compatible knock-offs) either
No but they do have clear docs (no, probably not man pages) on things like NFS and protocols people actually want you to interoperate with.
man pages are a pain. I find it difficult to find perl functions I need.
Why? man perlfunc (literally, it's one big man page with a lot of short descriptions) and the other things, like Net::FTP for example, have their own man pages atleast on Debian.
How is it a pain? Try the "/" key, "n", "N", "g", "G", and control-(f|b|d|u)Originally posted by: CTho9305
Originally posted by: Nothinman
By the way, man pages don't document NTFS, SMB (the real thing, not semi-compatible knock-offs) either
No but they do have clear docs (no, probably not man pages) on things like NFS and protocols people actually want you to interoperate with.
man pages are a pain. I find it difficult to find perl functions I need.
Why? man perlfunc (literally, it's one big man page with a lot of short descriptions) and the other things, like Net::FTP for example, have their own man pages atleast on Debian.
Exactly. One GIANT man page. Quite a pain to use.
Exactly. One GIANT man page. Quite a pain to use.
Originally posted by: CTho9305
Yeah, works great on those really uncommon search strings like "s" and "tr"😉![]()