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

Which is the best book for understanding concepts of c language?
One highly recommended book for understanding the concepts of the C language is "C Programming Absolute Beginner's Guide (3rd Edition)" by Perry and Miller. This book is well-suited for beginners and provides...
Chetana
0 0
7
Do array subscripts always start with zero?
It purely depends on the programming language. C, C#, Java all provide array indices starting from zero (0). COBOL, FORTRAN, ALGOL etc. languages provide array indices starting from 1.
Avishkar
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
How do I get 6 power 13 in c language?
In the C programming language, you can calculate the power of a number using the pow() function from the <math.h> library. To find 6 raised to the power of 13, you would write a C program that includes...
Raju
0 0
6
How do I learn C programming easily?
Just follow kanitkar book of c programming for beginners
Harsh
0 0
5

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

Ask a Question

Related Lessons

Tress And Its Traversal
Depth First Traversals:(a) Inorder (Left, Root, Right) : 4 2 5 1 3(b) Preorder (Root, Left, Right) : 1 2 4 5 3(c) Postorder (Left, Right, Root) : 4 5 2 3 1 Trees are one of the data structures like...

Pointers and References
Are reference and pointers same? No. I have seen this confusion crumbling up among the student from the first day. So better clear out this confusion at thevery beginning. Pointers and reference...

C Program-Vowels and Consonants
/*WAP to print the character entered by user is a vowel or consonant*/ //Header files #include<stdio.h>#include<conio.h> //Main functionvoid main(){ char c; //Function for clearing screen...

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();...

C Program-String Palindrome
//Header files #include<stdio.h>#include<conio.h>#include<string.h> //Main function void main(){ char mystring; int i,length; int flag=0; //Function for clearing screen clrscr();...

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