Search Results

Search: Posts Made By: eager2no
Forum: Programming 10-22-2009
1,895
Posted By eager2no
Thank you for the answer and apology for not...
Thank you for the answer and apology for not replying back sooner.

by ref_2_method, I mean a reference to the method mentioned by MethodName. I will try to see if it is possible to show part of...
Forum: Programming 10-20-2009
1,895
Posted By eager2no
Questions about const
Hi all,

I have some questions about functions.
In a code I have (a .hpp file) there is this line which says:
const Class_1_Name* Class_2_Name::MethodName(int ipart) const {return...
Forum: Programming 09-25-2009
2,236
Posted By eager2no
Thank you all so much. I am really happy I am...
Thank you all so much. I am really happy I am here in this nice forum.
Again, apologies for not being able to have the code here.

~eager
Forum: Programming 09-24-2009
2,236
Posted By eager2no
Excellent! So this line here: bool...
Excellent!

So this line here:
bool selectEvents = config.get("selectEvents",false);

means selectEvents is of type bool, and it is equal to the outcome of the get() member. Now a small...
Forum: Programming 09-24-2009
2,236
Posted By eager2no
Explain a block of code:
Hi, I have this block in a code and I need to know it's meaning:

bool selectEvents = config.get("selectEvents",false);
if (selectEvents) {
ifstream in("events");
while (in) {
...
Forum: Programming 04-26-2009
2,487
Posted By eager2no
Thanks
Hi,

Thanks for the reply.
So, does this mean there is no easy way to adjust it to Linux?

eager
Forum: Programming 04-25-2009
2,487
Posted By eager2no
adjusting a code for Linuxconio.h
Hi All,

I am using a book to learn C++. Unfortunately the book, sometimes, uses the maddening phrase, #include <conio.h>, which is a M$ related file and not a part of STL, in some of its examples....
1,370
Posted By eager2no
Help with sed
Hi All,

I am beginning my way into sed, I want to do the following:

I have a file "file" which contains few lines. I have two different words in two different lines (word1 in line 1 and word2...
Forum: Linux 10-30-2008
40,536
Posted By eager2no
Comment
I had an error message with some files that said: truncating inode number, so I tried to add an option to cpio to be cpio -oc, the error disappeared.

eager
Forum: Linux 10-30-2008
40,536
Posted By eager2no
Annihilannic
Thank you man, it really worked like a charm!
I have another question for all you people here: How can one know all that about computers!?

eager
Forum: Linux 10-29-2008
40,536
Posted By eager2no
Thanks for this tip
Thanks for this thread and for this forum. I loved it the first time I browsed it.
I tried Annihilannic reply and it worked like a charm. I tried to do this, but it did not work:
find...
Showing results 1 to 11 of 11

 
All times are GMT -4. The time now is 10:53 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy