Ok, so I can read and write to the same file but I wont
be able to make a change to just one line if the size is changed... (which it will
probably change). hmmmm...
I have been out of the loop for a while.
I can't even remember C++ well.
I have been working for a company which offers engineering services
(I studied Computer Sciences) and...
You can also use X-Windows to work with GUI's on linux (I think this one is based on C) and the one that I think it's used more often is called QT (this one is based on C++).
I haven't seen many...
Well.. it seems that functions requires an Instance and I'm not using API I'm using MFC.
So I tried changing a created variable (the component created it) that opens the file tips.txt to a CString...
If I choose to go the Resource route, whatever I put there (let's say I called the ID -> IDS_TIP and put whatever text) it's going to be a structure type or something similar while the Tip of...
I want to clear out that is proccesses are prefered not because they are better but because in Unix (or variants) concurrent programming can be quite difficult, and much of the
is still not...
Well, multiple threads is usually a better option because it requires fewer system resources than managing processes.
Like for example creating a thread only requires the allocation of the thread's...
I think that should do it.
Although I think the Tab Order is located in different places. At least on my VC6 the Tab Order is on the Layout menu.
So tell us how it goes.!
Well, it's been a long time since I used VC++ and I started again in December. Now, I have made a little "encryption" program using the Julius Ceasar algorithm in VC++ and I added a Tip...
Well ... if you read 2 C++ books and you can't answer questions like #1, 2, 5, 7, 10, then those books are either crap or you are not reading, you are just browsing.