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 8852675
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T13:27:38+00:00 2026-06-14T13:27:38+00:00

I have a QString that I would like to convert into a char* not

  • 0

I have a QString that I would like to convert into a char* not a QChar* because I’ll be passing it into a method that takes a char*, however I can’t convert it without it getting a const char*. For example I have tried:

QString name = "name";
QByteArray byteArray = name.toUtf8();
myMailboxName = byteArray.constData();

and

QString name = "name";
QByteArray byteArray = name.toUtf8();
myMailboxName = byteArray.data();

where myMailboxName is a private char* in my class. However I get an error because it is returning a const char* and can’t assign it to a char*. How can I fix this?

  • 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-06-14T13:27:39+00:00Added an answer on June 14, 2026 at 1:27 pm

    This is because data() returns the address of the buffer in the bytearray, you can read it, but obviously you should not write it.
    You have your own buffer outside the bytearray. If you want the data, you should copy the buffer of bytearray into the myMailBoName.

    use memcpy function

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

Sidebar

Related Questions

I would like to make sure that this method call is correct. I have
Suppose I have a class like this: class Owner { private: long m_Id; QString
I have the following code, and I would like to add some HTTP header
I'm working with a C++ sourcefile in which I would like to have a
I have a file which I would like to read again and again, to
I have problem with the creation of dir with Qt. I would like to
I have a class with a static member that's a pointer like so :
I have a query that joins multiple tables. QString str1 = SELECT DISTINCT f.pk_file_ID,
showing some error that the method is not a static memeber of class. parsejson.cpp:96:
I have a C++ static class with a method that creates an object. I

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.