- 3
How to create a high-level software using C only??
Because i know only C till upto.
9 ответов
+ 9
I've created high level software in C. You must do more work because the provided libraries do not give you things that Python or even C++ programmers take for granted. Things like variable sized arrays or linked lists must be coded and maintained by you.
+ 10
I don't use an IDE for C as they didn't exist when I started. Actually, my first C application was the user interface for a software development environment. It was a proprietary mainframe database multiuser shared IDE using smart terminals (character based display devices.) The C code was embedded in the terminals performing networking sharing over asynchronous serial lines. It was cheaper to run a single cable to connect 20 devices than 20 cables between facilities.
+ 4
For graphics and UI, you will need a graphics library.
+ 2
you've like 1K followers ~ swim ~ you're great
+ 1
OMG you're such a huge programmer, can i challenge you ~ swim ~ ??
+ 1
Creating a high-level software with C only?
You can do it but its not easy because creating a software with C only is harder than Mixing between C/C++ or other languages java/python..... Etc
And the most important thing is SKILLS if you have skills in C you can do whatever you want
0
,,k
0
,p
0
John Wells please tell me more what ide you used for C software ,and is it working properly??