The Artima Developer Community
Sponsored Link

Java Answers Forum
C++ pointers to variables

1 reply on 1 page. Most recent reply: Dec 5, 2002 11:34 AM by Thomas SMETS

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Darragh Buffini

Posts: 1
Nickname: buff
Registered: Dec, 2002

C++ pointers to variables Posted: Dec 4, 2002 5:07 AM
Reply to this message Reply
Advertisement
Hi,
I'm doing a project that involves porting a C++ project to Java,
but theres a whole lot of variables using pointers in the C++ version. I know how to get around function calls with pointers, using interfaces, but what do i do about the variables? some of the variables are being called as globals from the driver program to the subclasses, any ideas?


Thomas SMETS

Posts: 307
Nickname: tsmets
Registered: Apr, 2002

Re: C++ pointers to variables Posted: Dec 5, 2002 11:34 AM
Reply to this message Reply
I haven't got a clue on how to solve yr problem ... but I know that there is a very good article on http://www.Javaworld.com about the matter.

Just go on the site & type "C++" in the Search field.
You will get about 800 hits back :-))
I believe this is the one I usually refere to people with quiet a lot of succes (As Far As people told me).
http://www.javaworld.com/javaworld/javatips/jw-javatip17.html


Cheers,

Thomas,

Flat View: This topic has 1 reply on 1 page
Topic: how to use the '.ini' file in java program? Previous Topic   Next Topic Topic: help with INSERT statement

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use