Thread: Newbie c questions

  1. #1
    Registered User
    Join Date
    Aug 2014
    Posts
    11

    Newbie c questions

    I have had experience in programming from python (slightly related, html/css) and the computercraft from minecraff (basici think it is).

    My question is mainly about the C and past experience with the computercraft.
    1. Is it possible to split the command console into 2 parts (a visual area and a text area)
    2. Is it possible to use any form of pixel art or custom characters within any command console using C.

  2. #2
    Registered User
    Join Date
    Sep 2014
    Location
    SE Washington State
    Posts
    65
    Without knowing what operating system you are using and the platform it is installed on It is hard to answer the quesation BUT

    just to make sure I am clear in what you are asking...

    is it possible to split the command console (screen area?) into two parts (a visual area and a text area) you mean graphics and text?

    There used to be a way to use ansi graphics in DOS and you can use ascci art using letters and punctuation marks to make monochrome representations but to use graphics you need to employ non-portable, platform specific, functions. To split the screen to have two windows is another platform specific problem.

    I am no expert and I am sure someone will be along but I believe the short answer is "no" to both questions. You could open a terminal window in the desctop but I don't think that is what you are after.

  3. #3
    Registered User
    Join Date
    Aug 2014
    Posts
    11
    Yes, sorry. I am using both windows and mac with only the basic C library.
    (pretty sure <stdio.h> is the basic library)

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. newbie questions
    By raptorx in forum C Programming
    Replies: 2
    Last Post: 10-10-2007, 09:30 PM
  2. Newbie Questions
    By snoopy1 in forum C++ Programming
    Replies: 3
    Last Post: 11-19-2006, 02:00 PM
  3. Im a newbie to C and i have some questions
    By pave1104 in forum C Programming
    Replies: 5
    Last Post: 07-05-2006, 09:48 PM
  4. newbie questions again
    By dune911 in forum C++ Programming
    Replies: 2
    Last Post: 09-14-2001, 02:43 PM
  5. c++ newbie questions
    By dune911 in forum C++ Programming
    Replies: 2
    Last Post: 09-14-2001, 06:30 AM