Hi,
On Sat, 23 Apr 2011, stamostolias wrote:
>
> robin_listas;2328098 Wrote:
>> On 2011-04-22 17:36, stamostolias wrote:
>>
>>> Look I develop in C++ and study computer science, and know about
>> many
>>> in developing
>>
>> I don’t believe it.
>>
>>> With different names of variables I mean that when you declare a
>>> variable in the beginning of program, you can not change the name of
>>> variable inside program.
>>> For example
>>> int num
>>> …
>>>
>>> …
>>> …
>>> …
>>> …
>>> printf("Num Primos: %i
",j)
>>
>> printf is printing the text “Num Primos”, not a variable called “Num”
>> nor
>> “num”. This is basic C, if you don’t know that it is impossible your
>> are
>> studying computer science with C included.
>>
>> I refuse to consider the rest of what you said. My C skills are rusty
>> and
>> outdated, I know very little of linux programming, but yours are…
>> are
>> unbelievable.
>>
>> 
>>
>> Or perhaps you study pure C++ with no plain C. Dunno. I try to
>> understand it…
>>
>> Or perhaps you know no English and use an automated translator from
>> Greek
>> that makes such big warfs.
>>
>>
>> Hint: the program was compiled with “-Wall” enabled, and didn’t print
>> the
>> smallest protest. If what you said were true it would print big
>> complains.
>>
>> Hint2: Ask your teacher, before making things worse.
>>
>>
>> –
>> Cheers / Saludos,
>>
>> Carlos E. R.
>> (from 11.2 x86_64 “Emerald” at Telcontar)
>
> printf("Num Primos: %i
",j) about that you are right, because I saw
> it and study it more carefully(sorry again for my rush), ok about that
> you are right . About my English you are not. All Greek men have a bit
> problem with their English.
It’s good you can see that error, and you are able to admit you made a
mistake.
I hope you can do the same for the crazy system call rubbish you not
only recommended, but actually stated was required!!
>
> robin_listas Wrote:
>> Or perhaps you study pure C++ with no plain C. Dunno. I try to
>> understand it…
>>
>
> Second, you can not start C++, you must first learn C and then C++. C
> is the father of Object Oriented Programming. So if you want to start
> with Object Oriented Programming, C is the first language who you must
> learn(Education about programming languages in Greek Universities).
> Third about these errors from first algorithm, I mean Post 1, I was
> right. I saw many errors in it. Many of them I have written in other
> posts in this thread.
> Fourth this link of wiki is the book who I had in the first year of my
> university and learn C(translated of course in Greek).
>
Don’t be ridiculous, you don’t have to learn C to learn C++, I learnt
C++ long before learning C.
Also, C doesn’t really provide anything for object oriented programming.
Whilst you can work around this to some extent, it is not an ideal
language for object oriented programming and wasn’t written with OOP in
mind. Who told you C is ‘the father of object oriented programming’? I
hope it wasn’t an academic at your university…
I can’t see a link to a wikibook, but by the sounds of it you need to
invest in a good book on the C programming language before you comment
again. And another for the C++ programming language.
Also, a tip: when people tell you, you are wrong check before arguing,
they might be correct. We’re all wrong sometimes, even once we have a
Computer Science degree.
>
> –
> ALWAYS FRIENDLY STAMOS!!!
> Desktop: OpenSUSE 11.4||x86_64||KDE 4.6.2||AMD PHENOM II X3||AMD RADEON
> 6990 2 Cores.
> PROGRAMMING LANGUAGES: C++,FORTRAN.
> AMD: The Future Is Fusion
> ------------------------------------------------------------------------
> stamostolias’s Profile: http://forums.opensuse.org/member.php?userid=52202
> View this thread: http://forums.opensuse.org/showthread.php?t=457094
>
–
Regards,
Barry D. Nichols