Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ssrc
  • Order by date
  1. ssrc

    problem on DEV C++

    last night i have got the instruction in a website how to get the output. my program ..it was simple i wrote simply. #include<iostream.h> int main() { cout<<&quot;c++ is better than c&quot;; return 0; } my problem was to run this code .but at run time...
  2. ssrc

    problem on DEV C++

    hi i am beginner in dev c++. i am getting a problem in DEV C++ (version 4) programming. i am not able to run program. my program is compiled successfully but not getting any output. i checked in the windows application( as they suggested in HELP topic) and then in console(dos). but in the...
  3. ssrc

    how typedef is usued??

    hi i want to know about how typedef is usued?i found that it is for user defined data type. ex: typedef struct { int ac_no; char ac_type; char name[80]; flaot balance; } record; record oldcustomer,newcustomer; ...but same thing we can write as below...
  4. ssrc

    a conceptual problem

    hi i am writing a program #include&quot;stdio.h&quot; main() { FILE *fp char another='Y' struct emp { char name[40]; int age; float bs; }; struct emp e; fp=fopen(&quot;EMPLOYEE.DAT&quot;,&quot;w&quot;); if(fp==NULL) { puts(&quot;cannot open file&quot;)...
  5. ssrc

    how fprintf(),fscanf() work

    hello i want to know how fprintf(),fscanf() works.. suppose i have data like below? item number price quantity aaa-1 111 23.76 115 bbb-2 c-3 125 31.67 104 now suppose i am using in a LOOP...

Part and Inventory Search

Back
Top