Category Archives: TCS NX-180

TCS-NX 180 CASH REGISTER ESC KEY IS THE “SUB TOTAL” :) and DEPT SHIFT KEY TO CHANGE TO NUMBER AND TEXT OR SYMBOL :)

Posted in TCS NX-180 | Leave a comment

HEADER FILE “process.h”

process.h process.h is a C header file which contains function declarations and macros used in working with threads and processes. Most C compilers that target DOS, Windows 3.1x, Win32, OS/2, Novell NetWare or DOS extenders supply this header and the … Continue reading

Posted in COMPUTING, TCS NX-180 | Leave a comment

Winsock tutorial – Socket programming in C on windows using CODE::BLOCKS

I DID THE PROGRAMMING IN CODE::BLOCKS YOU CAN RUN & COMPILE THE CODE ALSO IN VISUAL STUDIO 2019 THE CL.EXE command if you do not have CODE:BLOCKS BY THE AUTHOR OF THIS BLOG!! RIGHT CLICK YOUR PROJECT AND CLICK “BUILD OPTIONS” … Continue reading

Posted in C++, CODE::BLOCKS, TCS NX-180 | Tagged , , | 4 Comments

C PROGRAMMING % FORMAT SPECIFIERS (e.g. printf) OR PRINT FORMAT STRING ON C

SPECIFIER SYNTAX:  %[flag][field_width][.[precision]][l]conversion_char u        -Display an unsigned integer in decimal notation. o        -Display an integer in unsigned octal notation. x, X   -Display an integer in unsigned hexadecimal notation. Use x for lowercase output … Continue reading

Posted in TCS NX-180 | Leave a comment

TYPES OF VARIABLE IN C or NUMERIC DATA TYPES IN C PROGRAMMING

Variable Type Keyword Bytes Required Range Character char 1 -128 to 127 Integer int 2 -32768 to 32767 Short integer short 2 -32768 to 32767 Long integer long 4 -2,147,483,648 to 2,147,438,647 Unsigned character unsigned char 1 0 to 255 … Continue reading

Posted in TCS NX-180 | Leave a comment