Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
T

trioum

@trioum
About
Posts
231
Topics
104
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Flash Player Activex problem
    T trioum

    do it still not playing

    Trioum

    C / C++ / MFC c++ com adobe help question

  • Flash Player Activex problem
    T trioum

    I insert flash player activex on the MFC application and write the code my_flash.put_Movie("C:\file.flv"); my_flash.put_Playing(true) but file is not playing . also I want to display the controls of flash player activex . how can I do this

    Trioum

    C / C++ / MFC c++ com adobe help question

  • visual studio run time problem
    T trioum

    It is already set , if I installed vcredist_x86.exe then exe run , if uninstall then exe do not run . i am using Use Standard Windows Libraries in release mode

    Trioum

    C / C++ / MFC csharp c++ visual-studio help announcement

  • visual studio run time problem
    T trioum

    Where I found this setting

    Trioum

    C / C++ / MFC csharp c++ visual-studio help announcement

  • visual studio run time problem
    T trioum

    I build application using visual studio 2005 in release mode without MFC. but I need to install vc2005 run time to run the application . is there any settings in visual studio so that without installing vc2005 run time I can run my application .

    Trioum

    C / C++ / MFC csharp c++ visual-studio help announcement

  • find task manager process
    T trioum

    how it is possible to find out the running exe handle and name from the prcess tab of task manager programmatically

    Trioum

    C / C++ / MFC

  • GetNetworkParams
    T trioum

    1 is return value

    Trioum

    C / C++ / MFC sysadmin windows-admin

  • GetNetworkParams
    T trioum

    GetNetworkParams failed in windows server 2003

    Trioum

    C / C++ / MFC sysadmin windows-admin

  • Mac and IP address problem
    T trioum

    I tried but only able to get MAC address. not understand to get IP address and not able to find active network .

    Trioum

    C / C++ / MFC sysadmin help

  • Mac and IP address problem
    T trioum

    On my computer I have various network connection wi-fi , ethernet , USB . Now I want to know the mac address and IP address of the connection and the Active network i.e. which is enabled

    Trioum

    C / C++ / MFC sysadmin help

  • GUI design in MIDP 2.0
    T trioum

    I want to create Menu,Menu item , POP up menu and table like gui using MIDP 2.0 . How it is possible

    Trioum

    Mobile design

  • JTabel Cell
    T trioum

    I Want to change foreground color, background color ,and font of text of JTable cell. How can I achieve that .

    Trioum

    Java question

  • Swing equivalent in java mobile
    T trioum

    what is the equivalent package on swing in j2me

    Trioum

    Java java question

  • structure equivalant in java
    T trioum

    check it again it is producing wrong result

    Trioum

    Java java tutorial

  • structure equivalant in java
    T trioum

    there is difference i getting when writing using c and java following lines shows the difference when I use the c code struct _Foo { int one; int two; char buffer[50]; } ; struct _Foo foo; memset(&foo,'0/',sizeof(_Foo)); foo.one = 2; foo.two = 3; strcpy(foo.buffer,"my name is trioum"); FILE *fp; fp = fopen("cfile.txt","wb"); if(fp) { fwrite(&foo,sizeof(struct _Foo),1,fp); fclose(fp); } result in the file I get   my name is trioum ////////////////////////////////// but when I write the same code in java public static class _Foo implements Serializable { public int one; public int two; public String buffer = new String(new char[50]); } ObjectOutputStream outputStream = null; try { outputStream = new ObjectOutputStream(new FileOutputStream("javafile.txt")); _Foo Foo = new _Foo(); Foo.one = 2; Foo.two = 3; Foo.buffer = "my name is trioum"; outputStream.writeObject(Foo); } catch (FileNotFoundException ex) { ex.printStackTrace(); } catch (IOException ex) { ex.printStackTrace(); } I get the result in javafile.txt ¬í sr Main$_FooDpÕGT¯_ I oneI twoL buffert Ljava/lang/String;xp  t my name is trioum But I want the result as seen in cfile.txt by c code How can I solve the problem

    Trioum

    Java java tutorial

  • structure equivalant in java
    T trioum

    wont compile

    Trioum

    Java java tutorial

  • structure equivalant in java
    T trioum

    can you send me the piece of code for writing class content to the file

    Trioum

    Java java tutorial

  • structure equivalant in java
    T trioum

    i want to write this object field values in file

    Trioum

    Java java tutorial

  • structure equivalant in java
    T trioum

    still not able to write in the file

    Trioum

    Java java tutorial

  • structure equivalant in java
    T trioum

    Actually I have I programme which write in file with some fixed header in files . which is in form of structure like struct _somename { int somenuml; int somenum2; int somenum3; char databuffer1[100]; // very long struct }; // initialize struct struct _somename mystruct; mystruct.somename = 1; //------ // ans finaly open some file and write to file fwrite(&mystruct,1,sizeof(struct _somename)); Now I want to convert same c programme in java due to some technical reason

    Trioum

    Java java tutorial
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups