Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7537113
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T06:45:38+00:00 2026-05-30T06:45:38+00:00

I am writing this chat program that uses ncurses as the interface. How am

  • 0

I am writing this chat program that uses ncurses as the interface. How am I suppose to simultaneously handle the socket file descriptors and user interation? My idea is below. The problem is now the loop only executes once for each button I press. How do I structure my program such that the sockets and user interaction are handled immediately once they are ready? I tried just having my poll include the file descriptors for standard input and output, but that does not work.

while(ch = getch()) {
   poll sockets
   loop sockets {
      ...
   }
   switch(ch) {
      ...
   }
} 

Also as a more general question. How does one typically write programs that handles user interaction and other things going on at once? It seems like there would be a standard way of doing this.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T06:45:39+00:00Added an answer on May 30, 2026 at 6:45 am

    You can try nodelay() on your input screen.

    nodelay(stdscr,TRUE); // turn off getch() blocking
    
    while(getch() == ERR)
    {
        //do other stuff
    }
    else
        //handle input
    

    But chances are you may want to go to threading down the line.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm writing a chat program in Python that needs to connect to a server
I'll try to explain this with an example. I'm writing a chat application. There
I am writing this java program to find all the prime numbers up to
I'm writing a chat program for iOS (and eventually Android). I'd like to write
Lets say I have a chat program that every time someone sends a message,
I'm writing a little chat app, and I have this event handler: void o_Typing(object
I am writing a program in Python that will act as a server and
I am writing multi-thread socket chat in C++Builder 2009. It is almost complete in
I'm writing a simple chat module that will be embedded in a website. It
I'm writing a Node.JS application that will store chat logs to a datastore (i.e.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.