SA-MP Forums Archive
A little program - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Other (https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: A little program (/showthread.php?tid=435620)



A little program - Frede - 07.05.2013

Well this is my absolutly first win32 program... well it should be a part of my UCP. So i just want to know your opinion.

Its simply just a try to learn c++ as a normal win32 program. Before i only used the console, so its preatty new for me and it seems thay it worked

sourcefile: http://xtreme-gamerz.com/testnew.zip


Re: A little program - saiberfun - 07.05.2013

Quote:
Originally Posted by Frede
Посмотреть сообщение
Well this is my absolutly first program... well it should be a part of my UCP. So i just want to know your opinion

You need to publish the source and give more information on it!


Re: A little program - Frede - 07.05.2013

Sure... its really simple

Basicly its a browser right now... I have still long way to go, but this was the first part of it


Re: A little program - RayW - 07.05.2013

Quote:
Originally Posted by Frede
Посмотреть сообщение
Sure... its really simple
That hardly qualifies as a description.

I ran it through some scans, appears to be clean. However, I removed it anyways.


Re: A little program - Frede - 07.05.2013

Quote:
Originally Posted by RayW
Посмотреть сообщение
That hardly qualifies as a description.

I ran it through some scans, appears to be clean. However, I removed it anyways.
Lol you think im some kind of hacker lol


Re: A little program - saiberfun - 07.05.2013

Quote:
Originally Posted by Frede
Посмотреть сообщение
Lol you think im some kind of hacker lol
Doesn't have to be,
but who really knows?

Also it's just the rules that you have to post the source with it when you release something on here.
And an extra information would just be nice so we know what it actually is.


Re: A little program - Frede - 07.05.2013

sure im uploading it
i just got a little problem... it fill 4.22 but max size is 3.8 MB


EDIT: OK done


Re: A little program - gtakillerIV - 07.05.2013

Visual C++ or C++? I'm pretty sure you used Visual C++.


Re: A little program - Frede - 07.05.2013

Edit: nvm


Re: A little program - Frede - 07.05.2013

Quote:
Originally Posted by ******
Посмотреть сообщение
Those aren't things you can compare - one is a language and the other is an IDE that supports that language. Anyway, it was quite blatantly done with Visual C++ because of the .vcxproj files.

For future reference, if you're worried about file sizes, these files can be left out:

.vcxproj.user
.sdf
.suo
.opensdf

Also these folders (of which there are two versions of each:

Debug
Release
Thanks always a great help.