132,726 Archived Topics
Remove Filter ![]() | |
1. Write a C program to read a list of books from a file and create a linked list to store them. The purpose of this program is to keep track of the books kept in a shelf. The shelf is a three-tier shelf and each tier can store up … Software Development c linked-list | |
I have been given the task to Design,Develop,Test and Document an application on a stack class. The stack class's public interface should consist of methods to initialize a stack object, to check whether a stack is full or empty, to push integers onto the stack, to pop integers off a … Software Development c++ | |
Hi, I want to add a new node at 5th position in a single linked list in C++.Please help me with this..as am new to linked list. Software Development c++ linked-list | |
Hi.I'm trying to make a program that blocks speed programs like speedgear. I'm currently blocking it with this code block [code] ProcessMemoryReader pReader = new ProcessMemoryReader(); pReader.ReadProcess = p; pReader.OpenProcess(); byte[] NewVal = x; int store = 0; IntPtr BaseAddress; BaseAddress = new IntPtr(0x0043B382); x = pReader.ReadProcessMemory(BaseAddress, 6, out store); … Software Development | |
Can someone please break down a simple statement for a relative newbie? [CODE]Thread firstThread = new Thread (new ThreadStart (Method1));[/CODE] In other words, what is happening at each stage here: [CODE]new ThreadStart (Method1)[/CODE] [CODE]new Thread (new ThreadStart (Method1))[/CODE] [CODE]Thread firstThread = new Thread (new ThreadStart (Method1));[/CODE] Thanks for any help … Software Development c# | |
Hi could someone help me or guide on how to do this, I have a home page with a search button(kinda like ebay) if there is not search criteria entered it will just redirect to default page. if the user types nokia phone for example i need to genereate a … Software Development | |
Hi, can someone plz tell me how to compile gtkmm in code:blocks? or actually, how to compile gtkmm at all in windows? Software Development c++ | |
I have a jsp...I need to read in the generated html fron the jsp to a string buffer I can use in a mail method how do u do that? test.jsp Software Development java | |
Hi! I've made this program, but not working :( First time I compiled it with MicrosoftC++ and gave me just 1 error, that corrected, then compiled it with DevC++ as teacher used it, and started giving me a lot of errors :S that some of them dont know how to … Software Development c++ | |
hello. here i go again... were learning Arrays this week, and after a lot of trial/error, ive finally created a program that actually runs and compiles. my issue of the matter now is being able to put the user's 4 numerical inputs in order from low to high. if anyone … Software Development c++ | |
i want similar help but i want the code to be in c++ if have modified this code and tried to use it but somehow its nt wrking...it ll b kind of sum1 to hlp me in dis... Software Development c++ | |
I am making a text game, and what I want it to have one console window for showing the game, then another one next to it showing the players stats. Is this possible ?? Software Development python | |
Ok, I made a very simple function to keep track of variable Gold...Ok thats easy, everything works fine, except I made the variable = 200 and when the function performs it adds like it is told to do. But I want it to evolve as I add to it, and … Software Development python | |
Hi, I am working out a program which involves emailing through a SMTP host I dont have control over... I can mail through PHP code but cant do so through python, because I get the following error Traceback (most recent call last): File "Teshting.py", line 7, in <module> smtp.sendmail('Sender','thenameizprayag@gmail.com','Test') File … Software Development python | |
Hi all., I want to make a small and simple game for kids, where they need to compare between different shapes of polygons. So in this game, there will be a button, loading different Polygons, with transparent background. i REALLY preffer it will be with the Animated GIF of RxLib, … Software Development pascal | |
did anybody know.....how to restore our system to a already created restore point in C# programming? I am studying 3rd B-tech and this is my project...please do help re... Thanks in advance aruna Software Development c# | |
Hello, I have a question. How can i determine if an email address is in the correct format. I use the System.Net.Mail.MailMessage to send my messages. I am getting my To email addresses from the database but when the address is not in the correct email format the program stops … | |
Hello all, I am using Word AddIn , i have a button on my Ribbon and i would like to save the current file on click of the button. How to do it ????????? Software Development | |
I have listview on the form with 10 columns. With horizontal scrollbar when I scroll I wanted to know how much I have scrolled. I am finding difficulty in getting any event that triggers when scrolled. Need help! Sudhir Software Development listview | |
Hi, I have been doing c++ for about a month and a half and have done 26 tutorials on Youtube and I feel rather proud of learning something I have wanted to do since I was 13 (I'm 20 now) and that is to program. Back to the point. I … Software Development c++ | |
I saw this small code of a program to print HI without a semicolon in the program. I don understand how it works. [code] int main() { while(printf("HI")-2) {} } [/code] Any help would be appreciated. Software Development c | |
Hi guyZz.... Can u help me with my project...??? I need a report designer that the end-user can design their own what they want... specifically you can design a report in runtime......! urgent please....... Any idea and some source is really appreciated..... thanks in advance....... Oscar Resonable Software Development visual-basic | |
I am currently working on a real time operating system(freertos) task, there are 3 tasks here and the problem im having is with the 1st task. it is basically to have 2 modes, toggled by a single button "RIGHT" (keys = ~PTH & BOTH). this has got to go basically … Software Development c operating-system | |
Hey! I'm working on this solution that wants me to code an application that displays the highest score earned on the midterm and then the highest score on the final exam. This is waht I have so far but it is not working... Option Explicit On Option Strict On Public … Software Development vb.net visual-basic | |
Hi I am writing a simple C++ win32 console application, with only one .cpp file. I want to show a windows form, for this i added a new windows form in my project, It said that i am adding CLR support in my project, i said ok and It created … Software Development c++ | |
Hello, I have a structure like this: [code] package/ __init__.py subpackage1/ __init__.py baseclass.py subpackageA/ __init__.py ClassA.py subpackageB/ __init__.py ClassB.py [/code] in package/__init__.py and package/subpackage1/__init__.py I am importing the subpackages so that in my app I can just call import package instead of having to import each subpackage individually Here is … Software Development python | |
[CODE=C++] string word; cout << "type in the word you want to be decrypted >> "; cin >> word; char dword[] = word; [/CODE] this does't work, is it because yo can't use the line [CODE=C++]char dword[] = word;[/CODE] if it is because of that then please tell me what … Software Development c++ | |
Hi all, I want to take the position of cursor from the command line and also want it to go to specific location. But I dont know how to accomplish that. I have tried with cout.seekp () and cout.tellp (). But they didnt worked as I hoped. seekp () and … Software Development c++ windows-vista | |
Hello , Hope u all r dng great... I am devlpng an application wherein i need to upzip a file on the click of the Unzip button on my form. All the files(text files) in that zip file will be unzipped n then listed in the Listbox on the same … Software Development | |
please how do i create a login page using gui in java?And also how do i make the login page move to the next java page when the password is correct? | |
Here is my code: Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load InitializeComponent() Dim str As New StreamReader("C:\projects\servers.txt") Dim server As String = str.ReadToEnd().ToString() str.Close() Dim thisconnection As New SqlConnection("server=" & server & ";integrated security=True;database=Deduping") Dim thisAdapter As New SqlDataAdapter() Dim cmdthisAdapter As New SqlCommand("SELECT ProjectNumber, … | |
Hey, so I'm trying to make a program that sorts user inputted "pancake sizes" and then outputs the result after a selection sort. My problem is that with an input of 12.3, 14.2, 15.2 etc(doubles) the program won't work, and I have no idea what to do for the parameters … Software Development c++ | |
i have a filesystemwatcher looking for a file, then once the file comes into the folder ive set, it then reads all the lines of data from inside each file in the folder being monitored. each read line should then be writen into another file in a different folder. so … Software Development open-source | |
Is there a possibility to send a value of one variable in WinFormApp to value of other variable on ConsoleApp that are running on the same computer? Software Development | |
Hi, Can someone assist me to locate a Serial Comms Package for the old Delphi V5,6,7 (early 2000's) ? I wish to do basic comms IO routines. I used to have a package called CPort(V.3?), but my pc crashed and I was unable to obtain it again. Maybe there are … | |
Hi I'm really new to C#, more familiar with .ne but haven't code much in a while. I am not sure how to populate a table with data after clicking a search button.. know how to do this in .net but eve after looking at examples I'm not sure how … Software Development dataset | |
hi can anyone help me out in detecting broken/corrupt images (jpeg, gif, png) using c# code. - rahul Software Development image | |
how to get the correct difference and product of dis?! [code] import java.io.*; public class exer05{ public static void main(String args[])throws Exception{ BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); int num = 0; int number = 0; int diff = 0,pro = 0,sum=0; System.out.print("Enter number of times:"); number = Integer.parseInt(br.readLine()); for(int … Software Development java | |
i want the user to enter the name of the file to open and i want it in c++, i have seen a similr work done in vc but i m nt abl 2 implement da same in c++ Software Development c++ ![]() | |
Hello, This is a general question, so, I don't think code is necessary. I have a basic question about buttons in Win32 API... (Solution in MFC is also OK!). I was doing some experiments in push buttons, using MFC... I can enable/disable a button as I wish, but, there is … | |
I realize that there is another thread about this topic, where bitshifts are used, but I do not understand why my code is not working: #include <iostream> #include <bitset> using namespace std; int main() { bitset<5> b; int temp=0; for(int count=0; count<=10; count++) { temp=count; for(int check=4; check>=0; check--) { … Software Development c++ | |
Hi Guys, First time user & new to scripting. :) I have my shell script like this: [CODE] #!/usr/bin/sh e_id=`sqlplus -s scott/tiger@DB<<eof SET PAGESIZE 0 FEEDBACK OFF VERIFY OFF HEADING OFF ECHO OFF; select emp_id from employee; quit ` echo "Employee ID's $e_id" group=GROUP1 # Getting the sss_no for each … Software Development shell-scripting | |
hi, I am trying to do some aombination study. I have saw some codes on permutations and combinations. But for all those programs input is a single list. I am trying to make combination from 4 lists. I have input 4 lists. Now I want to generate several combination lists. … Software Development python | |
hi,im doin a mobile banking system and rite now, i have 2 forms in d 1st form.. ive created fields for name,account number and amount while d other form is where it is supposed to display the transaction number. my question is, i only can make this program work successfully … Software Development vb.net | |
Hi, I have written a small code to connect to solaris machine from cygwin...but this code is giving some error. please see the code below..i am expect some solution of this error.. Thanks in advance import os, pexpect, time FirstTime_Ssh='Are you sure you want to continue connecting (yes/no)?' def ConnectUnix(): … Software Development python | |
i want to mix a different fertilizers available in the market to create a new fertilizer WITH MY DESIRED AMOUNT OF NPK(Nitrogen, Phosphate, Potassium)... i can do that in so many ways but i want to get the mixture with cheapest cost. here is an example, ------------------N-P-K Numbers------------COST(Peso) Fertilizer 1-----(24-2-8)---------------------100/bag … Software Development visual-basic | |
if anyone can check out my program below and see whats wrong, itd be greatly appreciated. my goal: user input a text file (i.e. data.txt) to open and read print the mssg within file to both console and text file (i.e. secret.txt) print the mssg as scrambled message (ASCII) my … | |
Hi everyone I am writing this program that takes a string and search it for words. Those words are taken and they get "<" at the beginning and ">" at the end of the word. then it prints the string with the words and the "<, >" characters. Here is … Software Development python | |
hi everyone, I've seen that in C we can call functions from DLL's, but i don't know how, can you please clear my ignorance or divers me to a website where i can learn it. Thanks Software Development c | |
Hello, I am wondering the best way to go about this in python. Basically what I want is to encrypt a password (using something in python or open source) while masking the password in a wxpython text field(i.e. instead of 'password' it will show '********' on the screen). I realize … Software Development encryption open-source python |
The End.