Thread: Stupid Questions.....

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Sep 2004
    Posts
    719
    Quote Originally Posted by LuckY
    A thread belongs to a process and is an independently executing series of instructions (meaning they run concurrently with any other threads in the same process and external processes).

    A segmentation fault is...

    [edit]
    A thread is not a process. Generally speaking, a process is an executing program/application, while threads are children of processes.

    you mean, technically speaking
    i seem to have GCC 3.3.4
    But how do i start it?
    I dont have a menu for it or anything.

  2. #2
    Magically delicious LuckY's Avatar
    Join Date
    Oct 2001
    Posts
    856
    Quote Originally Posted by misplaced
    you mean, technically speaking
    While I appreciate your attempt to inform me of my own thoughts, I said what I meant. Rather than providing a detailed description of all things involved in a computer process and how one is created/maintained by an operating system, I felt it would only be beneficial for our dear Krak to understand it's general definition. Besides, my definition is not what a process is in technical terms; I simply stated precisely what a process is.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Simple (stupid) questions - no programming
    By jvu in forum A Brief History of Cprogramming.com
    Replies: 13
    Last Post: 02-07-2009, 04:44 PM
  2. A very long list of questions... maybe to long...
    By Ravens'sWrath in forum C Programming
    Replies: 16
    Last Post: 05-16-2007, 05:36 AM
  3. Trivial questions - what to do?
    By Aerie in forum A Brief History of Cprogramming.com
    Replies: 23
    Last Post: 12-26-2004, 09:44 AM
  4. Yet Another Of My Stupid Questions
    By Geolingo in forum C++ Programming
    Replies: 3
    Last Post: 10-01-2003, 06:18 PM
  5. Companies and their stupid interview questions...
    By Cheeze-It in forum A Brief History of Cprogramming.com
    Replies: 18
    Last Post: 01-30-2003, 06:00 PM