CATEGORY

How To

How to use C++ WriteFile? [SOLVED]

C++ provides several file I/O functions that enable programmers to write and read data from files. One of these functions is WriteFile, which is part of the

By admin · 8 min read · How To

How to use cin for an array in C++ [SOLVED]

In c++ cin array is not performed in one cin statement. In this article we will learn about array input in c++. To understand array input, we first need to

By azkaiftikhar · 4 min read · How To

[Solved] Found a swap file by the name .XXX.swp

What is .swp file? Why this file is created? How to get rid of Found a swap file by the name warning? Another program may be editing the same file. An edit …

By admin · 8 min read · How To