Forum: C++ Sep 26th, 2006 |
| Replies: 25 Views: 6,041 wahhh!! thanks again.. actually i'm using dev cpp compiler 4.9.9.2 .. a 32 bit compiler right?
the output screen tweaked with system("color 1F"); |
Forum: C++ Sep 25th, 2006 |
| Replies: 25 Views: 6,041 copy c:\yserver.txt c:\documents and settings\luffy-san\desktop\tcp1241_assignment3\lecture notes\server.txt
not working...
copy c:\yserver.txt c:\temp\server.txt
working... what is the... |
Forum: C++ Sep 24th, 2006 |
| Replies: 25 Views: 6,041 yah.. it's work with backslash.. hahaha.. pity me..
because no dest so the file copied to current folder which program is running..
thanks you guys!!! |
Forum: C++ Sep 24th, 2006 |
| Replies: 25 Views: 6,041 salem,
after i use your code
http://files.asmuiiazfar.com/error.png
i may forgot the slash "/" but i hv tried with slash.. got the same error. |
Forum: C++ Sep 24th, 2006 |
| Replies: 25 Views: 6,041 http://files.asmuiiazfar.com/error.gif
that's the error.. hhuhuhuhu... |
Forum: C++ Sep 24th, 2006 |
| Replies: 25 Views: 6,041 run time error
after i input the lecture notes/tutorials name..
(getline(cin,lectut_name);
it show>>> The syntax of the command is incorrect. |
Forum: C++ Sep 24th, 2006 |
| Replies: 25 Views: 6,041 the staff module...
//the staff module
#include "staff.h"
#include <iostream>
#include <fstream>
#include <cstring>
using namespace std; |
Forum: C++ Sep 24th, 2006 |
| Replies: 25 Views: 6,041 yes.. after making the change.
error in runtime.. The syntax of the command is incorrect. |
Forum: C++ Sep 24th, 2006 |
| Replies: 25 Views: 6,041 add
char a='"';
strcat(a, copier);
strcat(copier, a);
hahaha.. compile error! |
Forum: C++ Sep 24th, 2006 |
| Replies: 25 Views: 6,041 yah.. should be like that? urmm.. syntax error! :confused: |
Forum: C++ Sep 24th, 2006 |
| Replies: 25 Views: 6,041 cin.ignore();
cout << "Enter lecture notes/tutorials location.\n";
cout << "e.g C:/Lecture Notes/lecture01.ppt";
cout << ">>>";
getline(cin,lectut_loca);
cout << "Enter lecture notes/tutorials... |
Forum: C++ Sep 24th, 2006 |
| Replies: 2 Views: 2,048 tell me how do you slove this..
thanks in advance.. |
Forum: C++ Sep 24th, 2006 |
| Replies: 12 Views: 18,215 how to check the folder is exist or not? |
Forum: C++ Sep 23rd, 2006 |
| Replies: 12 Views: 18,215 thank you to all... very useful code for my project! ;) |
Forum: C++ Sep 23rd, 2006 |
| Replies: 12 Views: 18,215 how should i use these? run at cmd line? :rolleyes: |
Forum: C++ Sep 23rd, 2006 |
| Replies: 12 Views: 18,215 how to create from input?
string folder;
getline(cin, folder);
mkdir(folder); ???
cannot compile! |
Forum: C++ Sep 23rd, 2006 |
| Replies: 12 Views: 18,215 thank you very well..
i have done the same coding.. but use system("mkdir folder") instead of mkdir("folder");
maybe i just forget to include direct.h before this?
urmm.. |
Forum: Community Introductions Sep 23rd, 2006 |
| Replies: 2 Views: 1,367 ahh.. khabar baik..
good Bahasa Melayu Davey!
:p |
Forum: Community Introductions Sep 23rd, 2006 |
| Replies: 2 Views: 1,367 hello everyone...
i'm Azfar from Malaysia..
hope to get some help and to share some knowlegde here...
my first post ---> http://www.daniweb.com/techtalkforums/thread55968.html
thankss... |
Forum: C++ Sep 23rd, 2006 |
| Replies: 12 Views: 18,215 hello.. help me solve this :cheesy:
when a new car or motorcycle created, the system should create a folder with the name of the car or motorcycle. the hierarchy should be like this:
... |