pablo9891's Profile
Reputation: 2
Apprentice
- Group:
- Members
- Active Posts:
- 41 (0.03 per day)
- Joined:
- 19-December 09
- Profile Views:
- 2,376
- Last Active:
Feb 06 2013 10:30 PM- Currently:
- Offline
Previous Fields
- Country:
- AR
- OS Preference:
- Linux
- Favorite Browser:
- FireFox
- Favorite Processor:
- Intel
- Favorite Gaming Platform:
- PC
- Your Car:
- Who Cares
- Dream Kudos:
- 0
Latest Visitors
-
j0hnzen 
17 Jul 2012 - 10:54 -
RexGrammer 
10 Jun 2012 - 09:42 -
macosxnerd101 
07 Jan 2011 - 16:08
Posts I've Made
-
In Topic: pause function
Posted 22 Jul 2012
If you are using Linux to do that the pause function will suspend the process until it receives a signal in order to go on, that means that the process you are running won't do anything until a signal is receive, even show a number. I'm answering your question by the information you are giving, if you want us to be more detail, put some code.
EDIT: If your pause funtion is not woking well you should check if you are receiving some signal from other process
pause() -
In Topic: error in bubble sort
Posted 25 Jun 2012
Why are you doing this?
if (a[n] == k) { n = n - 1; }
For me the best way to implement a bubble sort algorithm is the one below. This is an implementation in C that you could understand easy. In this case i'm trying to sort a four element array:
int array[] = {8,5,3,0}; int i,j,aux; for(i = 0;i<3;i++) { for(j = 0;j<3;j++) { if(array[j] >= array[j+1]) { aux = array[j+1]; array[j+1] = array[j]; array[j] = aux; } } } -
In Topic: Excited to Join here !
Posted 22 Jun 2012
Hi there, hope you get fun!
Quote
I am left wondering if stephenhawking through stevenhawking8 were already taken.. hmmmmmm..
I'm asking myself the same question right now -
In Topic: Hello!
Posted 21 Jun 2012
Welcome DIC, i hope you get fun here and learn a lot of things too! -
In Topic: Does anyone else watch tv/movies while they code?
Posted 21 Jun 2012
Ussually i prefer to listen music while i'm coding it help's me to focus in what im doing.
My Information
- Member Title:
- New D.I.C Head
- Age:
- 24 years old
- Birthday:
- June 3, 1989
- Gender:
-
- Interests:
- Programming, Maths, Philosophy, Religion, Arts, etc.
- Years Programming:
- 5
- Programming Languages:
- C/C++/Cobol/VB/Java
Contact Information
- E-mail:
- Private
- Website URL:
-
http://
Friends
pablo9891 hasn't added any friends yet.
|
|


Find Topics
Find Posts
View Reputation Given
|
Comments
pablo9891 has no profile comments yet. Why not say hello?