Thread: Simple program, stopping invalid character infinite loop

  1. #16
    Registered User
    Join Date
    Dec 2012
    Posts
    307
    i found, once you understand HOW to program, the language doesnt matter (much!!!)

    for the most part, it is saying the same thing, just with different words!!!

    it is the context and definition of those words, that make the difference!

  2. #17
    SAMARAS std10093's Avatar
    Join Date
    Jan 2011
    Location
    Nice, France
    Posts
    2,694
    Hmm, I think I agree.

    The concepts matter, the programming paradigms you know, not the tools you are using.

    I listen many students saying " We are studying Java" and other students on the same level but in different university saying " We are studying C++",
    when both are studying "Introduction to Object Oriented Programming"!
    Code - functions and small libraries I use


    It’s 2014 and I still use printf() for debugging.


    "Programs must be written for people to read, and only incidentally for machines to execute. " —Harold Abelson

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. My program's in an infinite loop!
    By Peach in forum C Programming
    Replies: 3
    Last Post: 02-24-2008, 01:58 PM
  2. Stopping an Infinite Loop
    By linuxpyro in forum C Programming
    Replies: 4
    Last Post: 11-30-2006, 12:21 PM
  3. Infinite Loop when entering invalid input
    By acwheat in forum C Programming
    Replies: 5
    Last Post: 04-18-2006, 04:17 PM
  4. Program gets stuck in infinite loop
    By Xanth in forum C++ Programming
    Replies: 10
    Last Post: 02-08-2005, 12:51 AM
  5. detect infinite loop in c program
    By abhivyakat in forum C Programming
    Replies: 19
    Last Post: 10-01-2003, 06:55 AM