User: lesshardtofind

  • Public profile

User profile: lesshardtofind

User info
User name:lesshardtofind
History
Joined:
Number of posts:5
Latest posts:

Help with save-and-load text files
well editing is going to be unavoidable what you need to do is encrypt the data so that the user doe...

Help with save-and-load text files
win32 api function SetFileAttributes() with windows or If you don't want to pull in the windows.h...

Ideas for a C++ Project ?
I made program that randomly generates solvable sudoku puzzles. That was an interesting project! Y...

Multiple Relational Operators in a Single Statement
You need to write your statements as follows [code] if(a < b && b < c) [/code] This should get the...

seekg = sekkp ? :|
I believe [code] ios::out [/code] Creates an output file that is blank so you will always create a...

This user does not accept Private Messages