Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6069817
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T09:51:49+00:00 2026-05-23T09:51:49+00:00

cout << Enter your full name; char* name ; cin >> name; if( _mkdir(c:\\names)

  • 0
cout << "Enter your full name";
char* name ;

cin >> name;
  if( _mkdir("c:\\names") == 0 ) {
     cout << "directory successfully created";
  }  else {
       cout << "there was a problem creating a directory";
     }

Now i want to create a file ( a .txt file ) in the directory names with the same name as the name of the user. I mean the name which the user entered during cin >> name;.

How can i do this ?

ofstream writeName( "c:/names/????); —-> PROBLEM

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T09:51:50+00:00Added an answer on May 23, 2026 at 9:51 am

    Use std::string instead of char*. As it is your code has Undefined Behavior. Use std::getline instead of >>. With >> only the first whitespace-separated “word” is input. Then, compose the full path in a std::string. The standard string class supports concatenation, so this should be easy.

    Say, if that string is path,

    std::ofstream f( path.c_str() );
    

    Cheers & hth.,

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following code int main() { cout << Please enter your name...
The following code: char filename[64]; ifstream input; cout << Please enter the filename: <<
int main() { cout << Buy or sell (b/s): << endl; string buy_sell; cin
When you enter a space ' ' while typing into cin, it will take
In the following program: int main(){ std::cout<<enter numbers to be divide<<std::endl; int a,b,c; while(true){
#include <iostream> using namespace std; struct list { char name[20]; int age; double height;
std::cout<<SendKeyBoardEvent <<keyBEventType<<endl; // Simulate a key press Sleep(200); //in if (!strcmp(keyBEventType,ENTER)) { // ENTER
I have a problem with C/C++. Below is actually my codes. Once the menu
If I enter Artist I will get the if from the Artist plus the
My counter is jumping from 1 to 4 when I enter my loop. Any

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.