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.

~5K People Reached
Favorite Tags
Member Avatar for Hazardous_Byte

I have written a bootloader in ASM (I can post code if you like) and I plan to write a kernel in C /c++ because I don't want to have to deal with a Kernel written ENTIRELY in ASM. Is there any way (Got to keep this under or at …

Member Avatar for rakesh_15
0
2K
Member Avatar for steventaal

Hello everyone, I wrote an Ajax API, and I thought that it may be of some use to you all. I will post the code and explain it here. [CODE]/* <!Tut note: do not use "var" to declare x or req. function makeReq() { target="http://yourserver.com/login.php"; data="yourdata=this&itsplace=thisstring"; req = new Request("post", …

Member Avatar for urtrivedi
0
111
Member Avatar for steventaal

Hello everyone, I wrote an Ajax API, and I thought that it may be of some use to you all. I think that it's pretty self-explanatory. Post or PM me if you all need more or need help. Peace! -Stev

0
213
Member Avatar for AlPhA

Today (the 18th) is my last day to decide what i want... a CRT or a LCD. The MINIMUM is a 17" LCD with 400:1 contrast ($800 ABSOLUTE max, i'm already bending it) or a 19" CRT ($350 max, umm, about) For a 17" LCD, the main contender is: [url]http://www.samsungusa.com/cgi-bin/nabc/product/b2c_product_detail.jsp?BV_SessionID=@@@@1272066989.1014010445@@@@&BV_EngineID=ccceadcegfjdlimcfejceefdfggdhgm.0&prod_id=171B[/url] …

Member Avatar for hfdhgfhgffgh
2
2K
Member Avatar for mooseguy

I'm trying to write a small text editor in wxWidgets, using wxDev-Cpp. So far, all is well. However, for the life of me I can't work out how to print (As in, onto paper). As far as I can deduce, I need to use the wxPrinter class. Browsing the wxWidgets …

Member Avatar for allq
0
348
Member Avatar for steventaal

I am using wxDevC++, because I hate code::blocks and litecode doesn't do it for me, so the error I get when I try and compile is: cannot find -lwxmsw28 ld returned 1 exit status C:\Dev-Cpp\Makefile.win [Build Error] [Output/MingW/Project1.exe] Error 1 I've looked high and low, and I cannot find wxmsw28.lib …

Member Avatar for allq
0
164
Member Avatar for steventaal

I am learning wxWidgets to break free of console programming. I use Dev-C++, and I have installed all necessary DevPaks, and everything should work fine, except when I try and compile this code, I get: [Linker error] undefined reference to `WinMain@16' ld returned 1 exit status C:\Dev-Cpp\Makefile.win [Build Error] [Testing.exe] …

Member Avatar for Stefano Mtangoo
0
216
Member Avatar for steventaal

It's been so long since I sat down and coded something that didn't require me to think about what I wanted to code before hand; Can anyone give me any ideas about a cool program to make? I can effectively utilize CreateThread() and such from the Win32 API if that …

Member Avatar for koye.0019
0
78
Member Avatar for waren

I want to hide the table when the user is logon. This is the code; [code] <div style="padding-left:20px"> <div id="welcome">welcome</div> //* I want to view this when it logon. <table id="logon" style="height: 165px;" border="0" cellspacing="0" cellpadding="0" width="794"> <tbody> <tr> <form name="logon"> <input type="submit" name="Submit" class="button" value="Log In" /> </form> </tr> …

Member Avatar for steventaal
0
95
Member Avatar for BobbieJean

Hi, I have to write an airline ticket program for my class. My instructor gave us an example of a similar program so I thought I would build and run it to help me understand it better but he seems to have given us code for a program that doesn't …

Member Avatar for jonsca
0
186
Member Avatar for steventaal

OK, so I have this program I am writing called 'GradeBook', and there is a problem that starting on int Menu1(), ' if (menuchc == "4") ', and ending [code=c++] if (menuchc == "y", "Y") { string tmp = "start " + po; system(tmp.c_str()); system("pause"); main(); } [/code] so, I've …

Member Avatar for jonsca
0
121
Member Avatar for ssuss

hi every body..... ^_^ i have these problem in linked list and i need some one to answer it please..... Develop menu driven C++ program to manage the College of Science Book Store. Your program should maintain three linked lists: one for books, another one for students and a third …

Member Avatar for steventaal
-3
176
Member Avatar for bilalqasim

Please can anyone help me in the making of this program : We have to Enter a string of capital letters like WJKTYNHJHIJKLMNOPASC THE LONGEST CONSECUTIVELY INCREASING STRING IS HIJKLMNOP . . . Help me Please , Thanks !!!

Member Avatar for steventaal
0
122
Member Avatar for anuragcoder

This is a program that emulates a supermarket cashier. It includes Login and also uses EncryPro for encrypting customer ID. AC 2010 Main Page : code.google.com/p/advancedcashier2010 EncryPro : code.google.com/p/encrypro

Member Avatar for anuragcoder
-1
375
Member Avatar for steventaal

I have written this for my math class, as it saved me an accumulated time of three hours over a week of homework that involved the quads. I a posting it here for anyone who wants to use, modify or otherwise use to go ahead and do so. Standard Quadratic …

Member Avatar for anuragcoder
0
247