Question: How to shorten File name
I have made a media player with a listbox to add music files, like a playlist, but when I add a file it shows the entire folder/subfolder name with it.. This is the code I have for the add file If...
View ArticleWhat does PUSH -? means?
hello everyone, I really wanna understand one thing PUSH -79 or PUSH -1 I saw that in ollydbg, so is that correct or wrong? I am really confused
View ArticleError C2679: binary '<<' : no operator found which tak
Hello all and thank you in advance for any help. I'm a novice so please bear with me. I'm having difficulty resolving this error. My main goal at the moment is to try to figure out how to use htmlcxx...
View ArticleEdit in file code
hi everyone this code is for edit a txt file but the there is no change in file can any one detect where is the error private void button1_Click(object sender, EventArgs e) { Sname = textBox1.Text;...
View ArticleFast sort algorthm to sort a very small set.
Hi Folks, "C" My microcontroller (PIC) has some nasty deadlines it has to keep, so to aide in that, I'd like to be able to sort four(4) 16bit integers as fast as possible. I don't care how much code it...
View Articleproblem with output results c++
i am new to programming and having trouble figuring out how to put quotations around words so they show up in output. this is my code void printDetailsOfWinner(string bidderName, string lotName, double...
View ArticleHow To Improve Physics "Bouncing" Function
Hi, So, im trying to create a physics engine from scratch, so I decided to start with a basic 1 dimensional bouncing object, here is what I have so far: #include <iostream> using namespace std;...
View ArticlePHP auto generating SQL statement.
I am working on a website that will be for a database, and managing it, through PHP and SQL, I am trying to make it pull down all the column names and place them in the statement, and also get all the...
View ArticleProblem : Convert Decimal to Hex
Hello! I have a problem about convert decimal to hex format, I need to convert decimal to hex format 2 digit. Exp. "1000"(dem) to "03 E8" , can someone help me.
View Articlelog in ,sign up system
nothing error to my code but in my logic i think it is have..look at the picture ...and one more in my sign up when i did not type both to the sign up and i click the button it show successfull login...
View ArticleClass implementation
I have created this class class Queue: # Constructor, which creates a new empty queue: def __init__(self): self.__items=[] # Adds a new item to the back of the queue, and returns nothing: def...
View ArticleLoad an array from a text box
Hello, I am in my first class for C# and was wonderng how to load and count an array from a text box on a form.
View ArticleCombine open file dialog with excel to flexgrid
hye... i have this code...works well..but how can i combined open file dialog and excel to flexgrid code?so it didn't open only specific file Private Sub command1_click()...
View ArticleSystem Beep() problem
I am trying to use the Beep() function which i have used in the past but i am using the function sending in 550 and 500 though i don't hear any sound. I have my speakers in and all the way up but it...
View ArticleInsert data into oracle table using PHP
Anybody can tell me how to write the code for insert data into oracle table using PHP? i have no experience using oracle database in PHP.
View Articlefull programs and softwares
hi programmers /> I am using C++ to program . and I am in good acceptable level of knowledge about it. my question now is that I want start programming full software with installing feature. the...
View Articleerror with getch() in arrow key menu
Hello, I've been searching for a way to get arrow keys for a menu in a program im writing well, last night I figured it out, But there is still one problem, I need to be able to read the enter key as...
View ArticleChange Calculator
I am currently trying to figure out how to print the amount of change to be given in another class, but I'm having a bit of difficulty since the instructor wants us to code it with a while loop. Here...
View ArticleQuick MIPS question regarding multiplication
Hi; I know I have to multiply a register's value by 4, then add it to the address of an array to get the address of the [register's value]th element. We were taught to do the multiplication this way:...
View ArticlePhp: Password not match and Password is empty
Hi!!! I am a beginner in PHP and we are ask to create a fields with passwords. The code for password fields is: <input type="password" name="Password1"> <input type="password"...
View Article