Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old May 2nd, 2006, 7:38 PM   #11
hervens48
Programmer
 
Join Date: Apr 2006
Location: Montreal, Canada
Posts: 93
Rep Power: 3 hervens48 is on a distinguished road
Send a message via AIM to hervens48 Send a message via MSN to hervens48
Quote:
Originally Posted by andro
I can prove she was right quite easily. Ignore the word surrounded by asteriks in the following sentence:

You are *not* an idiot.
I posted this thread in the hope of finding some help from what i call *fellow programmers* not from some freak who thinks his the master of c++.
And if actually took the time reading my thread just so u can insult back for something i didnt know, ur the idiot. No really.
If this was real life i swear i would get a lawyer.
hervens48 is offline   Reply With Quote
Old May 2nd, 2006, 7:47 PM   #12
OpenLoop
Expert Programmer
 
OpenLoop's Avatar
 
Join Date: May 2005
Location: East Lansing, MI
Posts: 663
Rep Power: 4 OpenLoop is on a distinguished road
Quote:
Originally Posted by hervens48
If this was real life i swear i would get a lawyer.
Just because someone insulted you! my lawyer would be my word (and fist if necessary). However, given the help everyone provided in this thread, you shouldn't let one PMS andro get on your nerves
Besides, he probably was joking.
OpenLoop is offline   Reply With Quote
Old May 2nd, 2006, 7:49 PM   #13
andro
Professional Programmer
 
Join Date: Oct 2005
Location: California
Posts: 288
Rep Power: 3 andro is on a distinguished road
Send a message via AIM to andro
Quote:
Originally Posted by hervens48
I posted this thread in the hope of finding some help from what i call *fellow programmers* not from some freak who thinks his the master of c++.
And if actually took the time reading my thread just so u can insult back for something i didnt know, ur the idiot. No really.
If this was real life i swear i would get a lawyer.

I actually didn't mean to insult you. Apparently I made a poor choice when choosing a sentence to use as an example. It wasn't directed at you, whether or not it's true.
andro is offline   Reply With Quote
Old May 2nd, 2006, 7:55 PM   #14
Jimbo
Battle Programmer
 
Jimbo's Avatar
 
Join Date: Feb 2006
Location: Bellevue, WA, USA
Posts: 742
Rep Power: 3 Jimbo is on a distinguished road
Quote:
Originally Posted by hervens48
If this was real life i swear i would get a lawyer.
Oh wow, someone insulted you. Gonna sue against their first amendment rights? If this was the real world (too bad the internet isnt real... I had my hopes up), I think most people would have a hard time not laughing if you said that...

HAHAHAHAHAHAHAHAHA :banana:

learn to take some criticism and learn to ignore people...
Jimbo is offline   Reply With Quote
Old May 2nd, 2006, 7:56 PM   #15
hervens48
Programmer
 
Join Date: Apr 2006
Location: Montreal, Canada
Posts: 93
Rep Power: 3 hervens48 is on a distinguished road
Send a message via AIM to hervens48 Send a message via MSN to hervens48
yeah its ok
*i was joking about the lawyer part*
hervens48 is offline   Reply With Quote
Old May 2nd, 2006, 8:32 PM   #16
ReggaetonKing
Sexy Programmer
 
ReggaetonKing's Avatar
 
Join Date: Nov 2005
Location: New Jersey
Posts: 891
Rep Power: 3 ReggaetonKing is on a distinguished road
Send a message via AIM to ReggaetonKing
what is this world coming to?
__________________
I would love to change the world, but they won't give me the source code!
ReggaetonKing is offline   Reply With Quote
Old May 2nd, 2006, 11:22 PM   #17
Mack1982
Programmer
 
Join Date: Dec 2004
Posts: 34
Rep Power: 0 Mack1982 is on a distinguished road
Suing someone seems to that lastest trend. Almost everytime I open Anadtech or Dailytech news, there is always news of somebody suing somebody else. Not to mention some reasons are really stupid,.
Mack1982 is offline   Reply With Quote
Old May 2nd, 2006, 11:33 PM   #18
lectricpharaoh
Caffeinated Neural Net
 
lectricpharaoh's Avatar
 
Join Date: Jun 2005
Location: Wet west coast of Canada
Posts: 887
Rep Power: 4 lectricpharaoh will become famous soon enough
Quote:
Originally Posted by hervens48
Hello everyone, im posting this cause im havign some doubts of what i should do next.
I started to learn c++ in the hope of programming my own video game someday. (something like doom)
So yeah, i decided to take baby steps. My first book was c++ for dummies, then i read sams teach yourself c++ in 21 days. Those 2 books made me a console programming expert i guess.
The correct term is hubris. You'll occasionally see posts from new people that comment on the categories like 'Professional Programmer' and 'Programming Guru' titles you see beneath the names of some of the more knowledgeable members here, and then these members will explain that they do not think of themselves that way, and that it the forum automatically applies those titles on the basis of post count. Still, many of these members are rather knowledgeable, certainly more so than you or I, and if they are not claiming to be experts, I really don't think you're qualified. It may have been more accurate to say that you feel comfortable with console-mode stuff, and would like to start learning how to write GUI programs under Windows (and would not have drawn negative comments from other posters).

Quote:
Originally Posted by hervens48
Is direct x a programming language, or an extension to c++?
Do all compilers support direct x?
DirectX is an API (application programming interface). It is not specific to any language, though the structure does lend itself to being more easily used from C or C++ code than from languages like Visual Basic. It's also Windows-specific, and has nothing directly to do with C/C++. In fact, you'll find that many of the things you see in real-world programs (sounds and graphics, in particular) have no place in standard C or C++. Instead, such capabilities are provided through libraries specific to the OS (and often compiler) in question.

If you want to get into GUI programming, a good tutorial to start with can be found here. Before you try that tutorial, be sure you understand all the basics, including pointers. If you need to ask what a function pointer is, go back to those books you bought. Once you have the basic GUI stuff down, start playing around with some of the other Win32 API functions. Go to MSDN, and spend some time reading up on the API, and experiment with some of the functions, and don't restrict yourself to just the GUI stuff. Windows is much more than that, and there are a lot of useful API functions that have nothing to do with sounds or graphics.
Quote:
Originally Posted by hervens48
Thx everyone, i checked out all this links that u guys gave me. And anyways, why didnt anyone tell me that win32 is windows programming?
Its funny cause i basically searched the whole library, and the book store hoping to find a book called *windows programming*, but there was like so many of em with the keyword win32 in their title name, but i never knew that was windows programming. lol.
They probably didn't tell you that it was 'Windows programming' because they figured it was self-evident. I mean, what did you think it was? I don't mean to sound insulting, but it seems pretty obvious that 'Win', used in the context of computers, is very likely a reference to 'Windows'. Also, since old versions (such as Windows 3.1) were 16-bit, and more recent versions (Win95 and later, as well as everything in the WinNT family) are 32-bit, the expressions 'Win16' and 'Win32' would seem to indicate 16-bit and 32-bit versions of Windows, respectively (and in fact do).

When people refer to Win32, they are usually talking about a relatively recent version of Windows for desktop PCs, but they may also be referring to other, lesser-known versions, such as WinCE (used on embedded devices like PDAs and smartphones, though it is often then referred to as 'Windows Mobile'). In the context of programming, it usually refers to the Win32 API, which is a set of functions, data objects, and other things used to request services from the operating system (such as writing to a file, or creating a window).
__________________
A man's knowledge is like an expanding sphere, the surface corresponding to the boundary between the known and the unknown. As the sphere grows, so does its surface; the more a man learns, the more he realizes how much he does not know. Hence, the most ignorant man thinks he knows it all. - L. Sprague de Camp
lectricpharaoh is offline   Reply With Quote
Old May 2nd, 2006, 11:43 PM   #19
ReggaetonKing
Sexy Programmer
 
ReggaetonKing's Avatar
 
Join Date: Nov 2005
Location: New Jersey
Posts: 891
Rep Power: 3 ReggaetonKing is on a distinguished road
Send a message via AIM to ReggaetonKing
That's how it is these days. Everyone wants money and they will probably do anything, even lie, to get it.
__________________
I would love to change the world, but they won't give me the source code!
ReggaetonKing is offline   Reply With Quote
Old May 3rd, 2006, 2:31 AM   #20
Mack1982
Programmer
 
Join Date: Dec 2004
Posts: 34
Rep Power: 0 Mack1982 is on a distinguished road
hervens48's original Post did bring an interesting question in my mind. At what point can one say that he or she knows C++, not implying mastery that is. I simply mean writing it on a resume or perhaps even writing it on this forum under ones nick.
Mack1982 is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 11:52 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC