₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,331,157 members, 8,448,903 topics. Date: Tuesday, 21 July 2026 at 04:11 AM

Toggle theme

Cruworld's Posts

Nairaland ForumCruworld's ProfileCruworld's Posts

1 2 3 4 5 6 7 (of 7 pages)

Christianity EtcRe: Nigeria Sharia Court Confirms Twitter Debate Ban by cruworld(m): 4:48pm On Mar 31, 2010
enomakos:
ha ha

i can not stop laughing,whether does guy like it or not people like me will twitt and discourse it on facebook


can they ban me for writing in my own house?
whateva dude, If facebook cannot allow you to use some stupid names for your profile definitely their is a way to prevent this also,
HealthRe: Acid Rain Forecast In Parts Of Nigeria by cruworld(m): 9:02am On Mar 22, 2010
belladee:
Actually the rain has no more effect than does swimming pool water, because both contain small amounts of chemicals. Its best to just bathe to remove it depending on how bad it is.

Normally it wont affect your skin unless you are collecting rain water in order to drink it.

cool
rasputinn:
C'MON GUYS STOP POSTING IGNORANTLY,why not google the effect of acid rain on human health and discover that this thread is spreading falsehood
Human health
Scientists have suggested direct links to human health.[31] Fine particles, a large fraction of which are formed from the same gases as acid rain (sulfur dioxide and nitrogen dioxide), have been shown to cause illness and premature deaths such as cancer and other diseases.
CelebritiesRe: Tiger Woods Finally Speaks: 'I Am Deeply Sorry' by cruworld(m): 5:35pm On Feb 25, 2010
Dont know why you Good for nothing taking is matter serious, Acting like as if you the best Human, How many times have we seen any Nigerian celebrity apologising for what they did wronghuh
ProgrammingRe: Is It Late To Start Learning Programming @ 28 Years? by cruworld(m): 12:56pm On Feb 24, 2010
oradilo:
@ Cruworld
Looking for someone in Abuja to mentor you on programming, you can contact me. I program using c++ and Java but Java is my favourite language. Call me on 098710831 (btw 8:00am and 5:00pm, Monday to Friday) or send an email to bnettel@live.com.

I believe it is best to start programming at a very young age (a good example is Bill Gates, started at about 13). But like other folks have said, it is never too old to learn. The most important thing is the interest/passion you can cultivate. Programming is fun and it takes some patience and a lot of practice to be very good. In my opinion, it would take about 2 years of continuous programming to be an average programmer. The earlier the better, so start RIGHT NOW
Alright,
ProgrammingRe: Is It Late To Start Learning Programming @ 28 Years? by cruworld(m): 4:41pm On Feb 23, 2010
Going to 21 Just started programming with C/C++ will soon get my personal Lapi for practising, searching for mentor within Abuja, still waiting for admission, Still lacking Creativity to be a Successful programmer.
PoliticsRe: Yar’adua: Saudi Authorities Deny Ministers Landing Clearance by cruworld(m): 5:02pm On Feb 22, 2010
All the Billions instead of thousands paid for this fucking trip WASTED, Na wa oo What kinda government we havon
ProgrammingCan Anybody Explain This C Code For Me? by cruworld(op): 12:46pm On Jan 08, 2010
int grades[STUDENTS];

int idx;
int total = 0; /* used for average */

int main( void )
{
for( idx=0;idx< STUDENTS;idx++)
{
printf( "Enter Person %d’s grade: ", idx +1);
scanf( "%d", &grades[idx] );
ProgrammingRe: C Programming Help by cruworld(op): 8:45am On Jan 07, 2010
thanks Guys, am using Dev C++ compiler
European Football (EPL, UEFA, La Liga)Fulham 3 - 0 Man Utd by cruworld(op): 5:55pm On Dec 19, 2009
Looking at the Man Utd performance today they dont really deserve to win the game not until when Fabio was put in that he took control of the right flank but i wonder why they should be beaten by Fulham 3 goals to nil even though Man Utd was playing away, shocked
ProgrammingC Programming Help Needed by cruworld(op): 7:19pm On Dec 17, 2009
/* Demonstrates the use of if statements */

#include <stdio.h>

int main( void )
{
   
 int x, y;
/* Input the two values to be tested */

printf("\nInput an integer value for x: "wink;
scanf("%d",&x);
fflush(stdin);


printf("\nInput an integer value for y:"wink;
scanf("%d", &y);
fflush(stdin);

/* Test values and print result */
switch( x,y )
{
case 1: x == y ;
printf("x equal y\n"wink;

case 2:x > y;
printf("x is greater than y\n"wink;
break;
case 3: x < y;
printf("x is smaller than y\n"wink;
break;

break;
}

getchar();
return 0;
}


Why is my program not returnin output for case 1: x == y ;
printf("x equal y\n"wink; huh?
ProgrammingRe: C Help by cruworld(op): 4:25pm On Dec 14, 2009
i got it solve myself but ur contrubution and experience is need,

#include <stdio.h>

int main (void)
{
int x = 20;
int y;
int Z;

printf("Enter y:"wink;
scanf("%d", &y);
fflush(stdin);
Z = x + y;
printf("Z = 2%d+%d = %d\n", x,y,Z);
if ( Z > 100)
{printf("congrate"wink;}
else
{ printf("HaHaHaHa"wink;}
getchar();
return 0;

}
ProgrammingC Help by cruworld(op): 3:02pm On Dec 14, 2009
#include <stdio.h>

int main (void)
{
int x = 20;
int y;
int z;
printf("Enter Y Value:"wink;
scanf("%d", &y);
fflush(stdin);
printf("Z = %d + %d is %d", x,y,x+y);

if(Z < 100)
z = x + y
{printf("congratulation"wink;}
return 0;
}

what must i do to have a value of Z print Congratulation for me if i added the value of X and Y together?
ProgrammingRe: C Programming Help by cruworld(op): 9:30am On Dec 11, 2009
check microsoft msdn site, i download the one am using from there.
ProgrammingRe: C Programming Help by cruworld(op): 11:10am On Dec 10, 2009
thanks bro i got it, do you reside in Abuja? what is the function of fflush(stdin)
ProgrammingC Programming Help by cruworld(op): 10:07am On Dec 10, 2009
Am new to C Programming kindly help with this.

#include <stdio.h>

int main(void)
{
int a;
int b;
scanf("%d", &a);
scanf("%d", &b);
printf(" %d + %d=%d",a,b,a+b);
getchar();
return 0;
}

i want to add the value for a and b together but after i input the integer instead of displayng the result it close the prompt, what might be wrong please help.
EducationRe: ~university Of Abuja~ 2009/2010 Post Ume by cruworld(m): 9:08am On Dec 08, 2009
never mind the dude, the result not yet out,
Music/RadioRe: The Richest Nigerian Rapper by cruworld(m): 11:13am On Dec 02, 2009
seems to lke this is what you want, Why dont you take your RYthm to RAP BATTLE section if you are good enough, i know that one of you might not have the courage to insult the other on a Physical battle, wink
EducationRe: Pls Which Website Can I Use In Carry Out A Research Or School Assignment by cruworld(m): 8:39am On Dec 02, 2009
ComputersRe: Can't See My Desktop by cruworld(m): 9:00am On Nov 25, 2009
Press Ctrl+Alt+Del, select file, New Task and Paste C:\WINDOWS select the Explorer with Monitor Icon,
Rap BattlesRe: 2 Lines To Diss The Person Above You by cruworld(m): 9:30am On Nov 24, 2009
Once you see the beast you ran away
I aint fucking ya life dude coz it been bleeped up,  sad
Rap BattlesRe: 2 Lines To Diss The Person Above You by cruworld(m): 4:41pm On Nov 23, 2009
@ACAN,

Stop shrieking like you real bitch
this aint game for newbie,
EducationRe: FUT Minna Post-UME Result Out by cruworld(op): 10:53am On Oct 29, 2009
thanks John, this sound as a courage for hope,
EducationRe: FUT Minna Post-UME Result Out by cruworld(op): 9:16am On Oct 29, 2009
bro Verni, that is for you i pray you get out of the misery, as for me my problem is getting admission but scoring 150 make me sad, i hope God help me ooooo
EducationRe: FUT Minna Post-UME Result Out by cruworld(op): 4:49pm On Oct 28, 2009
You welcome bro, i cant wait to get admission to Futminna
EducationRe: FUT Minna Post-UME Result Out by cruworld(op): 4:44pm On Oct 28, 2009
i dobt know oooo bro, Just Pray for the cut off mark to be 150 grin
EducationRe: FUT Minna Post-UME Result Out by cruworld(op): 4:30pm On Oct 28, 2009
i saw someone that got 230, so definitely it will be over 400, well i score 150 huh
EducationRe: Which University Is Selling Pre-degre Form Now Pls by cruworld(m): 1:22pm On Oct 28, 2009
Futminna and Futa,
EducationFUT Minna Post-UME Result Out by cruworld(op): 11:20am On Oct 28, 2009
This is not notify the FUTMINNA candidate that the Post-UME result is out.
EducationRe: 40questions: 30mins. Futminna Post Ume Is : by cruworld(m): 4:40pm On Oct 23, 2009
i had the question was leaked that was why we have to answer 40questions, i applied for Math/comps sha, Man it wasnt easy coz at home self 10Min havent some some of themath question, maybe because am Dull but at least textbook will speed up time grin , Make God help us
EducationFutminna Post Ume Date by cruworld(op): 6:58pm On Oct 18, 2009
For those applying for Federal Universityof technology Minna, The Post-Ume has been rescheduled to Thursday 22nd and Friday 23rd of this month, Kindly check their site www.futminna.edu.ng to check for your exam date and time, Thanks
RomanceRe: Your First Toasting And How It Went by cruworld(m): 4:44pm On Sep 02, 2009
Toasting!!!!!! When i see the chick i admire, to talk to her is the problem because of Heart beating except when i have Backup like someone following me and all this will be in the NIGHT.


FOR RELATIONSHIP, First experience was in Primary School. we were in Class four during that time; we sit beside eachother all of sudden she collected my book and wrote "my name" is Ruth husband we get the shit on before she left for another school. Ever since then i never have a serious relationship all i gat is 2 weeks coz am a stupid shy guy after she agreed, to talk to her is problem coz i wont know what to say, embarassed
ComputersRe: Xp Help by cruworld(m): 3:49pm On Aug 06, 2009
are u sure u meet the system requirement before installation? i experienced it once i didnt do anything abt it coz i t stop by itself but mine does not occur after the installtion, use the safe mode, open cmd and type chkdsk /r

1 2 3 4 5 6 7 (of 7 pages)