Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
C++ help for beginner
Name: kevin_af Date: February 28, 2004 at 19:22:42 Pacific OS: WinXP CPU/Ram: P4
Comment:
disclaimer: C++ newbie here...
I want to be able to have my code delete a file from the current directory. For example:
char x[9]="file.exe"; system("del" x);
The reason I dont just put system("del file.exe") is because I want to be able to come back and change the file name later without having to search my code for every instance of it.
Summary: The following program (below my question) produces the results I want, but I am trying to create a for loop to replace all of the cout statements. What I have so far is: for (int i = 0; i <= len; i...
Summary: Hi. I've been doing Pascal for sometime now, and I really want to move on to C#. Can anyone reccomend any good C# books out there for the beginner? I've been looking at 'C# for Dummies' but some of th...
Summary: Hi, After a lab test, I already know where I stand in c++. My morale is rather low but I have as yet to give up.I decided to re-vamp my strategies and strive again. Have a few questions to ask a) Any...