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
~3K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Tags

9 Posted Topics

Member Avatar for SpS

may be a nice trick, but doesn't works, i have been trying to validate input for numbers for a long time, and this isn't working on my program. we are a 2nd semester IT Computer Degree class, we haven't seen pointers nor regex so that's not an option as we …

Member Avatar for VikyTushar
0
872
Member Avatar for indianscorpion2

for this, i did it with the following code (I have today, Friday 18 April 2008, 3 days coding in C) #include <stdio.h> #include <stdlib.h> #include <math.h> #define PI 3.14159265 int main() { int i,numero1,f=1; printf("Number: "); scanf("%lf", &numero1); for(i = 1; i <= numero1; i++) { f *= i; …

Member Avatar for Adak
0
191
Member Avatar for corewizard
Re: Ping

this is the most insecure way of performing a ping, if your webhost allowes you the system / exec functions, you are hosting your site on a highly possible hack target, with the biggest loophole of php.

Member Avatar for JLChafardet
0
224
Member Avatar for JLChafardet

this is the other part of my 2nd semester, first quarter project for programming 2. a simple function to convert from arabic numbers to roman numbers.

Member Avatar for JLChafardet
0
230
Member Avatar for JLChafardet

This code was part of my first quarter 2nd semester project for a subject called programming 2. its a simple roman to arabic convertion function.

Member Avatar for JLChafardet
0
341
Member Avatar for JLChafardet

This code is an example of a simple bubble sort function in C++. the function doesnt receive or returns nothing just for the record, some translations "declaracion de constante" = constant declaration "prototipo de funcion" = function prototype "arreglo" = array "Arreglo en el orden original" = original array order …

0
213
Member Avatar for anurag_pareek

you should post a link for a .tar/.rar with files, i think i understand the basic concept of the code, but cant compile it, some issues with escaping (that can be easily fixed) plus other graphic stuff.

Member Avatar for luna19
0
1K
Member Avatar for bamabambhole01

Tip, use #include <fstream> ;), wont do your homework, but a tip i know is welcome its prety easy to use fstream, you can then call the classes you need to do the work you are looking for.

Member Avatar for dmanw100
0
125
Member Avatar for Firestone

AWesome post, as soon as i can i will start posting my codes, may not be strictly related to anything posted here, but it may help others to solve issues. I love it here, i will become more active as my knowledge grow.

Member Avatar for JLChafardet
0
297

The End.