Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by tinycities

  1. tinycities

    Adding Fonts in JBuilder3.5

    Hi there. I'm not speaking from experience, however, I looked fonts up in my JBuilder book. According to SAMS Teach Yourself JBuilder the fonts you have available to you in your applets depend on which fonts are installed on the system where your applet is running. You can use the...
  2. tinycities

    tutorials

    Hi does anyone know of JBuilder specific tutorials?
  3. tinycities

    Anyone know of good online tutorials?

    I'm looking for free online ideas for programming projects. I'm not looking to undergo a huge project, just looking for ideas to get more practice coding in C++ using classes, multidimensional arrays, ect... Thanks in advance.
  4. tinycities

    last post re: sort func. is fixed; nedd help with read/write funcs.

    I posted last night regarding my sort function, however, it turns out that wasn't the problem at all, it was my write function. I have since fixed that problem within my write function. The problem I'm dealing with now, is that my read func. seems not to be getting the final number from my...
  5. tinycities

    sort function for array elements

    Hi I'm trying to sort an array's elements into sequential order. When I run my program I am able to read the input from my input file, and then store that input in my array, but I can't get it to sort properly. I've pasted my sort function below. if you have any ideas please let me know...
  6. tinycities

    first time using my own class...got compile error on mem. func. def.

    Hi This program preforms various types of arithmeitc on rational #s, but does not divide the fractions into whole #s. I wrote a class called Rational and created several memb. functions. When I attempt to define my print function I get a compile error. I have pasted the code and error below...

Part and Inventory Search

Back
Top