Atm Machine Program In Dev C++



Hello there,i have given the task to make the atm machine using the c program..
my question is, why i got some error..I cant recognize such of that error...

  • 6 Contributors
  • forum8 Replies
  • 4,427 Views
  • 3 Years Discussion Span
  • commentLatest PostLatest Postby jeevz

In the finite state machine, the procedure to change one state to another state is called transition. In this article, I will describe some approaches for implementing a state machine in C. For example, I am considering an ATM machine and creating its sample state machine in C. The state of the ATM machine could be changed through the coming. You just clipped your first slide! Clipping is a handy way to collect important slides you want to go back to later. Now customize the name of a clipboard to store your clips.

Recommended Answers

my question is, why i got some error..I cant recognize such of that error...

What's the error? :icon_rolleyes:

Jump to Post

the error that I got is ' 'clrscr' was not declared in this scope '...

Program

Your compiler doesn't support clrscr() in the conio.h library. This is precisely why we discourage it. However, since it's an unnecessary part of the program, you can remove all uses of clrscr().

Jump to Post

All 8 Replies

Atm machine program in dev c++ mangal

Atm Machine Program In Dev C++ Download

my question is, why i got some error..I cant recognize such of that error...

What's the error? :icon_rolleyes:

Atm Machine Program In Dev C++ Version

Editedby Narue because:n/a