Frames in C ...

Please support our C advertiser: Programming Forums - DaniWeb Sister Site
Reply

Join Date: Aug 2008
Posts: 7
Reputation: omdnaik is an unknown quantity at this point 
Solved Threads: 0
omdnaik omdnaik is offline Offline
Newbie Poster

Frames in C ...

 
0
  #1
Aug 17th, 2008
Hiii there...
I have programmed a scientific calculator using C which performs
every single task dat a hi tech calci can perform..

It stores all the calculation dat u performed on the day....

i am using a .txt file to store d calculations
But the problem arises while retriving the data.
To view the data i have to manually open the file..

So can ne one gimme the logic or algo or the codesinppet that
allows me to divide the screen in 2 parts like frames in html.
Left hand side will alow me to perform the calculations and right hand side will simultaneously allow me to view data from the file.....

Ne other suggestions are most welcomed
Reply With Quote Quick reply to this message  
Join Date: Aug 2005
Posts: 15,521
Reputation: Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute 
Solved Threads: 1481
Team Colleague
Featured Poster
Ancient Dragon's Avatar
Ancient Dragon Ancient Dragon is offline Offline
Still Learning

Re: Frames in C ...

 
0
  #2
Aug 17th, 2008
What you want to do can be done if you have enough knowledge of either c or c++ to develop MS-Windows gui program. If you do it with c++ CLI/Windows Forms, C# or VB your job will be a lot easier than using plain win32 api functions.
Don't PM me with questions -- you might get a nasty PM in response. If you have a question then post it in one of the forums.
Reply With Quote Quick reply to this message  
Join Date: Aug 2008
Posts: 7
Reputation: omdnaik is an unknown quantity at this point 
Solved Threads: 0
omdnaik omdnaik is offline Offline
Newbie Poster

Re: Frames in C ...

 
0
  #3
Sep 28th, 2008
Dude i knw things will get easier if gui based programming language but still if such thing is possible why not learn it
Reply With Quote Quick reply to this message  
Join Date: Dec 2006
Posts: 251
Reputation: ssharish2005 is on a distinguished road 
Solved Threads: 20
ssharish2005's Avatar
ssharish2005 ssharish2005 is offline Offline
Posting Whiz in Training

Re: Frames in C ...

 
0
  #4
Sep 28th, 2008
Look at the ncurser library, that should give much control the console window. So that you could move your cursor around to locate the value on the screen.

I assume your working on Linux/UNIX platform

ssharish
"Any fool can know, point is to understand"
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the C Forum
Thread Tools Search this Thread



Tag cloud for C
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC