Recent content by Omni

  1. Omni

    Mui ?

    Once in a year i browse thehelper.net, and the first thing i see is someone who attempted to steal my name :"D +rep!
  2. Omni

    New things to make or learn?

    Im really a C++ fanboy :P and i probably know almost every aspect of it and i was wondering if there are websites or ebooks (or anything else) with some tasks to do, like making things in C++ that do handy stuff like a class to monitor allocated memory, and when there are no references...
  3. Omni

    overloaded operator=

    Thanks second me, <3
  4. Omni

    overloaded operator=

    I have made myself some class (c++), wich is going to be a sort of garbage collector. and i've overloaded the = operator to make things work right the class is named PtrCon PtrCon& operator=(const PtrCon<t> &d) { //..... return *this; } when i do PtrCon<int> pcA; PtrCon<int> pcB; pcB = pcA...
  5. Omni

    Linking a header and a source file in CodeBlocks

    self made header files: wrong #include <Myheader.h> right #include "Myheader.h"
  6. Omni

    File edititing with .bat

    seriously? you cant even copy paste parts of files with .bat files? Edit: yay, fixed. i made 2 seperate files, file 1 being the first part of the original file file 2 being the remaining part of it copy file 1 + line to put in the middle + file 2 = original file with line added
  7. Omni

    File edititing with .bat

    Im starting to make mods for unreal tournament, and it would save me a hell lot of time if i could edit an .ini file by using a .bat file. The .bat file has to add a line of text somewhere in the .ini file. The place in the .ini file is the same everytime {so if you know how to copy X amount of...
  8. Omni

    Dynamic calling of functions

    Well its going to have nothing special, not even struct or classes, for now :P i wanted to make my own scripting language with some basic variable types char, int, float, bool, arrays of those, and pointers. whiles, ifs and elses to control everything and thats it furthermore its going...
  9. Omni

    Dark GDK

    No experience with that but it looks like its looking in "My Documents" and you have it stored in "Mina Dokument", maybe thats the error, but i suppose msvc++ should know where your documents folder is, even in a different language :confused:
  10. Omni

    Dynamic calling of functions

    Well i just wanted to make a scripting language that would be handled by an interpreter, im not going to make a real compiler. so the interpreter would read the script, load dlls (wich could be any dlls) then get the functions, and be able to call them and im not going to use other...
  11. Omni

    Dynamic calling of functions

    Whats reflection? please tell me more kind sir :D Edit: C doesnt have reflection D:
  12. Omni

    Dynamic calling of functions

    I havent been here for a while, but i know the people around here are intelligent (sometimes) and at the moment im creating my own scripting language, not for anything specific though, im doing it in C++ if you like it or not, and so far ive done alot of thinking, and a bit less of actually...
  13. Omni

    Omni's Arc

    yeah, it's part of a circle. but idk what u mean with "ScalerX" and "ScalerY if you can explain that.. (liek X middle of circle and Y middle of circle?) anyway thanks :)
  14. Omni

    Omni's Arc

    As im doing my C++ things now, i want to make the mouse move. going from one point to another point, but moving like an arc.. if anyone knows a super mathematic formula for this, going from start point to end while storing the point to move to everytime. you can probably do this is JASS, just...
  15. Omni

    Goodbye (and hidden stuff!)

    HOW BIG CAN A LIE BE ? dam.. Original TH Antipoison :D that smiley is like; "like you can have fun WITHOUT the helper.:rolleyes: " Really, i did everything you can think of in warcraft and the world editor. (exept structs & using other people's systems) and now, it got boring...
Top