Search:

Type: Posts; User: gamer

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Thread: hex writing

    by gamer
    Replies
    2
    Views
    1,099

    hehe thx :D that was the problem

    hehe thx :D that was the problem
  2. Thread: hex writing

    by gamer
    Replies
    2
    Views
    1,099

    hex writing

    hi,
    im trying to keep the file but edit a offset so i use ios::app to get the file, now i try to use a_file.seek to get the offset and write with put only it puts it to the end of the file and not...
  3. Replies
    3
    Views
    1,078

    so basicly with seek you can just find the...

    so basicly with seek you can just find the location of the offset?

    quickedit:
    so i can do the same with f.seek to get what is there currently
  4. Replies
    3
    Views
    1,078

    hex writing stuff

    hello,
    I got this offset in a file "0X000626C5".
    the original hex number is 28 and i want to change it to 27, my only problem is how do i write it in c++ :confused:
    i tryd google and search...
  5. Replies
    2
    Views
    1,383

    ah thx :D

    ah thx :D
  6. Replies
    2
    Views
    1,383

    gui interface tutorials?

    hi,
    i have been programming c++ for over a year now and want to get started in GUI programming, i was wondering if there were any tutorials to make a gui for programs like windows window etc.
    or...
  7. Poll: updated file, thx for the tip :)

    updated file, thx for the tip :)
  8. Poll: hmm whats the \0 ?? i dont get that still not...

    hmm whats the \0 ?? i dont get that still not that good in c++
  9. Poll: suggestions : encode / decode header + documentation

    hi,
    i just finished my encode / decode header,
    in bottom of main.cpp theres a function overview.
    any feedback is welcome :)

    btw: just finished tutorial on object orientated programmign so this...
  10. thx :D so all i needed to do was return...

    thx :D

    so all i needed to do was
    return acces_response;


    using namespace std;

    never used it :/ im using dev-cpp 4.0 and it has no problems with it
  11. what am i doing wrong : object orientated programming

    i basicly want to create a function wich returns a value if value is correct then say welcome to the lines ..

    this is my coder can any1 help me im a bit confused



    #include <iostream.h>...
  12. yeah that helps :) thanks for all the help guys...

    yeah that helps :) thanks for all the help guys
    and that latest post of me i forgot to change int to char,
    that was kind of stupid
  13. thanks for helping me, no i have a bug when i...

    thanks for helping me,
    no i have a bug when i hit y it just exites the application,
    but he needs to return to main for a other calculation
  14. the error are in these two lines ...

    the error are in these two lines


    //system("PAUSE");
    cout <<"return ? y or n : ";
    cin>>drie;
    if (drie == "y"){ //error
    cout...
  15. c++ calculater (need help with pointer and trigger??)

    i have written this c++ code a few days ago,
    now my problem is i want to have the user input and check if its y or n but i get this error message


    ANSI c++ forbits comparison between pointers...
  16. Replies
    6
    Views
    1,244

    i have dev-c++ but i installed V5.0 but i hate...

    i have dev-c++ but i installed V5.0 but i hate V5.0
    V5.0 cant compile on my computer.
    i wanted to use vs 2005 because its more easy with creating graphical windows

    EDIT : ill guess i will just...
  17. Replies
    6
    Views
    1,244

    learning c++ with visual studio 2005 beta 1

    i want to learn c++ for vs 2005 beta 1
    does any people know some sites?
    it looks a lot diffirent then the c++ i learned thx

    BTW : you can get vs 2005 beta 1 for free from microsoft.com
  18. Replies
    3
    Views
    1,017

    what's wrong while statement

    #include <iostream.h>
    #include <stdlib.h>

    int main()
    {
    //basic devines formila int;s
    int x = 1;
    int y = 1;
    int answer = 1;
    int tt = 1;
  19. Thread: c++ decompiler

    by gamer
    Replies
    2
    Views
    3,188

    c++ decompiler

    does anybody know's a good c++ decompiler
    iam looking for a good one for my old win 3.1 computer
  20. Replies
    5
    Views
    1,226

    that works just taking of the ; selicoms

    that works just taking of the ; selicoms
  21. Replies
    5
    Views
    1,226

    i wil look that up in my book thanks for the help

    i wil look that up in my book
    thanks for the help
  22. Replies
    5
    Views
    1,226

    whats wrong with the if statments

    #include <iostream.h>
    #include <stdlib.h>
    #include <string>

    int main()
    {
    int watdoyousee ;
    cout <<"filler V0.1 unregistert version\n";
    cout <<"\n\n\n\n\n";
    cout...
  23. Replies
    5
    Views
    3,786

    the os is windows 98 the printer is hp deskjet...

    the os is windows 98
    the printer is hp deskjet 5600 series
    compiler dev-c++ (4)
  24. Replies
    5
    Views
    3,786

    printer driver programming

    would it be possible to make a printer driver that gets information
    and turn is 90 dicrais around with c++

    this is for trying to get rappidfile to print landscape:confused:
  25. Thread: what's wrong

    by gamer
    Replies
    9
    Views
    1,932

    i dit it but in this part is stil 1 error ...

    i dit it but
    in this part is stil 1 error


    int hello();
    {
    if (regio == 1)
    {

    it says before the first {
Results 1 to 25 of 60
Page 1 of 3 1 2 3