Friday, January 8, 2010

What are some majors/jobs in technology that aren't computer programming related?!?!?!?!?!?!?!?

? I don't like programming but I like to make things. Like build and stuff. I also Like any technology (cell phones, computers, etc.). I'm very knowledgeable on computers. What would be some careers that would fit me? I like math and science?What are some majors/jobs in technology that aren't computer programming related?!?!?!?!?!?!?!?
-Testing


-Usability


-UI design


-Technical specs writing
  • powder
  • oil offshore
  • oil repair
  • tca chemical peel
  • Where is the best place to start for a beginner on programming on computers? Note I'm only 13?

    I know what i want to do when i am older and i just want to do IT. Does anyone have an idea on where i could start, what websites or information i could look at to help and also if there was and courses in the UK i could go on to help me better my knowledge. just to let you know i am only 13 so i cant get a job yet.Where is the best place to start for a beginner on programming on computers? Note I'm only 13?
    The key is writing and writing and writing programs.





    I would recommend the C language for the first time. It is not a too ';friendly';, thats why it is good for starting. It let's you understand the basic problematics of data management and algorythms.


    http://www.physics.drexel.edu/students/courses/Comp_Phys/General/C_basics/





    After that you have understood these things (some years later) I recommend to try an object-oriented language. It let's you to use concepts that are more familiar with the real world. I don't recommend an OO language for start, but for serious purposes it is almost certain that you will use an OO language. I recommend C++ (which is evolved from C).


    http://www.cplusplus.com/doc/tutorial/





    I recommend CodeBlocks development environment for your self-made tutorial programs: http://www.codeblocks.org/





    It is good for both C and C++.





    Note: Search for people who can give you exercises if you out of ideas about what to write.Where is the best place to start for a beginner on programming on computers? Note I'm only 13?
    Make the best possible grades in all your subjects now, and then when you want to attend college, you'll be accepted, and it's in college (or a private vo-tech school) that you'll receive the REAL education you need. Unfortunately, if you don't make high grades NOW, they won't accept you in their college later.





    But focus your energy on classes that require logical thinking, such as math (algebra, geometry, calculus, etc), and you MIGHT use them, but even if you don't, it will sharpen your brains.





    I wish you the very best luck in your endeavors, but remember one thing: Learning a computer language does NOT make you a programmer any more than learning some math makes you a certified public accountant or bookkeeper.





    Math is the TOOL for bookkeeping, and programming languages are just TOOLS for programming.





    Good luck, and happy programming :-)
    Well I'm 14 and I do intermediate/advanced HTML, CSS, and PHP coding/programming.





    I find you must first choose what you want to do...





    - Website programming


    - Software programming (including games)


    - Firmware programming (for hardware)





    After you choose I can help you.

    How do you do the --> sign on TI-83 calculator programming?

    hit the button above the on button it says sto--%26gt;

    Is there any good college in New york for cpu programming?

    I assume you mean computer programming and not spu programming. Where in New York? Are you talking NYC, or the whole state? There's RIT, Cornell, NYIT to name a few.

    Does a good programming support environment provide the equivalent of speedometers and other gauges ?

    The developer needs to be able to ascertain that the work they are doing is actually adding value. You need the equivalent of a window you can look out, to see what's actually going on.





    It is much ';cheaper'; to acquire a second-rate ';programming support environment';, pehaps one that is definitely known not to work. This can be augmented with ';performance appraisal'; so you will obtain feedback that you are on track.Does a good programming support environment provide the equivalent of speedometers and other gauges ?
    Small programs (%26lt;1M new slocs) that run on a single computer can normally get by with only a modern IDE.





    Larger projects need something that provides visibility into the operation of the system. This often includes specialized distributed debuggers, Tektronic lab equipment, and NI Lab view.





    I am not certain where your are going or coming from with these questions. They are all pretty well understood and handled by modern manufacturers. If you have additional questions please feel free to email me.

    Can anyone provide to me a beginners guide to C++ programming?

    Keep in mind, when I say beginners, I mean very inexperienced and I do not even know where to start to learn thisCan anyone provide to me a beginners guide to C++ programming?
    http://www.cs.montana.edu/~mbauer/wwwbac鈥?/a>


    cprogramming.com


    cplusplus.comCan anyone provide to me a beginners guide to C++ programming?
    You will need a compiler. A compiler is what builds your program. So get this one, it's free.





    http://www.microsoft.com/express/vc/





    Download it and get ready to program.





    Next, you SHOULD buy a book. Something like C++ for dummies or Learn C++ in 24 hours. That way you can program while you look at the book. You can always google tutorials, but then you'll be swapping windows each time and that could be a pain.





    C++ is sort of an extension to C. C is the root of all programming so I would more recommend C for a beginner. C++ will go into more things such as classes and object oriented programming. The compiler that you download will compile both C and C++ written programs.





    Start by making small programs and then work on more complex ones. Key things to remember:





    1. Don't be afraid of pointers when you get to them.


    2. Think like a programmer. you find that out when it comes time to debug your programs.


    3. Be patient, you won't learn overnight. I learned Pascal 3.0 in high school and then C two years later and then C++ 2 years later and I been programming mainly in C for the past 10 years.


    4. You'll learn ways to improve your code and when you do, you know you're progressing.
    purchase a book..


    object oriented programming in c++ by bala guru swamy..


    its da best.. even the facs @niit asked me 2 refer to this book for additional info..


    it like it speak2u..


    check it out..
    Try this





    http://www.cplusplus.com/doc/tutorial/
  • powder
  • oil offshore
  • oil weight
  • tca chemical peel
  • Why are the use of GUIs and graphics beneficial in programming?

    Are you serious? It makes programs and the computer easier to use.

    What are the steps to game programming in c++?

    Hi all i would like to know what are the steps to GAME programming in c++. I mean, what compiler should i use, how do i use a graphics library, what format to make images in(.bmp, .jpg, etc), and stuff like that. btw, i'm pretty good in html and css right now.


    Thx Everyone!What are the steps to game programming in c++?
    HTML and CSS are completely useless ( and irrelevant in the game industry ).





    For a compiler, use Microsoft Visual studio 2008 (don't upgrade to VS10, it's stupid.) Here is a download for the free version (Visual C++ Express 2008):





    http://www.microsoft.com/express/downloa鈥?/a>





    For a graphics library, you should use OpenGL, but I seriously (SERIOUSLY) recommend learning DirectX first.





    For images, your best bet as a beginner is the bitmap format. Win32 projects support Blitting and displaying bitmaps by default.





    If you need any help learning the language (C++), feel free to hit me up on AIM or my email.





    AIM: CIA CODE RED


    EMAIL: tbf4tal@yahoo.com

    Where can I learn Neuro Linguistic Programming online, in simple and easy (no money involved) steps?

    Can anyone help?Where can I learn Neuro Linguistic Programming online, in simple and easy (no money involved) steps?
    NLP is amazing 鈥?but you have to learn it properly!!! It can seriously mess you up if you don鈥檛. You will have to pay for any course that鈥檚 worth it. Yu need to be taught by someone who already knows it.Where can I learn Neuro Linguistic Programming online, in simple and easy (no money involved) steps?
    Library's best place.


    BUT if your not wanting to leave the comfort of your home you can get basic tips on how to's regarding NLP just by searching around online. For a more in depth course online your gonna have to pay and the training for it is usually run at a uni.
    There aint no free lunch!





    Why do you want to join a cult?





    or?





    BTW: are you old 'nuff to vote?


    did you know that the emperor is NAKED?



    You can try your local library

    I have a quite challenging Excel programming question. Where (post Google Answers) can I turn for help?

    The problem is how to translate one table to another, where the rows and columns are not perfectly synchronized. There will be a need to make simplifying assumptions, with the least loss of information.I have a quite challenging Excel programming question. Where (post Google Answers) can I turn for help?
    If you know vba(Visual Basic for Applications) or a litle vb or vb.net prgramming, you should be able to come up with a solution using macros of cuting and pasting for help.





    If your ';tricky'; problem is not so tricky, you might be able to use conditional (';If';) statements and/or ';Paste Special';





    I hope this gives some advancement.

    How do I get digital programming? I have a digital tv but do not have cable or satellite help?

    Where do you live? Check this guide out for local digital programming. You may need a better antenna.





    You don't have to fill the whole form out, just your zip code. Entering your full address will give you better results.


    http://www.antennaweb.org/aw/Address.asp鈥?/a>

    I want to site which help to do home work of coputer basic programming?

    The example is bellow:





    HAI WORLD





    HAI


    CAN HAS STDIO?


    VISIBLE ';HAI WORLD!';


    KTHXBYE





    Hello World is pretty much the only way to introduce a language. We see four syntax elements in four lines:





    *


    HAI and KTHXBYE are the start and stop block delimiters.


    *


    CAN HAS is a feature request, like require or include.


    *


    VISIBLE is a print statement.
  • powder
  • oil offshore
  • oil weight
  • tca chemical peel
  • Will i still get hd programming if i connect my cable box to my hdtv thru rf?

    my cable box doesn't have any outputs for hdmi and only has one output for video(the yellow plug,aside from the rf). Sorry guys not too tech inclined. thanksWill i still get hd programming if i connect my cable box to my hdtv thru rf?
    Looks like you may only get analog cable.





    As far as HD programming is concerned, your cable box is useless. Try to connect the cable directly to the RF input in your TV and see if you get any digital channels. At some point, you need to call your cable provider and ask for HD service.Will i still get hd programming if i connect my cable box to my hdtv thru rf?
    Cables aside, it doesn't sound like you even have an HD cable box. There's no way to get an HD signal from coaxial or composite (yellow RCA). You don't miraculously get an HD signal by running an HDMI cable between components.





    Call your cable company and ask them for an HD box. You'll have to pay a few bucks more every month, but it's worth it. The box may even come with a set of component cables (red, green, + blue)! That will will you an improved picture over what you have right now, but for the best HD signal, get an HDMI cable.
    The yellow plug is composite. You won't be able to get HD from that plug. You need HMDI or component outputs on your cable box to receive HD programming on your TV. Contact your cable company for an HD box. HD programming service comes with the upgraded box. May cost an additional $10.
    I think so, if it lacks any others, as an HDTV can receive HD signal through the coaxial input. Mine does, but it could be different on yours.
    You'll get the Channels, but the signal is NOT HD...





    You must use either the HDMI or COMPONENT output jacks on the cable box to deliver HD signal to your HDTV set....





    And if you don't have it, you just get normal Low Def TV signals....

    Survey: Would you prefer original programming made by talented people or have you succumbed to Reality TV?

    I don't get reality TV. Unfortunately the majority of the shows are relatively cheap to produce and have a compelling element to them which draws people in





    That said the tide would appear to be turning...Big Brother will no longer be having its contact renewed after 2010, due to poor ratings, so maybe people are getting sick of the whole Reality show...it has been a good ten years after allSurvey: Would you prefer original programming made by talented people or have you succumbed to Reality TV?
    I am tired of ';reality'; TV


    I personally rather listen to Christiana Ellis podcast about Survivor than watch it. But at least you can see talented people making intelligent programing until the ads end.


    I feel really bad for you living in Europe because you have to use a proxy server to get hulu.com and watch something good like ';Chuck';, when ';reality'; TV is on. Maybe you can at least get watchtheguild.comSurvey: Would you prefer original programming made by talented people or have you succumbed to Reality TV?
    I don't like ';reality'; television, which in no way bears any resemblance to real life. I prefer creative intelligent programming which we don't have much of either. Hollywood and it's executives make most of the population out to be easily entertained idiots. Perhaps most are.
    reality tv to me,only shows how intellectually handicapped the general public is,and that the majority are DUMB OR JUST PLAIN IGNORANT











    Katie P
    I can't stand reality TV. If I wanted reality I'd go outside and have a life! I want to be entertained not watch people sitting around and being stupid all day.
    give me big brother any day....i actually like a good mixture

    Where can I find computer programming tutorials for the ABSOLUTE BEGINNER?

    Seriously, the old fashioned 'For Dummies' books can't be beaten - they do cost but you can read them on the bus, train or toilet :)





    http://www.dummies.com/how-to/computers-鈥?/a>Where can I find computer programming tutorials for the ABSOLUTE BEGINNER?
    First of all you should decide the language on which you want to programe then you should google for that programming tutorials. That is the best way to search for the tutorials.Where can I find computer programming tutorials for the ABSOLUTE BEGINNER?
    General concepts are well written with wikipedia.org. I occasionally accompany my programming reading with wikipedia at hand.
    Well....I would suggest learning C++ first....yes, its one of the more difficult languages to learn, but that makes learning other languages much EASIER!!!





    as for a simple tutorial....youtube is great!





    but if ur looking for a website try this one:


    http://www.cplusplus.com/

    Where do i find the white text on a black background computer coding/ programming system that uses Html?

    Yes, I realize it is the lamest description ever, but i have no idea how else to describe. But you know what i mean, where you have give commands to your computer by writing HTML? or whatever you write....Where do i find the white text on a black background computer coding/ programming system that uses Html?
    The closest thing I can think of is Command Prompt.


    Go Start -%26gt; Run and Type cmd


    hit enter and it should open up


    this however is NOT HTML


    try add more details if it's not the correct answerWhere do i find the white text on a black background computer coding/ programming system that uses Html?
    Well, this may be a little higher powered (and expensive) than you're lookin for, but I do know that Visual Studio allows you to cusomize your coding colors.





    Everything in the editor from the background, the default font, the method/property/object fonts can all be modified to how you like them.
    The Command Promt. But thats not for for HTML that is mostly use for .bat files

    In c# programming, how do i make a two dimensional array with with the 1st column a random generated number?

    I need to make a 2d array with one column being a random generated number and the 2nd column is the 1st columns square.In c# programming, how do i make a two dimensional array with with the 1st column a random generated number?
    Create a field and put your random number into it. Assign that variable to the 1st column of your array. Then assign that filed squared to the next dimension. Repeat the process until you have filled the array as much as you desire.

    Does anyone actually have programming experience, do programming questions ever get answered?

    It just seems to be that the trivial questions ';were do i get word pad free?'; in the programming section gets answered whilst the more challenging passed over...Does anyone actually have programming experience, do programming questions ever get answered?
    Take a look at my profile and the number of fans I have. I've been in development for 29 years out of university and help a lot of people here. There are some areas I don't have experience in so can't help much.





    A lot depends on the questions of the person (e.g., write this complex program for me doesn't get much of an answer). I spend a lot of time helping people off line also (I will get request sent direct to me) - I am helping one person with a multi-threading issue also.





    Also depends on time of day - I work and sleep so cannot spend all day looking for answers.





    The other thing is, look at the leaderboard for this section. THere are a lot of people here that do help.





    It may not be as good as a programming forum because there are a large number of newbies or development wanna-be's, but yep, complex answers do get solved.





    If you post a question and want to forward it to me (you can email from my profile) I'll take a look when online. I'm better at systems programming, C/C++/C#, VB than other areas.Does anyone actually have programming experience, do programming questions ever get answered?
    1. There are too many questions badly formulated that won't even been looked at, like ';Please, help???';.


    2. There are many questions incorrectly formulated, like ';help with Php';. When you look, the question is pure HTML or about a boyfriend!


    3. Many askers want homework done for them: we give guidance, NOT solutions.


    4. Many askers ask for ';too much for free';, like ';Gimme a script to set-up an e-commerce';: I do that for a living, and charge 1500-3000$, not for free.


    5. Very specialized questions are often answered by qualified people, IF and only if the answer does not require a complete re-write, in which case, only a guidance is given.


    6. Specialized questions, on special subjects, require, not only experience, but real expertise, and answer can demand some serious work: this is not free!


    7. There are a huge number of ';answerers'; who, actually, have no (or very basic) knowledge and want to give an answer ';at all costs';. Remember: ';Little knowledge is dangerous';.


    8. Many answerers are not qualifed to answer, but respond with clich茅s and pre-concieved ideas (an other danger).


    9. Finally, a specialized question that is precise may not be in the realm or expertise of the few good answerers. If you ask me how to write a site for mobile phones, I have no idea (because I hate mobile phones: ';Browsing on a mobile? You must be mad!';)!


    10. And if you ask how to use a WYSIWYG editor, I won't answer either, because you will never be a programmer, for the web or otherwise.


    ---


    I rarely ask a technical question, but I do. Since I am not a beginner, my questions are usually complex and, somehow, I never get any answer: specialised questions should be posted to specialized forums, NOT on Y!A...
    Programming experience? 42 years worth. 45 if you count college. But my time is limited and I'm not an expert on all languages. I focus on C and C++, with some VB and Javascript thrown in. Occasionally, something in Java is close enough to C/C++ for me to take a stab at it.





    But I don't have time to load a hunk of code into Visual C++, work to get it to compile -- or nearly so -- and hope the errors I'm seeing are the ones the Asker saw but failed to provide. If I can't see something obvious in the description or Additional details, I move on to another question.





    And I absolutely won't do anyone's homework for them.





    Hope that helps.





    By the way, notice all the Top Contributors answering this.
    If you have a serious programming question, go to a real programming forum on the Internet. If you want PHP help, then go to the Developer Shed forums; if you want CSS/HTML/JavaScript help, go to the SitePoint forums, etc.
    goto www.codeproject.com and www.programmersheaven.com
    I try. I graduated as the top Java student in my college this year.
  • powder
  • oil offshore
  • oil weight
  • tca chemical peel
  • How can I master programming in C# (specially network programming)?, any recommended website or E-book?

    hajaya,











    If you are just getting into programming than do you realize what you're asking? Most individuals it takes 10 (TEN) years to master a programming language and by that time new technology is being released. It is an everlasting learning experience!How can I master programming in C# (specially network programming)?, any recommended website or E-book?
    Practice, practice, practice. That's really all you can do. You can read all day, but you need to get into the code and get yourself some experience. In my opinion, experience is the best way to learn.





    There is a belief that it takes 10 years to master a programming language. I think that's BS. Some people learn faster (or slower) than others. I work with people that have been working with the same language for damn near 20 years and still don't have a clue. On that note, there are a few people here that have only been working with it for 3 or 4 years and are coding circles around people.How can I master programming in C# (specially network programming)?, any recommended website or E-book?
    A book might check out is: http://www.amazon.com/exec/obidos/ASIN/1鈥?/a>


    Practical .NET 2.0 Networking Projects by Apress. If you use that link you can even thumb threw parts of the book and search it by clicking on (image of book) Search Inside.


    Another suggestion is I enjoy using nSoftware's IP*Works www.nsoftware.com. They also have other products depending on what you're wanting to do exactly. I have been using their products for 3 years and find them very useful for networking and especially internet protocols. They make the work much easier than it would be otherwise.
    Try This Site http://www.project-bb.org/


    Here You Find Many Programming Related Help And Also E-books For All Programming Language





    Bye Bye





    New Programmer

    Anyone have information on how to get programming instructions for 2003 Santa Fe for keyless entry?

    Check your owner's manual. If that doesn't help, check your local Auto Zone or similar shop for a manual on the vehicle. If there's no help there, contact Hyundai for instructions.





    Good luck!Anyone have information on how to get programming instructions for 2003 Santa Fe for keyless entry?
    I hate to give you this answer. But; you have to go to the dealer. The dealer has to hook up it's computer to the vehicle and program the remote for the keyless entry system. However, it does occur to me that this may not be the question you are asking. Do you mean the functions of the keyless entry system or the remote? What is the actual issue? Depending on the actual difficulty you are having I might be able to give you better direction.

    Please suggest me best certification for c programming in india?

    hi i am sandeep .i am preparing c at home but i want a certification in c . i have heard of niit but dont know whether its certificate is valuable or not please and if they take exams for students who r not talking classes in niit. so please suggest me where should i do my certification in c.i am stayin in india so please suggest me as soon as possible. and if u know the course fee please do tell that also .Please suggest me best certification for c programming in india?
    why on earth u need a certification on C

    Should I Learn A Programming Language Early?

    Im 14 and I wanna know if its best to start a language early, and where I could learn easily. Possibly HTML, Java or Visual BASIC.NET.Should I Learn A Programming Language Early?
    I knew BASIC and I was starting on Assembly language before I could drive. So really, you aren't all that early. Some schools started around age 10-12 with BASIC, and some with Logo. You are never to young to learn.





    HTML is a markup language. It isn't really programming. It is closer to LayTex or perhaps the hidden markup language you would find behind Word, Word Perfect, or one of many other word processing programs.





    VB.net means dealing with the Windows GUI and really, that isn't programming. You are mostly creating an interface with most of the work done for you. You'll spend the majority of your time creating the interface with little programming to actually do things.





    These days, I'd suggest you learn C, BASIC, or some other kind of procedural language that only runs in a DOS or Command window. Then, if you wish, expand into object oriented languages and windowing interfaces such as Windows (Microsoft) or Xwindows (Linux). You really need to learn the basics of programming. If you were to start in school, they would probably start you with a programming course using pseudo-code. Pseudo-code is generally similar to BASIC but it is not nearly as structured and you never really execute the programs.





    For a C tutorial:


    http://cprogramming.com


    For BASIC, you can still find Qbasic and Quick Basic Not sure about any tutorials.





    Then write lots of little programs that do things. It is really the only way you'll learn programming.





    Shadow WolfShould I Learn A Programming Language Early?
    It's best to learn programming early. Which language you learn is not terribly important; someone with programming skills can pick up a new language pretty quickly.





    HTML is not a programming language.


    Java would be a good choice for a first language. So would Python or Ruby. I wouldn't recommend Visual Basic.
    There is an experienced programmer who is posting lessons, starting with the most basic concepts. He is teaching C to start with, and says he will expand to other languages. He is an excellent instructor, and he and his moderators monitor all the lessons for questions. So you can ask a question in any lesson and they will answer it. I highly recommend you check them out.His name is Carl H and the lessons are on reddit.com. The subreddit is carlhprogramming. Here is a link to the lesson list.


    http://www.reddit.com/r/carlhprogramming鈥?/a>
    Im 14 and I already know about 5 or 6 programming languages I would suggest starting off learning VB.NET http://www.microsoft.com/express/downloa鈥?/a> visual basic is easy, fast and very good for a first language it lets you make programs for your PC
    Java. Buy Java for Dummies from a bookstore.

    Which requires more logic, Mathematics or Computer Programming?

    I have studied a lot of Mathematics I love it a lot and I know it requires a lot of logic. But I hardly know anything about Computer Programming, so I was wondering which among the two requires more of logic.Which requires more logic, Mathematics or Computer Programming?
    anything related to mathematics can be applied to programming if it is required for the functionality of the software. Due to that, I would say it really depends on what you're usually coding and what level of mathematics you're using. If you're making 3D games then you're using top notch 3 dimensional trigonometry as well as utilizing the physics of three dimensional space. If you're just making a point and click shooter, then theres not much mathematics at all, but still a variant of logic required for the looping, conditions, function calling, recursion (if applicable), etc.





    I would say that generally computer programming requires more logic due to the fact that no matter how simple the program is (within reason), you're still using loops, conditions, recursion, functions, classes, etc.Which requires more logic, Mathematics or Computer Programming?
    Well, only about 10% of the concepts we call Math fits onto a machine running binary numbers. Perhaps if we ever break past binary counting schemes we would see true artificial logic. BTW, from my academic career I observed the accomplished with mathmatics always had aptitudes for programming. There is a level of Math where everything begins to gel into relationships. I never got to that point. ;)

    Why does a solution to a linear programming problem always end up at a vertex?

    The constraints form planes which intersect to form lines. The lines intersect and form a polygon in space. If there is a minimum/maximum it will lie on the polygon, IF the constraints come into play. The classic LP method of Danzig operates by finding a vertex and then going around the polygon to find the next vertex until the maximum is found. Because of this mode of operation you will always end up at a vertex. Note, however that if one or more constraints do not come into play in the solution, the solution could also be found anywhere on a particular line segment.
  • powder
  • oil offshore
  • oil weight
  • tca chemical peel
  • How To Grasp Standard Grade And Higher Programming?...?

    Can anyone tell me how to grasp this part of the course?...


    I find it really hard and confusing and the teacher has went over it already...How To Grasp Standard Grade And Higher Programming?...?
    just be patient it will all come

    Why is there a ';Programming Bible'; but not a ';Programming Qur'an'; ?

    You see various ';Bible'; books, claiming to be the authority on a certain subject, like car repair, C++, whatever. Why aren't there any similar ';Qur'an'; books?Why is there a ';Programming Bible'; but not a ';Programming Qur'an'; ?
    Qur'an means ';the recitation'; and Bible means ';the book';. So unless you're reciting car repair, ';Car Repair Qur'an'; isn't a fitting name. Both with connotations of authority from being books of religious athority. But practially, when people started naming their books to be athoritative guides, the authors and potential buyers knew more readily what people meant by ';bible';.Why is there a ';Programming Bible'; but not a ';Programming Qur'an'; ?
    Because there are probably a lot more Publishers/Writers here in the west that are Christian. Plus, only a small % of people here are Muslims, it's way too small of a target audience to make a sufficient profit to warrant the publishing of said book.
    Us hard core programmers use the x86 asm programming Bible.





    There might be a programmers Qur'an used by malware developers to infiltrate and blow up operating systems.





    Ask this qustion next time you're in Vegas at Black Hat and Defcon.
    Muslims would probably blow up the publisher of any such ';Qurans'; for disrespect.
    Because the bible is more popular.
    There is another meaning for the word bible. It has nothing to do with religion.
    BIBLE IS REAL BUT IVE never heard of this kind of Bible...

    Are there any good online Palm OS programming tutorials for beginners?

    I have a lot of experience with web coding, and some limited VB experience.


    I've been looking for a particular Palm OS application for months now and there's nothing on the market that matches my needs. So I've decided to take the bull by the horns, teach myself Palm OS coding and make the damn thing myself.Are there any good online Palm OS programming tutorials for beginners?
    chk this out http://mobile.eric-poncet.com/palm/tutor鈥?/a>Are there any good online Palm OS programming tutorials for beginners?
    For ';on-device'; Palm programming, try Plua 2.0 at:


    http://meusite.uai.com.br/~mmand/plua/plua.htm


    It has some limitations, but works great for many types of programs. Report Abuse

    So far as I know, there's not a lot in the way of compilers for Palm that aren't C-based.





    I do recall a project to make a Palm device into a PHP server, which could be one way of doing it without having to learn a new language...

    What degree do i need to get to teach computer programming to high school students of college students?

    Just a teaching degree, which you can get at most accredited 4 year universities. Or, if you already have a degree, you can get a teaching certificate. If you want to teach at the university level, you will need at least a master's degree.

    Is there a thing more aching than documenting a computer programming code?

    Yeah there is. It is debugging an undocumented code.Is there a thing more aching than documenting a computer programming code?
    The following two statements are usually both true:


    There's not enough documentation.


    There's too much documentation - source unknown





    Just put in another goto, and then it'll be readable. :-)


    -- Larry Wall in %26lt;199804161810.LAA18902@wall.org%26gt;





    Voluminous documentation is part of the problem, not part of the solution. -- Tom DeMarco, software development consultant





    If a program is useful, it will have to be changed. ... If a program is useless, it will have to be documented. -- unknown





    ---- sorry folks, just having a laugh at it all!


    ---- Whatever you do, and however painful, ensure the documentation has fewer bugs than the code itself - (that's mine)Is there a thing more aching than documenting a computer programming code?
    Try to maintain and fix bugs in undocumented code. The management always wants to get the bugs fixed within 24 hours .
    There is, trying to debug through a non-documented code which is not written by you.

    Can someone give me an example of a linear programming problem?

    Here's an example:





    You're going to make cookies and pies for a bake sale. It starts in 6 hours. You have 15 eggs. Cookies are made by the dozen, take 30 minutes to make, uses 2 eggs in the process, and sell for $8. A pie takes 40 minutes to make, uses 3 eggs in the process, but sells for $12. With the limited amount of time you have, how much of each kind should you make, in order to maximize your profit?





    Let C be the number of dozens of cookies you make, and P the number of pies you make. Then:





    C %26gt;= 0


    P %26gt;=0


    2C + 3P %26lt;= 15 eggs


    30C + 45P %26lt;= 8*60 minutes


    And we want to find the values that maximize 7C + 12P





    Linear Programming shows you different methods for solving problems like this.Can someone give me an example of a linear programming problem?
    Glad I could help. Thanks for the points! Report Abuse
    Can someone give me an example of a linear programming problem?
    I found this on a website :) It's an amusing one...





    Goldilocks needs to find at least 12 lbs of gold and at least 18 lbs of silver to pay the monthly rent.





    There are two mines in which Goldilocks can find gold and silver.





    Each day that Goldilocks spends in mine 1, she finds 2 lbs of gold and 2 lbs of silver.





    Each day that Goldilocks spends in mine 2, she finds 1 lb of gold and 3 lbs of silver.





    Formulate an LP to help Goldilocks meet her requirements while spending as little time as possible in the mines.





    Let xi = no. of days spent in mine i (i =1,2)





    Min z = x1 + x2





    Subject to


    2 x1 + x2 鈮?12 (Gold constraint)


    2 x1 + 3 x2 鈮?18 (Silver constraint)


    x1, x2 鈮?0
    I believe that it is something like this...





    X=3 y=5





    If x%26gt;y then display ';x is greater than y';


    If x%26lt;y then display ';x is less than y';


    Else display ';x is equal to y';





    This is of course not in any programming language but it is the general idea behind linear programming (I think).
  • powder
  • oil offshore
  • oil weight
  • tca chemical peel
  • In socket Programming in Java How to check that that Client is connected to Server?

    I m doing Socket Programming in Java In that I want that Client will be get connected to server forever and as soon server is down Client will get notified Can anybody send me the code of thisIn socket Programming in Java How to check that that Client is connected to Server?
    microsoft knowledge base can help you alot

    I need help with the scanf function in C programming. I want to print text on the same line after using it.?

    Anytime i use the scanf function the program i write automatically moves to the next after executing the scanf line. I'd like to know if theres a way of taking in an integer with scanf and printing text afterwards on the same line. I need help with the scanf function in C programming. I want to print text on the same line after using it.?
    The problem lies in the fact that scanf() only has data to read after an Enter has been pressed, which advances the cursor to the next line. You may be able to read character by character by using getch() or getchar().





    If you can, because you'll be reading at the character level rather than at the line level, you're going to have to devise another way to digest the input. Accumulating the characters in a buffer and handing it off to sscanf() (Note the different name -- this works on a buffer, not a file) is one way. Due to the lack of an Enter, you may also need a way to detect when the input is done.





    Hope that helps.

    Is computer programming difficult to learn?

    I'm really interested in computer programming and i want to take an online course. (not for a grade, just for myself)


    Do you think it's very intricate?


    If not, than what kind of study habits should i have for that particular course? (note taking,..etc.)Is computer programming difficult to learn?
    In my opinion, the difficulty will largely depend on 3 things:


    1) The language. Some programming languages are considered to be written at a ';lower level.'; By lower level, I am not talking about their quality. I am talking about how closely the language is related or interacts with the computer hardware. If you were to write something in assembly (and few people ever do), you give instructions that are specific to the type of CPU/system architecture the computer uses. If you use something like Java, you do not have to deal with any hardware specific concepts or memory management. Other languages, such as C, C++, and Fortran are in between. Few languages require you to really know a lot about the system architecture though and it is not a huge issue. Also, some languages are very strict in their structure and syntax... that can make things slightly more difficult as well.








    2) This is the most important. The difficulty will largely be impacted by how you think and solve problems. Your ability to pick up concepts in logic and your ability to break processes down into simple steps and algorithms will affect your ability to pick up programming concepts. Some people are great at things like this and they pick up programming concepts relatively easily. Other people struggle with these concepts and it can make things difficult. Also, programming can be frustrating and tedious at times (especially when you are learning and do not understand why your program is not working). An impatient person will have more problems in these times.





    3) The tutorials, books, and instructors you use will also greatly affect the difficulty. A poorly written book may have errors in its example code (and yes, I have seen that happen and the reader was very confused). A good book/tutorial can explain things clearly and may point out potential problems you may have.Is computer programming difficult to learn?
    There are numerous computer languages out there in varying difficulty and even though there might be some that can be considered good beginner languages, it is impossible to say what suits your needs without knowing what kind of application you want to develop.





    If you want to do web applications HTML and JavaScript is probably a good start, but if you want to build something advanced you might need to use a server side language, like ASP.NET or PHP. If it's a desktop application you want to do, then perhaps Java or Visual Basic would be right for you. But that might be too hard for a beginner and maybe you would like Ruby or Python better?





    So, not only do you have to make a choice depending on difficulty, but also on what you want to develop.





    With that said, I hope you find a language that suits your needs and that you grow to love.
    Hi


    No , programming is not difficult to learn , as long you get the basics and work hard enough .


    Get the fundamentals, practice the exercises on first basis.


    Note taking is good , especially if u learned something by error and trial in lab or some problem for example ...





    Good luck !
    Look for a small tutorial on Microsoft Basic, the software should be free. Give it a shot.





    I did 2 years of programming and hated it and dropped out. Back then programs wouldn't run because of processor problems, today everything is more reliable. Give it a shot!





    Try web development as well, should be easy!
    It's not too hard. These videos are great for learning C++.





    http://xoax.net/comp/cpp/index.php

    What programming Language is Dreamweaver and photoshop written in?

    at a guess i'd say C++. It's the most commonly used higher level language.





    You could use an alternative, like Java.What programming Language is Dreamweaver and photoshop written in?
    C++. It is probably this because it is cross platform (can be used on Mac, Windows, Linus etc) and it is very powerful





    I hope you are not thinking about making one yourself! They take years of work make!What programming Language is Dreamweaver and photoshop written in?
    Probably C++
    http://www.digitaljuice.com/





    http://www.tutorialkit.com/
    C++ for GUI oriented navigation with a bit of C for API functions and image processing

    What are the basic codes for silver light programming?

    http://silverlight.net/GetStarted/

    I'm trying to understand programming in C. How do you write a program when you input integers?

    It will give you 2 3 7


    twice the sum of the integers plus 7 is 31--good-byeI'm trying to understand programming in C. How do you write a program when you input integers?
    Heres a simple program that does what you want. It will show you how to ask for user input and then use those values in a simple formula.





    Take note of how the formula is structured with the position of the brackets ensuring that the 2x multiplication occurs before the 7+ addition.








    void main (void)


    {


    int input_1=0;


    int input_2=0;


    int input_3=0;





    int total=0;





    printf(';Please enter 3 Integers\n';);





    printf(';Please enter Integer 1: ';);


    scanf(';%d';,%26amp;input_1);





    printf(';Please enter Integer 2: ';);


    scanf(';%d';,%26amp;input_2);





    printf(';Please enter Integer 3: ';);


    scanf(';%d';,%26amp;input_3);





    /* add the 3 integers together, multiply by 2, add 7 */


    total = 2*(input_1 + input_2 + input_3) + 7;





    /* print out the total to show its working */


    printf (';Twice the Sum of %d, %d, %d plus 7 = %d\n';,


    input_1, input_2, input_3, total);


    }I'm trying to understand programming in C. How do you write a program when you input integers?
    Your question is a bit unclear. If you are asking about how to input data from the user, I can help you with that. The rest of the problem is up to you.





    IO is done with printf and scanf (the f is for formatted). Wikipedia has detailed descriptions of the functions, so I don't have to repeat them here.





    both printf and scanf take a format string and a list of variables. Printf outputs the format string and any variables. Scanf reads data in and stores it in the variables.





    for both routines, %d stand for integer. for example:


    int n1, n2;


    int temp = 72;


    printf(';The temperature is: %d\n';, temp);


    // prints The temperature is: 72





    // We can use printf without any variables if we wish


    printf(';Please enter the first number\n';);


    // scanf takes a format string and the address of the variable


    // %d means read the input as an integer


    scanf(';%d';, %26amp;n1);


    printf(';Please enter the second number\n';);


    scanf(';%d';, %26amp;n2);


    printf(';the sum is %d\n';, n1 + n2)
  • powder
  • oil offshore
  • oil weight
  • petroleum oil
  • What programming language do Aimbots get made with?

    Umm yeah what do they get written in.What programming language do Aimbots get made with?
    The are written in whichever language the API is written in.

    How can I find a good job in computer programming field?

    Good Luck





    Lokk under my sources

    Need help on a java programming assignment?

    I'm uncertain how to start writing this method in the assignment given here:





    Write a method that finds the average of all elements in a matrix,


    containing 2-dimensional array, of integers. The method should accept matrices of all sizes. (3x3 , 3x4, 4x3, etc.)





    Any tips or suggestions would be awesome! thanks!Need help on a java programming assignment?
    int matrixAverage(int[][] matrix) {


    int count = 0;


    int total = 0;


    for(int i=0,n=matrix.length; i%26lt;n; i++) {


    for(int j=0,k=matrix[i].length; j%26lt;k; j++) {


    total += matrix[i][j];


    count++;


    }


    }


    int avg = total / count;


    return avg;


    }





    // that is for integers - replace int by float/double if the matrix has other element types

    How to earn money online? - programming?

    Hi!





    Hi, I've done 10+2 from cbse.


    I also know programming at intermediate level. C, C#, javascript, HTML.


    Will you please tell me how can I use my skills to earn something, as I am not certified cannot join a company as a professional.


    Thank you.How to earn money online? - programming?
    http://scriptlance.com/ you can easily earn money programming there.How to earn money online? - programming?
    You can try to do some online job such as data entry
    Hi,





    This is not an overnight scheme but you can see results immediately. If you want to earn some income while looking for your next gig, just see my site for details.





    http://www.cybercashnow.net





    It's really a great opportunity if you want to make money now. Any questions, shoot me an email.





    Good Luck!





    Jason
    http://moneycosmos.com/?r=339572...





    http://www.awsurveys.com/homemain.cfm?re...





    Sign up in these 2 websites for free.. u can really earn at least $200/ month.. u can easily receive the money from anywhere in this world
    Various money making ways and sites could be found here


    www.incomebooster.org/


    Also, I want to tell you about best website you can earn 50$/day with. You can read a review and join here!


    I recommend that this will work in every country


    http://incomebooster.org/paid-surveys-an鈥?/a>


    http://incomebooster.org/paid-surveys-an鈥?/a>


    http://incomebooster.org/paid-surveys-an鈥?/a>
    Google Adsense is the best advertising instrument used over internet now. But coping up with the TOS of Google Adsense is very tough. We should be very carefull while driving up with google Adsense. Many got their accounts banned for no reason. But there are ways of getting new Google Adsense accounts by taking the appropriate measures after it





    There are lots of ways to make huge profits from adsense provided ,if we had worked hard in setting up our websites appropriate to the users taste.


    Adsense usually allows users to earn lot of money in their accounts but you could not taste that money if you have performed any illegal activity in making those profits.





    Get to know various other problems which a publisher could face while using adsense at





    http://adsenseproblems.blogspot.com/
    I was looking for something similar and I ran across this website. Its free so I decided to try it and it seems to be working out so far! Only go with companies that do not charge you anything.





    www.website.ws/jmills31
    myspaces top compeditor is better than myspace.. cuz it pays money to do the same thing
    Getacoder.com for programming





    for other ways








    http://earncash.totalh.com/





    PS: This site contains link for several sites which are referral links.


    If you go through these links I will benefit but you will also benefit.

    Are sony vaio laptops (cs series with vista home premium) good for web programming?

    i am a web programming student.and my programming language is php.i work with mysql and dreamweaver.


    please help me to find a good laptop.Are sony vaio laptops (cs series with vista home premium) good for web programming?
    You can do web programing on any laptops.
  • powder
  • oil offshore
  • oil weight
  • petroleum oil
  • Can anyone please describe the difference between object oriented programming and non-object oriented program?

    The difference is in the whole approach. As is the case with most emerging technologies, things start out simple, and then the demands become more and more complex. The first computer could fill an entire building and was little more than a scientific calculator. Needless to say programs were simple, and linear. Non-object oriented just means that the program is sequentially designed much like that of a function. This doesn't mean that a sequential language like C, can't be used to create object oriented programs, it just means it's not designed for that and will be hard to do. And that's precisely the point. By the time computer technology got to where programs were getting larger and more distributed, it became evident that we needed to be able to write programs that could handle the needs of modern environments. Essentially that means:





    -Expandability


    -Modularity


    -Security/Type Safety


    -More built-in memory manipulation/optimized hashes





    This was the basics of Bjarn Stroustrup's invention of C++ which is just the object oriented upgrade to C. C++ (which is the definitive object oriented language), can be used to write programs that are millions of lines of code, without the need for every single engineer to know what all those other lines are doing. That is modularity. Modularity means you define an interface and as long as you know what that interface does, you don't need to know exactly how it does it, so you can concentrate on your own code. C++'s design is also expandable, meaning you can write code that is easily upgraded to handle larger and more complex versions of the same basic idea. For example you could write a program that is designed to basically do some processing on some simple data. But then let's say your program becomes popular and you need to upgrade it. If you designed it properly, C++'s capabilities enable you to use your generic program as a foundation for many other different and more complex programs which all utilize the same basic concept you originally envisioned.





    Aside from this general description, there's lots of other advantages to object-oriented programming, however, that doesn't mean it's always the best design solution for your needs. Sometimes you just need a simple sequential program, and writing a complex object-oriented architecture doesn't make any sense.

    What is the most popular programming language, how different to C?

    Trick question - C _is_ the most popular programming language.


    Well to be honest, Java and VB are probably more popular in general (i.e. including home user hobbyists), but in the industry you'll find that C/C++ are more widely used.





    Rawlyn.What is the most popular programming language, how different to C?
    c is chineseWhat is the most popular programming language, how different to C?
    JAVA and PL/SQL but they cannot replace each other.
    PHP for scripting language, JAVA for real prog language. C is the grandfather of those programming language (but still powerfull).

    What are the categories of programming languages?

    Can you help me with my school project? What are the different categories of languages under 3rd and 4th generation programming languages?What are the categories of programming languages?
    I don't know of any inside categories in the 3rd and 4th generation, but I did here about this categorizing stuff.





    In the first level there is the machine code itself represeneted by 1's and 0's.





    In the second level there is the assembly which is a more symbolic representation of the machine code. Examples to commands in assembly are:


    mov eax, ecx


    xor ebx, ebx


    Every basic command is called an opcode. opcodes differ from one platform to another.





    In the third levels there are compiler languages. That means that you write your code, compile (build) it using a compiler that converts your code to assembly. In C, and C++ for instance you have compilers like gcc and gxx to compile your code to an ';exe'; or wrap it in a ';so\dll (In windows)';. That means that for every i++ that you write, the compiler changes it to: get value of variable from the memory, increase it by one and write it back to memory. Compilers also differs between platforms.


    Java is a special 3rd generation languages, because the ';compiler'; build your plain ';.java'; code to ';.class'; code - which is called bytecode. The computer itself doesn't run the bytecode, it's not an assembly. The byte code is run by a special program called the Java Virtual Machine. The same is for .NET and the CLR.


    A main difference between C and PASCAL languages and C++,Java,.Net, is that the first is a procedural language and the last are object oriented languages (OO). In C and PASCAL one may write procedures, that he may call in the flow of the program, whether in C++ and Java the programmer have objects, and each Object has it's properties and capibilities and the code just describe the flow of objects using one another.





    The forth level languages are interperter languages - like Python and Rubie and even Pearl. You have a main running enviornment - an interperter, that recieve code from the programmer, and interpert and execute the code line by line, without compiling the code first. This allows the user the adventage of changing his code on the spot, and see how the flow changes, without having to compiling all the time.





    When you go from 1st and 2nd generations to the 3rd and 4th generations, it's said that you move from low level languages to high level languages - On one hand the code is closer to the way that people understand the world, but on the other hand it's less efficient.





    It's said that for big applications one should use 3rd generation, for things that need acceleration one should use 2th generation and for small applications one should use 4th generations. But there are many exceptions.What are the categories of programming languages?
    You mean like C++, perl, java, python?