Search : in
By :

Sample c program

Last answer on Nov 16, 2009 9:54:25 pm GMT lovekeeper, on Aug 9, 2009 5:47:09 am BST 
 Report this message to moderators

Hello, i just want to view some sample c programs.
sample programs about computing the grades and
computing money interest. using the #include stdio.h
# include conio.h. thank you.
hope that you will response to my concern.

Configuration: Windows XP
Firefox 3.0.13

Best answers for « sample c program » in :
Change the default installation folder C: \ Program Files Show Change the default installation folder C: \ Program Files The installation of most software programs are set by default in the C: \ Program Files. Below is a means of how to change into another partition. Under Windows Vista, select...
Error loading C:\PROGRA~1\MYWEBS~1\bar\5.bin\M3PLUGIN>DLL Show Error loading C:\PROGRA~1\MYWEBS~1\bar\5.bin\M3PLUGIN>DLL Issue Solution Note Issue I need help for error Error loading C:\PROGRA~1\MYWEBS~1\bar\5.bin\M3PLUGIN>DLL Solution To solve: Please click on Start, Click on Run and type the...
A dialect for C language ShowA dialect for C language Cyclone language Conclusion You want to do some C programming but the fact that C embedded automatic Garbage Collector will make debugging harder and is not quite effective when making system programming, such...
[C Language] finding the square root of a number Show[C Language] finding the square root of a number Intro Notes Intro A simple C program allowing you to find the square root of a number. #include #include int main(void) { double x = 4.0, result;...
Compiling a program in C with Dev C++ on Vista ShowCompiling a program in C with Dev C++ on Vista Compiling a C source code under Vista with Dev C++, can be a quite difficult procedure. Quick solution: the g++ compiler To be used with Dev-PSV: Go to Tools/compiler options and...
Download FontSuit ShowFontSuit is a powerful font management. It allows you to activate easily and quickly font groups only when you need some to save your system resource. There are 5 different ways to preview and print font samples. The program supports all font types...
Characteristics of programming languages ShowThere are many programming languages, each corresponding to specific needs (formula calculus, character string processing, real-time, etc.) with each having specific characteristics and functionalities. Therefore, the choice of programming language...
Linux - The Vi editor ShowIntroduction to Vi Despite its very limited ergonomics, Vi i is one of the most popular text editors texte under Unix type systems (with Emacs and pico). Under Linux, there is a free version of Vi called Vim (Vi Improved). Vi (pronounced vee-eye)...
Windows - Diagnostic tools ShowAccessing diagnostic tools On the Desktop, when you right-click on a drive and go to Properties, the "Tools" tab gives you access to three tools: Defragmenter (c:\windows\defrag.exe) Scandisk (c:\windows\command\scandisk.exe) Backup (c:\program...

2

nessa, on Aug 13, 2009 12:23:44 pm BST
  • +1

Thank you, for the reply..
i just also want to ask about
sample programs using
loops.. also i want to have
a sample code about that
kind of program..
thnx.

Reply to nessa

3

 Jawhary, on Nov 16, 2009 9:54:25 pm GMT

Hi plz i need some help i want a c++ program that compute(multiply) a matrix on multi-core processors using parallism (threads) ex: #pragma omp parallel default(shared) private(beta,pi)

Reply to Jawhary