TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
david.khoy
NA
4
0
ofstream equivalent in C#
Nov 11 2003 7:07 PM
Hi everyone, I have to convert the following C++ lines in C# : ofstream ParamFile("../filename.txt", ios::trunc); ParamFile << a_variable; ParamFile.close(); I have no idea of how to write it in C#. I also wonder how you start a Java program via C# code. With C++, it was simply : system("nameofthefile.bat"); Thanks for reading this post.
Reply
Answers (
3
)
XmlSerialization
How to import Windows search function into Windows Form?