User profile: salem c

User info
User name:salem c
Name:Salem
Location:The Rock
Bio:Please don't PM me to do your homework, unless it comes with a credible offer of money.
My rate is US$100 per hour.
History
Joined:
Number of posts:3700
Latest posts:

Why its showing wrong ?
https://cboard.cprogramming.com/c-programming/182134-why-its-showing-wrong.html You're using word p...

Save to file with vector (dynamically)
> auto del = [&](streambuf* p){strm.rdbuf(p);}; > unique_ptr<streambuf, decltype(del)> origBu...

unresolved external symbol "int const value"
Your other.cpp file also needs to say extern, otherwise it's taken to have internal linkage only. h...

printing C++ source file in VS2022 throws garbage
Is it just this one source file that has this problem? Does it contain any badly encoded UNICODE or...

Save to file with vector (dynamically)
> When I try to save the information to file with the new function, the file is created but is empty...