Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #3K
~1K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums
Favorite Tags

6 Posted Topics

Member Avatar for naveentiptur

Try the Transact & Transform tools. I used it, they are very useful. You need C compiler to run these.

Member Avatar for GorelovGrigory
0
122
Member Avatar for Nemoticchigga

fprintf(txtFile, "\n"); This should work. Just to keep you informed here, use of %s is only when you need to store a variable.

Member Avatar for Freaky_Chris
0
211
Member Avatar for onemanclapping

Try this code in "Bicicleta.cpp" float Bicicleta::calcImposto() const { } and in "Bicicleta.h" float calcImposto() const; There entries should be there as it was defined as Virtual in the Base class and the derived class has to write the definition for the same. This should work. Any more problems, please …

Member Avatar for onemanclapping
0
199
Member Avatar for FtKShadow

Well instead of using functions min() & max(), I prefer using the swap of numbers, which was shown in this thread below. Calling function's is always expensive than creating a temporary variable.

Member Avatar for Salem
0
198
Member Avatar for kiwihaha

I guess its not issue with the Header file. Code is looking good to me. Check what compiler you are using.

Member Avatar for arinkverma
0
176
Member Avatar for koteswarvijay

Hi All, I am connecting to Unix host from Windows and using SFTP connection. I am able to connect and do put & get. But I need to do even more. I want to write a function to which I will pass the command and that commands needs to be …

Member Avatar for KevinADC
0
136

The End.