Friday, January 8, 2010

C or C++ for programming biped robots/ robot on wheels?

I am completely new in robotics and would like to know which of these is better to learn, C or C++?





C or C++ for programming biped robots/ robot on wheels?
Bette learn artificial intelligence programming language like lisp ,etc .C or C++ for programming biped robots/ robot on wheels?
C compiles to a smaller file and faster code, but C++ is better because it's object-oriented, which can help organize code (which is better for larger projects).





Basically, C is faster to learn, but requires many more lines of code since it is lower level.





C++ takes longer to learn (unless you are already familiar with object-oriented concepts), but makes maintaining the code easier.





The two are actually pretty similar, only C++ has more to it. So if you learn C first, it will make easing into C++ easier. But if you learn C++ first (takes longer), then the time to learn C would be trivial.





Another thing you might consider is what kind of, if any, API (Application Programming Interface) is available for your robot and the language it uses.
  • blonde highlight
  • oil offshore
  • printer ink
  • pink highlight
  • Anyone with any BASIC programming experience?

    Hello, I have made a few applications for the TI-84 Plus Graphing Calculator and I wrote them in c++. I need to make them into BASIC so I can transfer them. I have an idea how to do it but, I don't know how to make a basic program. I know some of the commands, but I need to know how to start and save a project. If someone could point me in the direction of how to start the project, that would be nice...!!!!Anyone with any BASIC programming experience?
    Hi. Like most people I my experience with basic goes back to when it was one of the most advanced things you could do on your computer. Basic is still an interpreter though. You don't compile it, you feed it a program which is a text file and it executes it one command at a time. So, here is a tutorial which definitely covers BASIC for the TI calculator -- the TI-83 rather than the TI-84 but it should be doable easily.





    You might consider getting ahold of chipmunk basic for your operating system to practice working with an interpreter. It is NOT the same as TI-BASIC but it will make you more confident about putting programs on your calculator (which is considerably more complicated that the multi-million dollar mainframe my sister got her Masters Degree working on back in the sixties).

    Anyone with information of programming instructions for keyless entry remote for Hyundai Santa Fe 2004.?

    Programming intruction for keyless entr remote for 2004 Hyundai Santa fe.Anyone with information of programming instructions for keyless entry remote for Hyundai Santa Fe 2004.?
    It has to be taken to a Hyundai dealership to be hooked up the their High Scan Tool. They will need both remotes (if you have two) it usually takes about 3 minutes to do.Anyone with information of programming instructions for keyless entry remote for Hyundai Santa Fe 2004.?
    i agree with the hyundai service manager








    a Hyundai Tech

    Hey, what's the difference between object oriented programming language and function(al) programming? thanks!!?

    More specifically, I need to be able to differentiate between C programming language and the Java programming languageHey, what's the difference between object oriented programming language and function(al) programming? thanks!!?
    Reusability of code





    Polymorphism


    Inheritance


    encapsulation





    also: java doesnt allow you to mess with memory adresses directly. (thank god)Hey, what's the difference between object oriented programming language and function(al) programming? thanks!!?
    An object oriented language is a language that expresses things as ';objects'; which contain data and the code that acts on that data. OO languages support concepts like encapsulation, polymorphism, and inheritance.





    In functional languages each function is completely self contained. You pass data in and the function passes results out with not side effects outside the function.





    Neither C (or c++) nor Java are functional languages. Plain C (not C++) is not object oriented, but Java is object oriented.



    Ok here we go:


    Differences between functional and objected oriented programming can


    be summed up as follows:


    In object oriented programming everything (or almost everything) is


    treated as an object that can be modified and that can perform tasks,


    or in OOP speak one might say objects have state and behavior. What it


    buys you (among other more advanced things) is: modularity,and data


    hiding.





    Here is an example: You might have an object that models a ball, from


    above the ball can be modified (i.e. you can change its state) for


    example you may be able to change the color of the ball. It can also


    perform tasks (i.e. it also has behavior) for example the ball can


    roll, or be thrown. As an object it is bundled neatly in a package


    that provides methods to change the state of the ball, and to make the


    ball perform actions. This package is usually called a module, in


    addition to the methods used to change state, and perform actions, the


    module also has data that is used to store any state information


    needed.





    Because this module is a complete package that models your object


    competely, the module can easily be reused in many different


    applications. Once it is wirtten and working anyone should be able to


    use the module without fully understanding internals. For examplea all


    one needs to know is that they want a red ball to throw. :)





    Here is a good resource on OOP:


    ';Object-Oriented programming concepts';


    http://java.sun.com/docs/books/tutorial/鈥?/a>








    In functional programming what you have basically are a set of


    functions each of which performs a task. Selectively executing these


    function results in the solution to the problem at hand.





    For example you might have a function that takes the coords. of a


    square computes the area, and you may have another function that


    computes the area of a triangle. By executing the square function 6


    times you could compute the area of a cube. Or by executing a


    combination of the square and triangle functions you could compute the


    area of a rhomboid. As you can see you can build quite complex systems


    based on simple functions.





    Technically choosing OOP of FOP (or vice versa) you can always


    accomplish the same results in either paradigm, however what may be


    very easy to do with an OOP approach may prove to be very difficult in


    FOP, and the converse may also be true depending on the problem.





    Which leads to: Why has the whole world moved from FOP to OOP...


    Welp this one is simple, it hasn't (in my opinion). Much of the world


    is moving to OOP, and OOP is getting all the press of late. But there


    is still a TON of work going on in the FOP world. But I digress, that


    is a different debate.





    I think the examples above may have already shed some light on this


    question, but simply put OOP makes it easier to conceive very large


    complex systems. Because it gives the developers the ability to break


    the system down to small tangible.. uhh.. objects... :) which can be


    designed, developed, and tested independently.





    In a functional paradigm what invariably happens as a large system


    grows: it becomes a huge pile of functions. All of which are


    interconnected, and dependent on each other. Which means if you change


    one function you break 10 others, it becomes impossible to manage. A


    *good* large program written in a functional language is usually


    designed with OOP principles in mind. (i.e. it is designed as a set of


    modules that are not inter-dependent on other modules)



    Doeas nay1 know a good site where i can get good programming questions in c or c++ or java?

    http://3dbuzz.com has some real nice free c++ video tutorials (that amount to around $2000 in schooling) and their c++ programming forum has a bunch of very good programmers. They will also help with C and Java if you ask.





    Thats the community that i use for my programming right now.

    What is the best Programming Language and Why?

    Detailed Answers PleaseWhat is the best Programming Language and Why?
    You see... my friend...





    I have been told by the Behavians, and, in particular, my extra-terrestrial friend Tan, that the Best programming language is APL. Because... APL is close to Apple, and, you know, the BASTARDS are not paying me enough money to eat food!





    So, when I was in the hospital, Tim didn't even call me once! I understand, but they don't even know how to keep livestock, let alone deal with people. And, in the hospital, I had a revelation. One of the lizard people visited me, while I was in the hospital, and told me that the best programming language was Scheme! That one sounds like it could help me to make plans. You know, Tim should really throw me a bone; those people making MILLIONS, and I only get a measly 400 dollars for a show... I really need to have a scheme.





    Howard, Robin and Artie didn't even call, and I could be living like a king on the money Howard spends on clothes. I think that there is a SNOBOLs chance in hell that the jew bastard is going to ever give me enough money to eat!





    So I think the Best programming languages are APL, Scheme and SNOBOL. Because, well, you know, a fellow's got to take care of himself, right?





    Yours Sincerly


    Riley Martin.What is the best Programming Language and Why?
    Best programming language for *what*?





    Flash+Action Script is the best language for creating web animations, but it's useless for driver development.





    SQL is the best language for database retrieval but its useless for graphics development.





    Assembly is the best language for programming microcontroller interrupt handlers, but its useless for web development.





    PROLOG is the best language for solving constraint logic, but it's useless for iPod app development.
    C++


    =


    Why?


    -


    Object-oriented programming


    The possibility to orientate programming to objects allows the programmer to design applications from a point of view more like a communication between objects rather than on a structured sequence of code. In addition it allows a greater reusability of code in a more logical and productive way.


    -


    Portability


    You can practically compile the same C++ code in almost any type of computer and operating system without making any changes. C++ is the most used and ported programming language in the world.


    -


    Brevity


    Code written in C++ is very short in comparison with other languages, since the use of special characters is preferred to key words, saving some effort to the programmer (and prolonging the life of our keyboards!).


    -


    Modular programming


    An application's body in C++ can be made up of several source code files that are compiled separately and then linked together. Saving time since it is not necessary to recompile the complete application when making a single change but only the file that contains it. In addition, this characteristic allows to link C++ code with code produced in other languages, such as Assembler or C.


    -


    C Compatibility


    C++ is backwards compatible with the C language. Any code written in C can easily be included in a C++ program without making any change.


    -


    Speed


    The resulting code from a C++ compilation is very efficient, due indeed to its duality as high-level and low-level language and to the reduced size of the language itself.

    Attention all Americans, I am British in my final year of Computer Programming, will be graduated in Sept.2010?

    Any website for Employment Agency in USA without asking me my zipcode as I live in Europe and don't have an address in USA but would like to try my luck searching for a java programming job for newly graduate in the states.Attention all Americans, I am British in my final year of Computer Programming, will be graduated in Sept.2010?
    There are plenty of graduate schemes in Europe the Helsinki institute of technology is a good place to go, though maybe you should think about Canada there are good roles in Vancouver or Toronto.Attention all Americans, I am British in my final year of Computer Programming, will be graduated in Sept.2010?
    Generally, a good website is going to provide an alternative to the ZIP code requirement for out-of-States workers -- usually its a country code.





    There's a few job-search websites (not employment agencies) that you could look into. Many of these include listings made by employment agencies, however, so if you see a collection of jobs that interest you that are all coming from the same agency, you can follow that lead.





    A national job-listing site that would fit this description is monster.com





    It would help to know where you are planning to live: are you looking to relocate into the States to work, and if so, where? Look up contacts for major hubs in the regions where you are interested in working -- generally, most major cities have a .gov website (to my knowledge, anyway) that can point you the way to local employment agencies that can help you further.





    If an agency really interests you, but their website requires a zip, give them a call over the phone during normal business hours (for them).





    I live near Phoenix, Arizona, and this place is almost crawling with programming jobs. California is a good place to start shopping for jobs, too, but there are jobs in every single state and every single major city, so be sure to do your research -- the cost of living here can be DRAMATICALLY different across state lines. Heck, a 20-mile difference here can leave you paying $500/mo. for rent vs. $1500/mo. for the same basic space.
    Hello,








    I suggest that you simply use the zip code in an area of the U.S. that you might consider residing in. Or try zip codes for several areas for a broader range of income. Different areas will also have different cost of living.
    You can't randomly go and work in the USA. No-one will employ you if you don't have the right work permits etc - which you obviously don't.
  • blonde highlight
  • oil offshore
  • printer ink
  • pink highlight
  • C programming scanf Alternative?

    I need to find an alternative way to read command line arguments, and validate them , without using scanf .





    Any suggestions would be appreciated





    Im keen to learn more about getchar() , would that be of use hre or not ?C programming scanf Alternative?
    There are quite a few functions that can be used as well as a few variations of the scanf function


    The gets function.


    - char *gets(char *s);


    wchar_t *_getws(wchar_t *s); // Unicode version





    Description





    Gets a string from stdin.


    gets collects a string of characters terminated by a new line from the standard input stream stdin and puts it into s. The new line is replaced by a null character (\0) in s.


    gets allows input strings to contain certain whitespace characters (spaces, tabs). gets returns when it encounters a new line; everything up to the new line is copied into s.


    The gets function is not length-terminated. If the input string is sufficiently large, data can be overwritten and corrupted. The fgets


    function provides better control of input strings.


    The getch function


    int getch(void);


    Description


    Gets character from keyboard, does not echo to screen.


    getch reads a single character directly from the keyboard, without echoing to the screen.


    Return Value


    getch returns the character read from the keyboard.


    There is getc function.


    int getc(FILE *stream);


    wint_t getwc(FILE *stream);


    Description


    Gets character from stream.


    getc returns the next character on the given input stream and increments the stream's file pointer to point to the next character


    Return Value


    On success, getc returns the character read, after converting it to an int without sign extension.


    On end-of-file or error, it returns EOF.


    The getchar functionC programming scanf Alternative?
    Well Jim seems to be a bit confused as he was using C++ instead of C.


    The scanf function is the most flexible the getch() function takes in a character at a time, the only way you can have is to take in a character at a time, the gets() function takes in a string input which is a bit useful.
    and from the conio.h collection there is getch() and getche() and cscanf()





    if you want a real change, use C++'s iostream


    #include %26lt;string%26gt;


    #include %26lt;iostream%26gt;


    using namespace std;


    int a, b, c;


    string s;


    cout%26lt;%26lt;';Enter 3 integers and a string:';;


    cin%26gt;%26gt;a%26gt;%26gt;b%26gt;%26gt;c%26gt;%26gt;s;


    cout%26lt;%26lt;';a=';%26lt;%26lt;a%26lt;%26lt;';, b=';%26lt;%26lt;b%26lt;%26lt;';, c=';%26lt;%26lt;c%26lt;%26lt;';, s=\';';%26lt;%26lt;s%26lt;%26lt;';\';';%26lt;%26lt;endl;

    Can anyone give me programming instructions for the keyless remote for a Saab 9.3 2001?

    Hoping this will help youCan anyone give me programming instructions for the keyless remote for a Saab 9.3 2001?
    it should be working if not may need a new battery take it to the garage also the front button locks it press it again and it puts the alarm on the one behind that opens it push once and the last one opens the lok on the trunk or boot as us brits call it oh and a give a thumbs up to the guy above me when a meant to give one downCan anyone give me programming instructions for the keyless remote for a Saab 9.3 2001?
    Your question allows I will have to assume some things. I assume you have either a remote that came with the car and has stopped working, or is intermittently working. Or you have aquired an additional remote, and that the cars locking system is operating properly. Regardless, first replace the battery(ies) just to be safe. That's the easy part. Next, seek out either the dealer, or hopefully, an independant shop with the necessary tech 2 equipment to do a progamming on your remotes. Bear in mind that you must have ALL of your keys AND your remotes to do the job correctly. If not, any remote and or keys not present will be useless to you afterwards. The whole proccess takes less than 10 minutes, however depending on who you have do the work expect to pay an hours labor time, sadly. At our shop we do not charge to program just cause it would be a rip-off to do so. Just a quick check you can do yourself. If the locks POP when you use the key only in the drivers lock chances are good the module is okay. If not you may have other issues in the system. Also, if you do not have two (2) remotes that are working I would strongly recommend that you have the immobilizer dissabled in the anti-theft system. The reason is that if you only have one remote and the immobilizer is active, should you lose that remote after having locked the vehicle with that remote and then lose or render the remote dead you are screwed. The cars anti-theft computor will have to be replaced and that can cost you from $900.00 or more depending on your local. You do as you wish but I highly recommend two (2) remotes or dissabled immobilizer. Hope this helps, Al.

    C or C++ for programming biped robots/ robot on wheels?

    I am completely new in robotics and would like to know which of these is better to learn, C or C++?





    C or C++ for programming biped robots/ robot on wheels?
    Bette learn artificial intelligence programming language like lisp ,etc .C or C++ for programming biped robots/ robot on wheels?
    C compiles to a smaller file and faster code, but C++ is better because it's object-oriented, which can help organize code (which is better for larger projects).





    Basically, C is faster to learn, but requires many more lines of code since it is lower level.





    C++ takes longer to learn (unless you are already familiar with object-oriented concepts), but makes maintaining the code easier.





    The two are actually pretty similar, only C++ has more to it. So if you learn C first, it will make easing into C++ easier. But if you learn C++ first (takes longer), then the time to learn C would be trivial.





    Another thing you might consider is what kind of, if any, API (Application Programming Interface) is available for your robot and the language it uses.

    Anyone with information of programming instructions for keyless entry remote for Hyundai Santa Fe 2004.?

    Programming intruction for keyless entr remote for 2004 Hyundai Santa fe.Anyone with information of programming instructions for keyless entry remote for Hyundai Santa Fe 2004.?
    It has to be taken to a Hyundai dealership to be hooked up the their High Scan Tool. They will need both remotes (if you have two) it usually takes about 3 minutes to do.Anyone with information of programming instructions for keyless entry remote for Hyundai Santa Fe 2004.?
    i agree with the hyundai service manager








    a Hyundai Tech

    Hey, what's the difference between object oriented programming language and function(al) programming? thanks!!?

    More specifically, I need to be able to differentiate between C programming language and the Java programming languageHey, what's the difference between object oriented programming language and function(al) programming? thanks!!?
    Reusability of code





    Polymorphism


    Inheritance


    encapsulation





    also: java doesnt allow you to mess with memory adresses directly. (thank god)Hey, what's the difference between object oriented programming language and function(al) programming? thanks!!?
    An object oriented language is a language that expresses things as ';objects'; which contain data and the code that acts on that data. OO languages support concepts like encapsulation, polymorphism, and inheritance.





    In functional languages each function is completely self contained. You pass data in and the function passes results out with not side effects outside the function.





    Neither C (or c++) nor Java are functional languages. Plain C (not C++) is not object oriented, but Java is object oriented.



    Ok here we go:


    Differences between functional and objected oriented programming can


    be summed up as follows:


    In object oriented programming everything (or almost everything) is


    treated as an object that can be modified and that can perform tasks,


    or in OOP speak one might say objects have state and behavior. What it


    buys you (among other more advanced things) is: modularity,and data


    hiding.





    Here is an example: You might have an object that models a ball, from


    above the ball can be modified (i.e. you can change its state) for


    example you may be able to change the color of the ball. It can also


    perform tasks (i.e. it also has behavior) for example the ball can


    roll, or be thrown. As an object it is bundled neatly in a package


    that provides methods to change the state of the ball, and to make the


    ball perform actions. This package is usually called a module, in


    addition to the methods used to change state, and perform actions, the


    module also has data that is used to store any state information


    needed.





    Because this module is a complete package that models your object


    competely, the module can easily be reused in many different


    applications. Once it is wirtten and working anyone should be able to


    use the module without fully understanding internals. For examplea all


    one needs to know is that they want a red ball to throw. :)





    Here is a good resource on OOP:


    ';Object-Oriented programming concepts';


    http://java.sun.com/docs/books/tutorial/鈥?/a>








    In functional programming what you have basically are a set of


    functions each of which performs a task. Selectively executing these


    function results in the solution to the problem at hand.





    For example you might have a function that takes the coords. of a


    square computes the area, and you may have another function that


    computes the area of a triangle. By executing the square function 6


    times you could compute the area of a cube. Or by executing a


    combination of the square and triangle functions you could compute the


    area of a rhomboid. As you can see you can build quite complex systems


    based on simple functions.





    Technically choosing OOP of FOP (or vice versa) you can always


    accomplish the same results in either paradigm, however what may be


    very easy to do with an OOP approach may prove to be very difficult in


    FOP, and the converse may also be true depending on the problem.





    Which leads to: Why has the whole world moved from FOP to OOP...


    Welp this one is simple, it hasn't (in my opinion). Much of the world


    is moving to OOP, and OOP is getting all the press of late. But there


    is still a TON of work going on in the FOP world. But I digress, that


    is a different debate.





    I think the examples above may have already shed some light on this


    question, but simply put OOP makes it easier to conceive very large


    complex systems. Because it gives the developers the ability to break


    the system down to small tangible.. uhh.. objects... :) which can be


    designed, developed, and tested independently.





    In a functional paradigm what invariably happens as a large system


    grows: it becomes a huge pile of functions. All of which are


    interconnected, and dependent on each other. Which means if you change


    one function you break 10 others, it becomes impossible to manage. A


    *good* large program written in a functional language is usually


    designed with OOP principles in mind. (i.e. it is designed as a set of


    modules that are not inter-dependent on other modules)



    Doeas nay1 know a good site where i can get good programming questions in c or c++ or java?

    http://3dbuzz.com has some real nice free c++ video tutorials (that amount to around $2000 in schooling) and their c++ programming forum has a bunch of very good programmers. They will also help with C and Java if you ask.





    Thats the community that i use for my programming right now.
  • blonde highlight
  • oil offshore
  • printer ink
  • pink highlight
  • What is the best Programming Language and Why?

    Detailed Answers PleaseWhat is the best Programming Language and Why?
    You see... my friend...





    I have been told by the Behavians, and, in particular, my extra-terrestrial friend Tan, that the Best programming language is APL. Because... APL is close to Apple, and, you know, the BASTARDS are not paying me enough money to eat food!





    So, when I was in the hospital, Tim didn't even call me once! I understand, but they don't even know how to keep livestock, let alone deal with people. And, in the hospital, I had a revelation. One of the lizard people visited me, while I was in the hospital, and told me that the best programming language was Scheme! That one sounds like it could help me to make plans. You know, Tim should really throw me a bone; those people making MILLIONS, and I only get a measly 400 dollars for a show... I really need to have a scheme.





    Howard, Robin and Artie didn't even call, and I could be living like a king on the money Howard spends on clothes. I think that there is a SNOBOLs chance in hell that the jew bastard is going to ever give me enough money to eat!





    So I think the Best programming languages are APL, Scheme and SNOBOL. Because, well, you know, a fellow's got to take care of himself, right?





    Yours Sincerly


    Riley Martin.What is the best Programming Language and Why?
    Best programming language for *what*?





    Flash+Action Script is the best language for creating web animations, but it's useless for driver development.





    SQL is the best language for database retrieval but its useless for graphics development.





    Assembly is the best language for programming microcontroller interrupt handlers, but its useless for web development.





    PROLOG is the best language for solving constraint logic, but it's useless for iPod app development.
    C++


    =


    Why?


    -


    Object-oriented programming


    The possibility to orientate programming to objects allows the programmer to design applications from a point of view more like a communication between objects rather than on a structured sequence of code. In addition it allows a greater reusability of code in a more logical and productive way.


    -


    Portability


    You can practically compile the same C++ code in almost any type of computer and operating system without making any changes. C++ is the most used and ported programming language in the world.


    -


    Brevity


    Code written in C++ is very short in comparison with other languages, since the use of special characters is preferred to key words, saving some effort to the programmer (and prolonging the life of our keyboards!).


    -


    Modular programming


    An application's body in C++ can be made up of several source code files that are compiled separately and then linked together. Saving time since it is not necessary to recompile the complete application when making a single change but only the file that contains it. In addition, this characteristic allows to link C++ code with code produced in other languages, such as Assembler or C.


    -


    C Compatibility


    C++ is backwards compatible with the C language. Any code written in C can easily be included in a C++ program without making any change.


    -


    Speed


    The resulting code from a C++ compilation is very efficient, due indeed to its duality as high-level and low-level language and to the reduced size of the language itself.

    Attention all Americans, I am British in my final year of Computer Programming, will be graduated in Sept.2010?

    Any website for Employment Agency in USA without asking me my zipcode as I live in Europe and don't have an address in USA but would like to try my luck searching for a java programming job for newly graduate in the states.Attention all Americans, I am British in my final year of Computer Programming, will be graduated in Sept.2010?
    There are plenty of graduate schemes in Europe the Helsinki institute of technology is a good place to go, though maybe you should think about Canada there are good roles in Vancouver or Toronto.Attention all Americans, I am British in my final year of Computer Programming, will be graduated in Sept.2010?
    Generally, a good website is going to provide an alternative to the ZIP code requirement for out-of-States workers -- usually its a country code.





    There's a few job-search websites (not employment agencies) that you could look into. Many of these include listings made by employment agencies, however, so if you see a collection of jobs that interest you that are all coming from the same agency, you can follow that lead.





    A national job-listing site that would fit this description is monster.com





    It would help to know where you are planning to live: are you looking to relocate into the States to work, and if so, where? Look up contacts for major hubs in the regions where you are interested in working -- generally, most major cities have a .gov website (to my knowledge, anyway) that can point you the way to local employment agencies that can help you further.





    If an agency really interests you, but their website requires a zip, give them a call over the phone during normal business hours (for them).





    I live near Phoenix, Arizona, and this place is almost crawling with programming jobs. California is a good place to start shopping for jobs, too, but there are jobs in every single state and every single major city, so be sure to do your research -- the cost of living here can be DRAMATICALLY different across state lines. Heck, a 20-mile difference here can leave you paying $500/mo. for rent vs. $1500/mo. for the same basic space.
    Hello,








    I suggest that you simply use the zip code in an area of the U.S. that you might consider residing in. Or try zip codes for several areas for a broader range of income. Different areas will also have different cost of living.
    You can't randomly go and work in the USA. No-one will employ you if you don't have the right work permits etc - which you obviously don't.

    C programming scanf Alternative?

    I need to find an alternative way to read command line arguments, and validate them , without using scanf .





    Any suggestions would be appreciated





    Im keen to learn more about getchar() , would that be of use hre or not ?C programming scanf Alternative?
    There are quite a few functions that can be used as well as a few variations of the scanf function


    The gets function.


    - char *gets(char *s);


    wchar_t *_getws(wchar_t *s); // Unicode version





    Description





    Gets a string from stdin.


    gets collects a string of characters terminated by a new line from the standard input stream stdin and puts it into s. The new line is replaced by a null character (\0) in s.


    gets allows input strings to contain certain whitespace characters (spaces, tabs). gets returns when it encounters a new line; everything up to the new line is copied into s.


    The gets function is not length-terminated. If the input string is sufficiently large, data can be overwritten and corrupted. The fgets


    function provides better control of input strings.


    The getch function


    int getch(void);


    Description


    Gets character from keyboard, does not echo to screen.


    getch reads a single character directly from the keyboard, without echoing to the screen.


    Return Value


    getch returns the character read from the keyboard.


    There is getc function.


    int getc(FILE *stream);


    wint_t getwc(FILE *stream);


    Description


    Gets character from stream.


    getc returns the next character on the given input stream and increments the stream's file pointer to point to the next character


    Return Value


    On success, getc returns the character read, after converting it to an int without sign extension.


    On end-of-file or error, it returns EOF.


    The getchar functionC programming scanf Alternative?
    Well Jim seems to be a bit confused as he was using C++ instead of C.


    The scanf function is the most flexible the getch() function takes in a character at a time, the only way you can have is to take in a character at a time, the gets() function takes in a string input which is a bit useful.
    and from the conio.h collection there is getch() and getche() and cscanf()





    if you want a real change, use C++'s iostream


    #include %26lt;string%26gt;


    #include %26lt;iostream%26gt;


    using namespace std;


    int a, b, c;


    string s;


    cout%26lt;%26lt;';Enter 3 integers and a string:';;


    cin%26gt;%26gt;a%26gt;%26gt;b%26gt;%26gt;c%26gt;%26gt;s;


    cout%26lt;%26lt;';a=';%26lt;%26lt;a%26lt;%26lt;';, b=';%26lt;%26lt;b%26lt;%26lt;';, c=';%26lt;%26lt;c%26lt;%26lt;';, s=\';';%26lt;%26lt;s%26lt;%26lt;';\';';%26lt;%26lt;endl;

    Can anyone give me programming instructions for the keyless remote for a Saab 9.3 2001?

    Hoping this will help youCan anyone give me programming instructions for the keyless remote for a Saab 9.3 2001?
    it should be working if not may need a new battery take it to the garage also the front button locks it press it again and it puts the alarm on the one behind that opens it push once and the last one opens the lok on the trunk or boot as us brits call it oh and a give a thumbs up to the guy above me when a meant to give one downCan anyone give me programming instructions for the keyless remote for a Saab 9.3 2001?
    Your question allows I will have to assume some things. I assume you have either a remote that came with the car and has stopped working, or is intermittently working. Or you have aquired an additional remote, and that the cars locking system is operating properly. Regardless, first replace the battery(ies) just to be safe. That's the easy part. Next, seek out either the dealer, or hopefully, an independant shop with the necessary tech 2 equipment to do a progamming on your remotes. Bear in mind that you must have ALL of your keys AND your remotes to do the job correctly. If not, any remote and or keys not present will be useless to you afterwards. The whole proccess takes less than 10 minutes, however depending on who you have do the work expect to pay an hours labor time, sadly. At our shop we do not charge to program just cause it would be a rip-off to do so. Just a quick check you can do yourself. If the locks POP when you use the key only in the drivers lock chances are good the module is okay. If not you may have other issues in the system. Also, if you do not have two (2) remotes that are working I would strongly recommend that you have the immobilizer dissabled in the anti-theft system. The reason is that if you only have one remote and the immobilizer is active, should you lose that remote after having locked the vehicle with that remote and then lose or render the remote dead you are screwed. The cars anti-theft computor will have to be replaced and that can cost you from $900.00 or more depending on your local. You do as you wish but I highly recommend two (2) remotes or dissabled immobilizer. Hope this helps, Al.

    A television station has 75 minutes of programming to fill. In how many ways can the time be scheduled.....?

    A television station has 75 minutes of programming to fill. In how many ways can the time be scheduled if each program must last a whole number of minutes and if each schedule must include programs of the same length?





    a) 1





    b) 6





    c) 10





    d) 100





    e) None of the aboveA television station has 75 minutes of programming to fill. In how many ways can the time be scheduled.....?
    1 would be the only number that works.

    If you do programming, what was the first language you learned?

    I took up Basic Assembler IBM S360 in 1974.If you do programming, what was the first language you learned?
    Basic (this is going a ways back though Texas Instrument days).





    I'd recommend if you were starting though to go with either Visual Basic (or perhaps C#). If you can learn C++ or Java, then basically any other language after that is just learning the new syntax (ie: where the brackets go, etc).If you do programming, what was the first language you learned?
    HTML


    W3 Schools





    Visual Basic 2005 (Microsoft)





    A bit of PHP and a bit a XHTML
    I learned BASIC on a TRS-80 model 1, then a little assembly. (that was about 1981).





    In college I learned Pascal and C.





    In my professional life I learned C++, some VB and Smalltalk.


    Lately I've looked at python some.





    Currently I use C++ almost exclusively.





    Today I would suggest Python as a first language.
    BASIC, QBASIC (DOS)


    Visual BASIC (Windows)
    C++
    c++
    I currently program in C, VB, and JAVA. Of all of these, JAVA is the most powerful and versatile. Visual Basic was the easiest to learn and understand. (I think it's syntax is the closest to actual english)
    VB, its the easiest, and then HTML.
    if you wanna learn programming, start with the low levels like C or Assembly.
    MS-Basic (MS-DOS) and then Aztec C (AppleDOS).
    I did assembler when I was 12, then I learned C++, now I just do mostly PHP.


    Most would think that is the reverse order, well what I can tell ya. I love logic.
  • blonde highlight
  • oil offshore
  • printer ink
  • pink highlight
  • PLC programming with a train set?

    I'm sorry if this may be a painfully obvious question to some. But somehow, I'm not sure how I would use LogicMaster to program it.





    I've already made a light flick on and off using PLC programming, and I guess making a train set run should be no problem, right? Just hook up all the wires to the PLC?PLC programming with a train set?
    No. It takes more thinking than that. You need to figure out what you want the logic to control. You need to have sensors to say where the train is on the track. You need to have switches that cut off power at specific locations . You need to think through what you want the train to do under every circumstance that it encounters. And yes you need to hook up all the wires to the PLC.





    Then you need to write-out a set of instructions that say where the train can start and where it can stop and what it does if another train is traveling on the tracks in front of it or approaching it on the same track.





    Then you need to program all those conditions in and start the train moving as per the logic while looking at what is true and false each moment in the logic. Once the train follows those instructions then you have got the program roilling.PLC programming with a train set?
    Cut the length that you need off an extension cord. You can make your own cord but the parts usually cost more.





    Plug the trainset into the female cord end then connect the black wire to the 120 volt output terminal and the white wire to the neutral terminal on the plc module.





    The output module is fused so you won't damage anything.





    In short just connect the wires to try out your logic.
    Are you planning on controlling the speed?





    If so you will need some type of analog output.





    Also will need small photo eyes to send a signal to the plc about where the train is at on the track.





    then you will also to decide how many sensors you will need, because got to figure for every spot on the track you want to keep monitored is one input.





    So you will have to keep all that in mind when selecting a PLC





    a good source for inexpensive PLC is at www.AutomationDirect.com

    Creating object for a class in object oriented programming

    consider the example


    #include%26lt;iostream.h%26gt;


    #include%26lt;conio.h%26gt;





    class employee


    {


    char name[20];


    int num;


    float da,bs,it,net;


    public:employee(){}


    void get()


    {


    cout%26lt;%26lt;';Enter the name:';;


    cin%26gt;%26gt;name;


    cout%26lt;%26lt;';Enter register number:';;


    cin%26gt;%26gt;num;


    cout%26lt;%26lt;';Enter basic salary:';;


    cin%26gt;%26gt;bs;


    }


    void netsalary()


    {


    da=0.52*bs;


    it=0.3*bs;


    net=da+bs-it;


    }


    void disp()


    {


    cout%26lt;%26lt;name%26lt;%26lt;';\t';%26lt;%26lt;num%26lt;%26lt;';\t';%26lt;%26lt;bs%26lt;%26lt;';\t\t';%26lt;鈥?br>

    }


    };








    void main()


    {


    employee e[10];


    clrscr();


    cout%26lt;%26lt;';Enter the number of employees:';;


    int n;


    cin%26gt;%26gt;n;


    cout%26lt;%26lt;';Enter employee details\n';;


    for(int i=0;i%26lt;n;i++)


    {


    cout%26lt;%26lt;';Enter details of employee ';%26lt;%26lt;i+1%26lt;%26lt;';\n';;


    e[i].get();


    e[i].netsalary();


    }


    cout%26lt;%26lt;';EMPLOYEE DETAILS ARE\n';;


    cout%26lt;%26lt;';\nNAME\tREG NO.\tBASIC SALARY\tNET SALARY\n';;


    for(i=0;i%26lt;n;i++)


    {


    e[i].disp();


    }


    getch();


    }





    this is creating object for a class in object oriented programming. it is c++ programming.Creating object for a class in object oriented programming
    any class is collection of data members(variables) and methods(functions)





    to define an object first define a class





    syntax





    class class_name





    {


    public static void main(String args[])


    {


    class_name object_name= new class_name();


    }


    }





    example in java:


    class fruits


    {


    public static void main(String args[])





    {


    fruits mango= new fruits();


    fruits orange = new fruits();


    fruits apple = new fruits();





    }


    }











    Creating object for a class in object oriented programming
    taken by example


    class student


    {


    private:


    int a;


    public:


    void getdata();


    }


    void main()


    {


    student obj; //declaration of object of a class named student


    :


    :


    :


    }
    In PHP:








    // Class declaration


    class Foo


    {


    public $bar;


    function __construct($bar)


    {


    $this-%26gt;bar = $bar;


    }


    }





    //Object instantiation





    $bar = new Foo('foo_bar');
    in c++





    class class name


    //body


    }





    void main()


    {


    class name obj;


    }








    this is just a rough idea in c++ to declare object

    What do i need to learn for Computer Programming??

    Im going to college this year for Computer Programming and I wanted to know what should I learn at home now so I can be ahead of the game???What do i need to learn for Computer Programming??
    If you know nothing about it, then start with the Basics,Visual basic, even old dos style basic.





    goto www.programmersheaven.com





    there you can see all kinds a stuff.What do i need to learn for Computer Programming??
    I recommend that you start with Java to learn every single detail about Object Oriented Programming. In my point of view, if you learned Java you could understand any other language easily.





    Use good books like the following:





    1. Simply Java Programming


    2. Java How to Program





    Use a good tool like Netbeans IDE 6.1 and good luck =)
    C or C++ are the two main programming languages used in the computer software industry, but they aren't necessarily good first languages to learn. A good first programming language to learn is Python (http://www.python.org). You can search your local library for books about learning it (OReilly books are excellent) or look for online tutorials such as a byte of python (http://www.ibiblio.org/g2swap/byteofpyth鈥?/a>


    It also might be a good idea to try using a Linux operating system to familiarize yourself with computers in general. Ubuntu is an excellent choice. Wubi is an Ubuntu installer that allows you to install it from Windows as an application (http://wubi-installer.org/). When you restart your computer you can select it to boot into it. If you decide you don't like it then you can unistall it in Windows in Add/Remove programs.
    If you are going for computer programming, there is no substitute for math. Grab a trigonometry textbook and a notebook and do as many problems on paper and checking your answers with a calculator as you can. Find problems which interest you.





    Generally we approach this discipline from different points of view. In addition, once we get out there, people need different things. The best preparation is math. It's the only one which will prepare you for anything that gets thrown at you. End of topic.



    a computer?
    Youtube, enter..computer programming into the search

    I am looking for some really cool c programming tutorials?

    hope it will help u.I am looking for some really cool c programming tutorials?
    http://www.w3schools.com/


    Really nice. It also has many links to other sites.

    What programming language do I need to make a web page?

    website has two categories


    1).web designing(simple website where you dun have to access sorta databases..hmm like informative websites)


    2).Web application


    it where you got to access databes n mainatain 3 tier/2 tier architecture) like www.yahoo.com





    web designing uses knowledge of


    1)HTML


    2)Javascript/PHP/asp


    3)ajax/ PHP





    well webpage comes under category of webdesinging


    webpage itself is of two kinds


    1)static (like simple webpage where nothing is moving)


    that can be done with simple html


    2)Dynamic(where things are moving...)


    you need sorta script programming


    javescript/php/asp.net(asp)








    for webdevelopement


    you need java/jsp or Visual studio.Net or Php





    further Knowledge from the scratch go to


    http://www.w3schools.com





    hope this will help


    Cheers:)What programming language do I need to make a web page?
    As a base you will want HTML. But after that it all depends on what you want to do, is the site going to be a dynamic site that is, is it going to be data driven from a database if so you may want to also use asp.net/coldfusion/PHP etc鈥?the web server environment will also dictate what dynamic programming language you will use. If it is a Windows server then you can do asp.net/coldfusion/php etc鈥?if it is a Lynix/unix server then you will not be able to use asp.net but you could use PHP/Coldfusion etc鈥?br>




    But in a nut shell if you just want a plain old static web site HTML is all you need, but you may want some JavaScript in there as well.








    CheersWhat programming language do I need to make a web page?
    html is the basic, you will also need to know css. if you want to do dynamic content, ie connecting to a database, you would need to know asp, asp.net, php, coldfusion, c#, or c++.
    HTML for simple or complex pages with no interactive content, Javascript and PHP are my favorites for interative content such as having users on your website.





    You can learn all kinds of different online languages at http://www.w3schools.com
    You have plenty to choose from. HTML, XHTML, Java, Ruby on Rails, Dreamweaver, Cold Fusion and probably a dozen others. Find one you think you want to learn and go with it. Ruby is easy on beginners, I would go with that.





    Regards,





    Brandon
    html is the basic for making a website, using a notepad only,


    but many people use dreamweaver (application) for making websites nowadays





    html sample:





    %26lt;html%26gt;


    %26lt;head%26gt;


    %26lt;title%26gt;my page%26gt;%26lt;/title%26gt;


    %26lt;/head%26gt;


    %26lt;body bgcolor=';black'; font color=';red';%26gt;


    text text


    %26lt;/body%26gt;


    %26lt;/html%26gt;





    save as name.html
    HTML mostly, JavaScript and/or ActionScript depending on what you want to do. If you want interactivity you need some sort of scripting. If you want any kind of membership or user customized pages you need a server side script like PHP or ASP.NET.
    HTML to make the decoration of the page,


    XML to declare the servlet,


    JAVA to make a servlet


    and a software like tomcat
    Well, the real question that you will need to ask yourself first is what type of webpage are you planning to make. If you are looking for a simple static site, you will need to use html + CSS for your site. On the other hand, if you are looking to do some dynamic site, you may need to look at the latest web app devlopment languages such as PERL, PYTHON, Ruby on Rails. LAMP etc.
    Oh wow, theres alot, HTML, CSS, PHP, Javascript, theres programs that can help you make a webpage like frontpage and dreamweaver. Dreamweaver has a 30-day trial at adobe.com/
    Web Pages are HTML. There's Hot Dog, or any of a number of free or cheap HTML editors.





    Microsoft Word can even save as HTML.

    Programming a Directv Remote to a Mitisibshi TV?

    After about a week of not being able to turn the volume up and down without having to get up, i finally decided to fix the problem,


    I keeping finding the programing guide for this remote:





    http://www.2000networks.com/accessories/鈥?/a>





    but i really want the programing guide for this remote:





    http://www.2000networks.com/accessories/鈥?/a>Programming a Directv Remote to a Mitisibshi TV?
    Try one of these codes: 1004, 1005, 1006, 1019, 1022, 1051, 1079, 1080, 1081, 1082, 1083, 1125





    1. Turn on the TV.





    2. Select the code number(s) for the TV on the code list above.





    3. On your remote control, press and hold the device button


    you want to program. (TV)





    4. Enter a code from the code list.





    5. Release the device button, and then press ON鈥FF to


    see if the TV responds to the remote control


    commands. If it doesn鈥檛, try pressing the device button


    and then ON鈥FF again.
  • blonde highlight
  • oil offshore
  • printer ink
  • pink highlight
  • Programming an xbox to work with my universal remote




    i have a AT8560 AllTouch remote control and i want to program it to my xbox dvd sensor but i don't know howProgramming an xbox to work with my universal remote
    You cant. You have to use a 360 remote. Universals are only for tvs, dvds, vcrs, cable boxes or satellite, stereos....etc. But not gaming systems.

    Can you please help me with a programming question?

    hello,


    What program can I use to make a good, 3D game that is -NOT- BASIC, or C# or C++ or clickteam's game factory or 3D Game Creator by The Game Creators, that is free, and easy?


    thank you!Can you please help me with a programming question?
    Uhhh... Don't you think that is a little too limiting? Good 3D games are designed with one of those languages you are talking about. The industry is heavily into C++ when it comes to designing good games .





    However, what you could use is program called Realm crafter which makes games like Knight Online or secondlife style games. Here are some links you could use to download the fully functional trial (its like 30 dollars if you really like it) plus a set of screenshots of a game made with it. It includes a particle engine too for nice magic effects etc.





    Enjoy the game making!Can you please help me with a programming question?
    OK, now that you've ruled out pretty much everything, what answer do you want again? ...LOL...





    Sorry, but to program a 3D game you are going to have to *LEARN TO PROGRAM*. And otherwise they don't just fall out of the sky. Sorry to be a bit blunt, but there isn't any other way to get water into a horse other than if it drinks or starting an IV.





    That said and behind us, try snooping around at the URL below. I don't know that they have what you are looking for, but they just might. Other than that, search engines will be your best bet. Good luck!

    Programming Problem. How to input a formula from user?

    I have a problem related to programming. I want to build a application that can input a formula (which will act as function in the source code) from user, on the basis of which, there are further calculations to be done.Programming Problem. How to input a formula from user?
    One solutions is:





    Get the formula from the user then parse it. You have to write a parser.





    At run time, todays languages won't be able to get forumula and input from those variable.





    I am a Software Engineer and I know you can't do it with C, C++, Java, any .Net...





    Good LuckProgramming Problem. How to input a formula from user?
    If you're writing a Windows app, my first instinct would be to use the Microsoft Scripting Host. Writing a formula in JavaScript or VBScript does not differ much (if at all) from writing a formula on paper. You could plug the formula into a pre-fab method (named by you, such as ';DoCalculation';, and get the result of the forumla from the script host as a variant type. You can then perform additional calculations to your heart's content.





    Otherwise, if you're talking about being able to interpret a formula, interpret it, and perform some actions on it (say to factor a polynomial equation), then you'll likely need to write your own parser.

    Programming help Java = What does // mean when there are words after it?

    Hello





    What does // mean in a java script when there is words after it? For example..





    int least = Integer.MAX_VALUE; //assign the biggest val possible for default


    boolean b = false; //boolean to check if there's at least 1 valid input








    Do you include that in your program? Does the compiler or something not recognise the words after the // and it ignores it?








    Im confused, thanks!Programming help Java = What does // mean when there are words after it?
    It's a comment, just a note the programmer puts in for people reading his code. Also necessary for the programmer himself after six months. All the characters until the end of that line are ignored by the compiler.





    Another way of making comments is to use the characters /* and */. Everything between /* and */ are ignored, even if there are end of lines in between.Programming help Java = What does // mean when there are words after it?
    // Are java comments. Everything that comes (on the same line) after // is ignored by the Java compiler.


    /* are


    multi


    line


    comments */





    They start with /* and end with */ everything between is ignored.





    Similar comments also work on C/C++, C# and many other languages out there.





    The compiler filter comments out, so it wont effect how your program will run.
    that's for single line comment, you could have use /* */
    It is a comment. The compiler ignores what is after //.


    It is useful to annotate the program. You don't have to include comments, but it is a good idea. It helps you and other people who might edit the code understand what is going on.
    That is a comment. It is for a human reading the code. It is ignored by the computer.





    It's an essential tool for making code readable to people that didn't write it originally. It's also useful when returning to code you haven't seen in a while.





    http://java.about.com/library/weekly/aa_鈥?/a>
    The // that you see in programming code is put before comments from the programmer. The program ignores anything after the //. This lets the programmers keep notes to themselves and other programmers as to what they are doing in a particular line or block of code.
    The words after // are comments.

    How many Programming Languages are there?

    There are sooooo many different ones ranging from low/system-level to high-level. Ones for system apps, versus ones for web apps.





    Check out the links:How many Programming Languages are there?
    I know there is HTML(Hpertext Markup language)How many Programming Languages are there?
    cobol fortran pascal c, c++,C#,


    many different basics


    visual basic, qbasic, gwbasic,


    Java,


    probably like ten gazillion scripting languages


    perl, javascript, vbscript, numerous shell scripting languages in unix





    okay many different sqls





    are markup languages such as html really programming languages if so html, sgl, xml to name a few.





    hmm my guess is something like 10000
    actually the number is exactly 1,234,903.
    they are alot %26amp; u should wat u need from them to learn them well trust me it is a big ocean try to take wat u need

    Like Eclipse or NetBeans for Java or Visual Studio for .NET; is there any GUI for PHP & MySQL programming ?

    If yes then please suggest me the best one %26amp; from where can I download it or what is the price of it ?Like Eclipse or NetBeans for Java or Visual Studio for .NET; is there any GUI for PHP %26amp; MySQL programming ?
    eclipse and netbeans can both be used for php/mysql development and they're very good at it too. also there is zend studio, which is also a pretty awesome purely php oriented ide.





    check out this page for some more info


    http://www.ibm.com/developerworks/library/os-php-ide/index.html


    it's a bit outdated, but you can then google each of the programs for newer informations.
  • blonde highlight
  • oil offshore
  • printer ink
  • printer ink
  • Anyone know where to find a converter from c programming language to pseudocode?

    pls help :(Anyone know where to find a converter from c programming language to pseudocode?
    There is an infinite amount of ways to write pseudocode. It's a language that is meant to express how a program is to work to a culture of programmers. The syntax and grammar isn't important so long as it conveys the intent.





    So let me pose the question to you: How do you convert from one language to infinitely many?Anyone know where to find a converter from c programming language to pseudocode?
    Don't think there is such a thing. Otherwise we'd be all modifying Windows OS! Only open source projects will give out their source code.

    Is there any best institute in delhi for website programming?

    i want to do a course in diff-diff languages like php, jawa, asp etc. please give me the best institute name located near laxmai nagar, vishwas nagar, vivek vihar, preet vihar and anand vihar DELHIIs there any best institute in delhi for website programming?
    just visit www.awcheat.piczo.com

    I'm looking for a service provider that offers high-speed internet, phone service plus digital tv programming

    I live in Michigan. Who has the best service and pricing?I'm looking for a service provider that offers high-speed internet, phone service plus digital tv programming
    I have what you're looking for-Cox Communications-but, it is in Nebraska. If they are in your area, check them out, they're great.I'm looking for a service provider that offers high-speed internet, phone service plus digital tv programming
    Go with Comcast. They have a package deal like that for approx. $130 a month a little more or a little less depending on what you want.

    Is yahoo mail written in Java or some other programming language?

    it depends on how ur trying to view itIs yahoo mail written in Java or some other programming language?
    Yahoo mail is written in perl Report Abuse
    Is yahoo mail written in Java or some other programming language?
    Many pages like this are written in several languages, each one of them is there for a reason. The basic is HTML. they can also use other languages that can be divided in two groups: server-side (PHP, ASP, ColdFusion, CGI, etc.) and client-side (JavaScript, VBScript, etc.). Yahoo! Mail obviously use a server side language and depending on your browser (if your browser support it) can use a client-side language. I'd say that this client-side language is JavaScript.
    No one can find out unless Yahoo! discloses what language they use. Probable candidates are C++, C, Perl, Python, and PHP. Most probably one of the first two.

    Which is the best book for learning windows programming in c++?

    I know c++. I want to learn windows programming in c++. So please tell me some good books to learn.Which is the best book for learning windows programming in c++?
    This one isn't specific to Windows, but is a great reference on C++ in general:





    http://www.mindview.net/Books/TICPP/Thin鈥?/a>

    What books would i need to buy if i wanted to learn a little bit about programming computers? (or robots)?

    i am a senior in high school, and i am on our robotics team, and i was curious what books my classmates and i might need in order to guide us in building and programming our robot. i would really appreciate the help...What books would i need to buy if i wanted to learn a little bit about programming computers? (or robots)?
    Programming robot would most likely involve using Assembly or C. Both of them are pretty complicated. Good book for starters is ';Beginning Programming For Dummies';. It was my first book :)What books would i need to buy if i wanted to learn a little bit about programming computers? (or robots)?
    might want to learn a little about logic
  • blonde highlight
  • oil offshore
  • printer ink
  • printer ink
  • What should be considered when deciding on which programming language to choose?

    please answer quickly because im in a lessonWhat should be considered when deciding on which programming language to choose?
    ';please answer quickly because im in a lesson';





    Yes Ma'am! Let me get right on that! Can't have you doing your own work in class now. That wouldn't be right.What should be considered when deciding on which programming language to choose?
    We do not do homework for little ones!

    I live in Panama and am looking for a website that I can watch USA TV programming on my pc via the internet.?

    I'm looking for a free service to watch USA programming on. tv4pc does not work here in Panama.I live in Panama and am looking for a website that I can watch USA TV programming on my pc via the internet.?
    Take a look at http://www.freepcsatellite.com as they have American channels which you watch via the internet which will work from anywhere.I live in Panama and am looking for a website that I can watch USA TV programming on my pc via the internet.?
    I travel a lot and I am using TV on PC software installed on my laptop. So far it worked great for me and I traveled around the glob :-).





    I use Satellite PC Box





    http://www.mytvonpcpro.com/SatellitePCBo鈥?/a>





    Which I bought after reading a review at





    http://www.mytvonpcpro.com





    Good luck

    What should be considered when deciding on which programming language to choose?

    please answer quickly because im in a lessonWhat should be considered when deciding on which programming language to choose?
    ';please answer quickly because im in a lesson';





    Yes Ma'am! Let me get right on that! Can't have you doing your own work in class now. That wouldn't be right.What should be considered when deciding on which programming language to choose?
    We do not do homework for little ones!

    I live in Panama and am looking for a website that I can watch USA TV programming on my pc via the internet.?

    I'm looking for a free service to watch USA programming on. tv4pc does not work here in Panama.I live in Panama and am looking for a website that I can watch USA TV programming on my pc via the internet.?
    Take a look at http://www.freepcsatellite.com as they have American channels which you watch via the internet which will work from anywhere.I live in Panama and am looking for a website that I can watch USA TV programming on my pc via the internet.?
    I travel a lot and I am using TV on PC software installed on my laptop. So far it worked great for me and I traveled around the glob :-).





    I use Satellite PC Box





    http://www.mytvonpcpro.com/SatellitePCBo鈥?/a>





    Which I bought after reading a review at





    http://www.mytvonpcpro.com





    Good luck

    What are all of the programming languages ?

    i need a list of programming languages to find out which one i want to doWhat are all of the programming languages ?
    List of Programming Languages


    =


    http://en.wikipedia.org/wiki/List_of_pro鈥?/a>What are all of the programming languages ?
    HAHAHAHAHA





    To name every programming language would take hours of typing but the main ones are Perl C C++ C# VB and java

    What can I do to get good job?I have done Bcom,LL.B,DTL, Java Programming for web Development.But no experianc

    I have no experiance. I have send my resume to all job.com. But I am not getting response from any where.What can I do to get good job?I have done Bcom,LL.B,DTL, Java Programming for web Development.But no experianc
    Go to a technical college and get an associates degree in what you enjoy doing or hope to do.





    Graduating from a technical college with good grades will do more for you than any 4-year degree. These colleges know where the jobs are at a local level and will help you get your your first job. Later on after you have gotten your education and also your first job and important experience, the sky is the limit. You can go on to get a 4 year degree if need be or be able to get another job that pays more in another area of the country if you wish to move.





    Technical colleges are way under rated but these are the institutions where you can learn a highly-skilled trade that employers are looking for. Be a serious student and get good grades and you will be rewarded.What can I do to get good job?I have done Bcom,LL.B,DTL, Java Programming for web Development.But no experianc
    Perfect your English. Look up companies and apply directly to them, not headhunters. Volunteer some work for a church and then use it as an example of a published website on the Internet. Be persistent.
    The other ideas are really good..


    I would suggest that in addition to using job.com, sign up for a free account at guru.com. Look into places like rent-a-coder.com and elance.com. Also Look on craigslist.org. Look under the headings for computer based jobs in the help wanted but also look in the small biz ads as well.





    Your ';portfolio'; can be a collection of projects you accomplished in school, if you haven't any, then sign up for a free hosting account that allows you flexibility. A few of the free hosting companies do not allow PHP and other database work such MSQL.





    Once you have your portfolio completed I suggest at least one type of project utilizing your skill base. Then plaace those URLS on your resume as well. This way when you have an interview you may state this is a portfolio of your work, that you can do.


    On more thing: remember the average person, even hiring managers do not know all of the acronyms for the IT feild so be prepared to have a easy to understand description of what you do available.
  • blonde highlight
  • oil offshore
  • printer ink
  • printer ink
  • What programming languages in the games ?

    if you mean console games its c++

    What is latest edition book for advanced java programming

    I have Java complete reference 5th edition(written by Herbet Schildt) which is latest one. Now I just want to know what else are the books that can help me getting good knowledge in java advanced programming .What is latest edition book for advanced java programming
    Joshua Bloch ';Effective Java';


    http://books.google.ru/books?id=ZZOiqZQI鈥?/a>





    The Java Reference Library


    http://www.unix.com.ua/orelly/

    Is programming hard to learn for beginner?

    i am interested in computer. I would like to learn some programming technique/knowledge for my future. I also think that programming this field is very benefit in the next upcoming generation,





    * I'm 17 and i gonna take computer studies in technical college





    help me to solve my problem


    hope it helpsIs programming hard to learn for beginner?
    For some people it comes very easy and others struggle with it. You have to pay very close attention to the syntax and be able to visualize some very abstract ideas in your head to make it work. I was one who struggled with computer programming, but I knew other people who excelled in it. Good luck.Is programming hard to learn for beginner?
    if your logic skills are strong, programming will be easy -- the actual languages are simply memorizing and practice helps with that.





    GL
    The basics are pretty straight-forward. So long as you can handle logic, and have a reasonable memory for syntax, you should be fine.





    More advanced programming mostly takes time and experience, and getting good at looking up things in online/paper resources.
    It is not hard as long as you work hard. As you said you a beginner for programming, I would suggest you the following tutorial.





    http://www.freetutes.com/VisualBasic
    First of all, this would go better in the Computers and Internet section. You would get more help and in-depth advice.





    Programming is not hard but it depends on what language you wish to learn. Do you want to program games? Or websites? Or book-keeping softwares? The easiest programming language I learned was HTML, the basic language used to code a website. C++ is quite hard and I'm currently learning it now. I wouldn't say it's difficult, but there is a lot to get through.





    If you wish to learn more about programming history, you can visit Wikipedia for a list of languages: http://en.wikipedia.org/wiki/Programming鈥?/a>


    http://en.wikipedia.org/wiki/Categorical鈥?/a>