Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
2 Commented Posts
0 Endorsements
Ranked #14.9K
Ranked #2K
~2K People Reached
Favorite Tags
Member Avatar for mgn2683

Hi, This may be hard to describe what I'm trying to do. I have a database table called assignments where there are columns: section, team, and candidate. For each section, there are 3 teams- 1, 2, 3. The sections are listed alphabetically from A-V. There are 5 candidates per team, …

Member Avatar for Aamit
0
145
Member Avatar for Darkmystery

Hello, I need to decode certain packets which I need to split first. They are splitted using '@@@' (in this example I only use one '@'). I'm having this code now: (It's basic C code for a NDS platform) [CODE="C"]char buf2[256] = "test1@test2@test3@"; char packets[30][256]; int main(int argc, char ** …

Member Avatar for Darkmystery
0
152
Member Avatar for nilmin

Hi All, I am trying to read pixel values of a PNG file using turbo C. I use lingpng library files. I started with following code FILE *fp = fopen(file_name, "rb"); if (!fp) return; fread(header, 1, number, fp); is_png = !png_sig_cmp(header, 0, number); if (!is_png) return; when complie this, it …

Member Avatar for mike_g
0
130
Member Avatar for danishbacker

Is it possible to update the AUTO_INCREMENT value who's attributes are primary key, not null, auto increment and also an INT type The thing is I need to synchronize the 'image_id' to access images sequentially and if one row is deleted the sequence is destroyed Help me! [code] <?php include('db_conexn.php'); …

Member Avatar for danishbacker
0
247
Member Avatar for tiger86

Hey, I am hoping some kind soul out there can help me out. I want to make a site I am working on able to have more then one theme for example: Blue: Pink:Green:Flames is it possible to make it so when the person clicks the link it can load …

Member Avatar for MelechM
0
342
Member Avatar for mikedd

Write a calculator program that lets users enter a simple mathematic operation and display the results as in the sample output shown below (bold text indicates user input). Calculate: 92+1 Result = Ninety Three Calculate: 92, 000 + 1 Result = Ninety Two Thousand Calculate: 92, 000.01 + 1 Result …

Member Avatar for Salem
-1
157
Member Avatar for riahc3

Hey I have to make the game War (card game: [url]http://en.wikipedia.org/wiki/War_(card_game)[/url] ) in C. Im not sure where (how...) to start. My basic thoughts/ideas/etc: Its a 40 (4 times 10) card version with 2 players. A way to do it would be set up a structure with 4 faces values: …

Member Avatar for jephthah
0
135
Member Avatar for Borderline

[B]Layers Issue[/B] Site URL: [URL="http://www.further-flight.co.uk/20080820index.php"]http://www.further-flight.co.uk/20080820index.php[/URL] I am attempting to position the banner text over the top of the black space next to the racing image, but the z-index css is not having the right affect. Would someone be able to advise where I am going wrong with this, please? CSS …

Member Avatar for MidiMagic
0
139
Member Avatar for Traicey

Guys Im not sure If I should post this in this forum but anyways If it shouldnt be here please pardon me I have a problem here, I have to design and develop a software for Clothing company which sells clothes, either use account, cash, credit exchange, returns and so …

Member Avatar for mike_g
0
112