Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
2 Commented Posts
0 Endorsements
Ranked #4K

9 Posted Topics

Member Avatar for justiceigwe

PLEASE can someone help me, am trying to upload files into mysql database. fine uploadiing the file is working, but trying to download thesame file, it's working, but the download is giving me a 0byte empty data. pls if any one has a full code on how to download and …

0
59
Member Avatar for justice igwe
Member Avatar for justiceigwe

Pls can any one really guide me through the SDL configuration, cos i've tried it for days, and it seems to not to be working out for me.

Member Avatar for Wej00
0
69
Member Avatar for bosdak

ok let me help, but the ATM program is not that difficult, but take a look at this sample codes... [code] /* An ATM machine program collection, designed by Justicce Igwe */ #include<stdio.h> char choose,option; #include<conio.h> #include<string.h> #include<stdlib.h> int main() { char choice; int i; char choice_file; float amount=0,transfer=0,withdraw=0,deposit=0; float …

Member Avatar for justiceigwe
0
2K
Member Avatar for Invecta

also even if you dont use the <string.h> header file, it will still work.. here is a piece of the program, [code] #include<stdio.h> #include<stdlib.h> #include<conio.h> main() { char x[10]; clrscr(); printf("\n Enter [ True /False ] "); scanf("%s",x); /* but not you can also use the " gets(x) " instead …

Member Avatar for justiceigwe
0
87
Member Avatar for subrat_p

Ok, Let me say MSQL is a very interesting database to use, but also frustrating when your database is not interacting with you. let me breakk it down for you step by step. [quote] 1. depending on the set up u're using ok 2. if u're using XAMPP, thats cool …

Member Avatar for mshauny
0
129
Member Avatar for Aditya Hegde

you can check online for mini projects in C language throug some of the search engines like(google, ask, wikipedia e.t.c)

Member Avatar for justiceigwe
0
64
Member Avatar for Shaswat

ok, let me help.. here's al little code on chat agent. here's is the first part for the server .. //Server Application import java.awt.*; import java.awt.event.*; import java.net.*; import java.io.*; public class ServerApp extends Frame implements ActionListener,Runnable { ServerSocket s; Socket s1; BufferedReader br; BufferedWriter bw; TextField text; Button button1,button2; …

Member Avatar for justiceigwe
-1
146
Member Avatar for Jack_1

yeah!! strictly skipp all the husles and busles of life and download the [B]XAMPP[/B] because it contains all the three ( php, mysql and apache server) for ur web application

Member Avatar for justiceigwe
0
115

The End.