How do I make my own software using Golang or C language?

Asked by Last Modified  

Follow 2
Answer

Please enter your answer

Trainer

The Answer depends on what kind of software you want to build.C is a language nearer to the systems surface . Any IDE working with C would work good for you. 1.Make a rough sketch of your algorithm 2.Decide on language then IDE which to use. 3.Check if the required libraries or packages are available. Then...
read more
The Answer depends on what kind of software you want to build.C is a language nearer to the systems surface . Any IDE working with C would work good for you. 1.Make a rough sketch of your algorithm 2.Decide on language then IDE which to use. 3.Check if the required libraries or packages are available. Then you should start with building your code. Regular assessment is to be done. read less
Comments

Tutor

In c language features like, structure, array, File handling, graphics data structures a software can be prepared, but that will not be running online, various softwares which are working as a stand alone software can be prepared, . Another programming languages are present in market,...
read more
In c language features like, structure, array, File handling, graphics data structures a software can be prepared, but that will not be running online, various softwares which are working as a stand alone software can be prepared, . Another programming languages are present in market, but c language supports in networking, as a base of many other softwares. read less
Comments

Tutor

First you need to analyse the software and design the database files. If your software contains data to be managed like in application softwares e.g inventory. Coding will be done depending on the analysis and multiple C programme files will be created. Finally these files will be linked/ called depending...
read more
First you need to analyse the software and design the database files. If your software contains data to be managed like in application softwares e.g inventory. Coding will be done depending on the analysis and multiple C programme files will be created. Finally these files will be linked/ called depending on the requirement of the analysis done and then the final executable will be created. read less
Comments

View 1 more Answers

Related Questions

Why are there so many programming languages if most programmers use C, C++, Java, and PHP?
This question has the same answer as the question"Why there are so many languages?" has... As they were ask meant for different purpose to serve for different platforms... For short: Link it to the languages used
Veerendra
0 0
7
Should variables be stored in local blocks?
Variables in local blocks are auto variables, meaning created and removed from memory, automatically.
Sayed
Which is the best C language IDE/compiler for Windows?
For Windows, one of the widely regarded C language IDEs is Microsoft Visual Studio. It provides a comprehensive development environment with features like code highlighting, IntelliSense for smart code...
Deepashri
0 0
5
What is C language?
it is a computer programming language, supporting structured programming, lexical variable scope and recursion, while a static type system prevents many unintended operations
Uday
Is the C language required to learn Java?
No, learning the C language is not a strict requirement for learning Java. While C and Java share some syntactical similarities, they are distinct programming languages with different paradigms. Java was...
Akhilesh
0 0
7

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Some interview questions and answers for fresher level on Pointers
What is a void pointer? Void pointer is a special type of pointer which can reference or point to any data type. This is why it is also called as Generic Pointer. As a void pointer can point to...

C Program-Prime Number
/*WAP to print a number entered by the user is prime or not*/ //Header files #include<stdio.h>#include<conio.h> //Main function void main(){ int num,i; //Function for clearing screen clrscr();...

Static and dynamic libraries
A library is a package of code that is meant to be reused by many programs. A static library (also known as an archive) consists of routines that are compiled and linked directly into your program. When...

How to write shared library program using C Programming?
Library Name : hellofilename : hello.c#include void Hello(){ printf("Hello World .. How are you 1\n");}======================================Header File:hello.h#ifndef __HELLO_H#define __HELLO_Hvoid Hello(void);#endif===============================Application...

C Program to print Block Letter and Small Case Alphabets using C
/* WAP to print Block Letter and Small Case Alpahbets using C*/ //Hint:use ascii code(value) to print #include#include void main(){ int i; clrscr(); //Block Letters Alphabets printf("Block Letters Alphabets\n");...

Recommended Articles

Brilliant Academy is one of the reputed institutes for B.Tech tuition classes. This institute is specialised in delivering quality tuition classes for B.E, Engineering - all streams and Engineering diploma courses. Incorporated in 2012, Brillant Academy is a brainchild of Mr Jagadeesh. The main motto of the academy is to...

Read full article >

Lasya Infotech is a Hyderabad based IT training institute founded in 2016 by O Venkat. Believing in his innovation, passion and persistence and with a diverse blend of experience, he started his brainchild to deliver exemplary professional courses to aspiring candidates by honing their skills. Ever since the institute envisions...

Read full article >

Business Process outsourcing (BPO) services can be considered as a kind of outsourcing which involves subletting of specific functions associated with any business to a third party service provider. BPO is usually administered as a cost-saving procedure for functions which an organization needs but does not rely upon to...

Read full article >

Microsoft Excel is an electronic spreadsheet tool which is commonly used for financial and statistical data processing. It has been developed by Microsoft and forms a major component of the widely used Microsoft Office. From individual users to the top IT companies, Excel is used worldwide. Excel is one of the most important...

Read full article >

Looking for C Language Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you