Snake
Jun 17 2008, 12:43 AM
Similar Topics
Keywords :
c, meters, feet, feet, meters, program, made
- My First C++ Program: Area, Volume Etc. Calculator
My first program! (5)
Math Program
arithmetical progression problem (2)
Short program in c to calculate first term when sum of n terms and common difference d is given.....
Fibonacci Number Program Problem
n00b :) (5)
I (finaly) started learning C. I'm using a book to learn it combined with some trial and error.
Now I've made a program to calculate the Fibonacci numbers, but there seems to be some error.
This is the source code: CODE #include main() { int fib1, fib2, fib, i, inp;
printf("************************************************"); printf("\n* Welcome to the Fibonacci
Number Program v0.1 *\n"); printf("************************************************");
printf("\nWich Fibonacci Number do you want?\n"); scanf("%d", &inp); fib1 = 1; fib2 = 0; switch(inp)
{ ....
Vc Runtime Lib Error When Run A Program
(3)
the program was tested in my machine with VS.net installed. It run without any problem with 24
hours. However, when I run it in other machine without VS.NET or VC ienvironment, it didn't
works. Even I installed dot.net framework and copy MFC, VC's dll files to this PC, it just don;t
run. The following are the dll files that I copied: mfc40.dll mfc40loc.dll mfc40u.dll mfc42.dll
MFC42CHS.DLL mfc42loc.dll mfc42u.dll MFC71.dll MFC71CHS.DLL MFC71CHT.DLL mfc71d.dll MFC71DEU.DLL
MFC71ENU.DLL MFC71ESP.DLL 2005-04-01 01:02 61,440 MFC71FRA.DLL 2005-04-01 01:02 61,440 MFC7....
Looking for c, meters, feet, feet, meters, program, made