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
Gopal
NA
135
15.3k
Anyone knows how to write it into string variable?
Mar 24 2021 11:43 AM
uint32_t myInt = 123456; std::cout << std::setfill('0') << std::setw(8) << std::hex << myInt << '\n';
Reply
Answers (
3
)
Do you guys cast mallocs when writing strictly C, if yes - why? If no
sizeof(variable_table); //8 sizeof(variables_table->variables); // 8 i