freitass

293
reputation
68 views

Registered User

name freitass
member for 8 months
seen Dec 4 at 19:10
website
location Florianópolis
age 22
Aug
14
revised Serial programming (hardware handshake)
added 107 characters in body
Aug
14
comment Serial programming (hardware handshake)
Yes, it is included.
Aug
14
asked Serial programming (hardware handshake)
Jul
10
comment Java event handling
The times does not know about the logic of your application, you have to implement some logic using those periods.
Jul
10
comment Java event handling
It would be nice if you could organize the posted code, use the code environment available at the questions editor.
Jul
9
comment Catching Tabs in TextArea
Possibly duplicated stackoverflow.com/questions/3362/…
Jul
8
awarded  Commentator
Jul
8
comment Is it possible to treat macro’s arguments as regular expressions?
I'm writing macros for that because I can't use the default construct.
Jul
8
awarded  Scholar
Jul
8
answered Where do I download a Java 6 JDK for Linux?
Jul
8
comment Convert struct to unsigned char *
I've just noticed the missing uc4. The example I posted is illustrative, the struct I have has some meaning. Thanks anyway.
Jul
8
asked Convert struct to unsigned char *
Jul
7
revised Hamcrest’s hasItems
added 175 characters in body
Jul
7
comment Hamcrest’s hasItems
I cannot answer that for you, I'm telling this based on the documentation. But there is a simpler way to do what you want... use assertTrue(actual.containsAll(expected)).
Jul
7
answered Why is Java’s Class<T> generic?
Jul
7
revised Hamcrest’s hasItems
added 425 characters in body
Jul
7
comment Hamcrest’s hasItems
You should paste the error message.
Jul
7
answered Hamcrest’s hasItems
Jul
7
comment Newline in JLabel
Thanks, I agree about the oddness.
Jul
7
awarded  Critic
Jul
7
accepted Newline in JLabel
Jul
7
answered Newline in JLabel
Jul
7
answered How do you farm out variables to persistent data?
Jul
6
answered Ubuntu fonts
Jul
6
answered How do I *not* delete a member in a destructor?
Jul
6
accepted How do I divide in the Linux console?
Jul
6
answered How do I divide in the Linux console?
Jul
6
answered Why won’t it remove from the set?
Jul
6
awarded  Supporter
Jul
6
awarded  Teacher
Jul
6
answered How to achieve code folding effects in emacs
Jul
6
answered Most beautiful open source software written in c++
Jul
5
comment Is it possible to treat macro’s arguments as regular expressions?
The compiler I'm using is g++. I don't mind using another preprocessor.
Jul
5
revised Is it possible to treat macro’s arguments as regular expressions?
added 47 characters in body
Jul
5
asked Is it possible to treat macro’s arguments as regular expressions?
Jul
5
comment How to generate random variable names in C++ using macros?
This won't work for me since I may use the macro more than once inside the same file and reference it later in another macro. The "__ COUNTER __" (I know it is all together) may work but I would need to know the current value of the counter without incrementing it.
Jul
5
comment How to generate random variable names in C++ using macros?
Actually I don't "want" it a macro, but the problem to be solved is into a macro. Your answer gave me an idea, I have created a class to hold the values (managing a list instead of declaring a variable each time).
Jul
5
answered Finding the Nth largest value in a group of numbers as they are generated.
Jul
4
awarded  Student
Jul
4
revised How to generate random variable names in C++ using macros?
added 290 characters in body
Jul
4
comment What is the simplest RTTI implementation for C++?
Well, I think it is a little bit out of reach. There are too many objects in the system. But for smaller and kind of "static" development it is a good alternative.
Jul
4
comment What is the simplest RTTI implementation for C++?
Can you show a way to get the 'ptr' in the first code? And I didn't understand the 'obj' role too.
Jul
4
awarded  Editor
Jul
4
asked How to generate random variable names in C++ using macros?
Jul
4
revised What is the simplest RTTI implementation for C++?
added 68 characters in body
Jul
3
asked What is the simplest RTTI implementation for C++?