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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: rick05
  • Content: Threads
  • Order by date
  1. rick05

    ANSI C++ forbids declaration `XSync'

    Hi guys I am triyng to compile VDK into a Sparc Ultra 10 but I got these errors: /usr/openwin/include/X11/Xlib.h:3995: ANSI C++ forbids declaration `XSync' with no type /usr/openwin/include/X11/Xlib.h:4007: ANSI C++ forbids declaration `XTextExtents' with no type...
  2. rick05

    ANSI C++ forbids declaration `XSetIconSizes'

    hi guys, anyone knows what can I do for fix this errors: usr/openwin/include/X11/Xutil.h:584: ANSI C++ forbids declaration `XOffsetRegion' with no type /usr/openwin/include/X11/Xutil.h:627: ANSI C++ forbids declaration `XSetClassHint' with no type /usr/openwin/include/X11/Xutil.h:636: ANSI...
  3. rick05

    I can´t to compile by modules!

    Hi guys, and thaks for answer my previous post, I have fixed thaks to matt! now I have another trouble, I want to compile my program in modules, before I had my program in a file (all, my classes, and my main, etc) however now I want to cut it into modules: in file.h my class definition...
  4. rick05

    why it does this?

    hi guys... I have a little trouble, I´m reading from a file with ifstram, since I want to review the format of this file... however when I use file.oef() in my loop, my program read the last data two times! :-(( do U know what happens? my code is: ¦float val1; ¦int fin; ¦...
  5. rick05

    how I can cut a float value?

    Hi guys, I have a question... if I have a function that give me a value like this: x=10.123123123143353543534 or something similar but I want only a a value like this: x=10.12312 I say only 5 positions or a specific number of positions of that value is...
  6. rick05

    Why I cant to expand a function?

    Hi again guys, (and thanks matt for answerme, I´ll to probe it and later I´ll say you).... I have another trouble.... in the next program, my method "reserva" doesn´t make nothing!! I wonder if u know why.... thanks again. rick ----------------------------...
  7. rick05

    trouble with dinamic memory and class

    Hi guys, I have a little troblue, you will see, I have the next code: ------------------- //here all includes... struct parts { int etiqueta; float X, Y, Z, Q, T; }; main .... //I reserve dinamic memory for a bidimensional matrix... parts **vert; //la linea...
  8. rick05

    where I can find a c++ for unix tutorial online?

    Hi to all anybody knows where there is a tutorial of C++ for unix, specifically? I say if this exists... thanks...
  9. rick05

    where is the "include" configuration file?

    Hi again, taking advantage... I would like to know, where is, or what is the configuration file that has the routes of the head files? I say anything like ld.so.conf, for example... thansk again. Ricardo Rugerio. Sun Microsystems Grant-holder.
  10. rick05

    how I can to save an area of my screen...?

    Hi folks and thanks for answer me... I did use -traditional option of g++, and it works! mmm I wonder if there a way of save an specific area of my screen and next can save it into a file...? I say, I need a library or something else ? thx. Ricardo Rugerio. Sun...
  11. rick05

    what about fstreams

    hi guys, I´m new here... well, I wonder why or how work fstreams (flows) ifstream or ifstream... on UNIX... I hava a small program and I can´t make it work... but this same program works fine on Borland, MSDOS... I hope you can helpme

Part and Inventory Search

Back
Top