Recent content by pajak
-
P
How to overwrite or modified record
ok..tq sane i'm a very newbie in programming...i really didnt understand how to start...may u show some example here the coding i have...n how if i want to delete some data from that file #include<iostream> #include<string> #include <fstream> #include <iomanip> using namespace...- pajak
- Post #3
- Forum: Programming and Computer Science
-
P
How to overwrite or modified record
let say i have a simple record file.txt...how can i modified or add data into the record file? here the sample program #include<iostream> #include<string> #include <fstream> using namespace std; class record { private: string input; string line...- pajak
- Thread
- Replies: 4
- Forum: Programming and Computer Science
-
P
Anyone can help to modified this program?
Jheriko...tq 4 suggestion Sans...tq 4 ur time display(); cout << "do u want to go to next time step press y for yes"; cin >> ch; why the output not continue to this part?- pajak
- Post #5
- Forum: Programming and Computer Science
-
P
Anyone can help to modified this program?
my friend had send to me a coding simulation of bugs life but this program only can running in TC++ 3.0 or higher how to modified it able to run in Codeblocks or Devc++...anyone can help me program: #include<iostream.h> #include<conio.h> #include<stdio.h> #include<string.h>...- pajak
- Thread
- Program
- Replies: 5
- Forum: Programming and Computer Science