364 Topics
![]() | |
Toshiba have announced the first notebook HD-DVD Write Drive, which can read and write HD-DVDs as well as standard DVD and CD. Of course, announcements and availability are completely different beasts, so do not expect to see this little beauty until nearer the end of the year. The SD-L902A, don’t … | |
This class implements a mechanism to encapsulate a selector. A selector is method signature descriptor. It is an easy way to create what may be called function pointers like in C language. I took my inspiration from Objective-C. | |
The problem is to find all ways of placing n non-taking queens on a n by n board. A queen attacks all cells in its same row, column, and either diagonal. Therefore, the objective is to place n queens on an n by n board in such a way that … | |
Hey Guys, I am having a problem getting NSTask to launch my shell script and output the results. I believe it is launching the script correctly, however I would like to acquire the output, error messages and perhaps even input... there are no errors about invalid launch-paths, so assume it … | |
Good Morning I am seeking some general guidelines to present a proposed project to a Client. The Client is expecting a meeting on Tuesday the 11th. I am just trying to give the client an overview and introduction to what his needs are. I would like to get a little … | |
Hi everybody, I'm trying to make a strategy game using C++ ,a simple game, my objective is to improve my way in oop analysis, currently I don't have an idea on how to do many things in this game, but I think of making it my companion in learning the … | |
Please advice me what is the most suitable Design Pattern for C++ to create Data Access Layer. Objective is to have clear separate layer for Presentation Layer, Business Logic, and Data Access Layer. Sub Question: 1. In C#, there was Dataset class to get data tabular records from query. What … | |
I'm just wondering if anyone can take a look at my current program below and see what im missing. ive been working on it for so long that i'm just stuck and need another help to kind of get me going in the right direction. I'm trying to create the … ![]() | |
Hi, I am a C++ newbie and had never written even a very simple C++ class before. Now I intend to do such a job. My objective is quite simple, a matrix class with the following features is just OK: [COLOR="Red"]1. The object of such a class can be initialized … | |
Hi, My coding objective is quite simple: design a function to write the data in a matrix into files. And here is my code: [CODE] #include <iostream> #include <fstream> #include <string> using namespace std; int matwrite(float* mp,int row_sz,int col_sz,string mat_file); int main() { // create a simple binary file first … | |
I am trying to make a java sever code communicate with and iphone hello world app. When I run the iphone app it sends the length of the string first then sends the string. the Length of the string should be 2 but my server code prints out 33554432. Also … | |
As i have written Atoi(); Now i have written Itoa. Here I have used a method of getting the last digit stroring it in an array and then reversing the array to get the required answer. I look forward for Improvements in this code. [CODE=C++] /**************************************************************************** Function Name:: itoa(int ,char … | |
I am in an introductory cs course, and we have a project due in a couple of weeks. I have asked my instructor if I can ask for help here and he did allow me to post the code and ask. The project is to write a simple game where … | |
Okay, so I am making a simple SDL-OpenGL application. I have already written the code and compiled it fine, but I want to incorporate it into an autotools project. I've tried. Here's the problem: I'm running Mac OS, so along with my C++ code, I must also compile an Objective-C … | |
Hello, I know Java and Objective C are totally different languages, but I thought may be since both are object oriented languages, there maybe some similarities between the two to help me make the transition. I also know C, so some of the stuff is looking similar. Could someone help … | |
Hi All, I have taken up this home project just for my pastime. My objective is to take a html file and then make a complete new webpage with a specific keyword. It basically is a find and replace type of method where my existing file contains a specific keyword … | |
Hi, I'm Jiropole, s/w developer and general digital creative. Specialities: graphics and audio programming, c++, php, apache, mysql, objective c, iphone app development. Annoyances: tech administration and compilation errors. Thanks for squeezing me in to your haven of the like-minded. | |
Hello, I'm new to Mac development, and for my first project stuck with Objective C only. In the interest of creating portable code, I'm now building non-GUI elements as C++ classes, which has gone alright but now I'm trying to compile a large, existing C++ library (STK audio kit) and … | |
hi i got my second assigment here for oop in c++. but i don't understand clearly. can anyone explain it to me? [QUOTE] ASSIGNMENT 2 INTRODUCTION TO CLASS [15 marks] Objective: 1.Learn how to write class which uses dynamic memory allocation 2. Learn how to invoke member function/send message to … | |
![]() | Welcome to the temporary page for the official Nightmare Productions C++ Contest. What do we hope to achieve by holding such a contest? We are attempting to spread the knowledge of C++ and hopefully get others interested in it. The contest description is below. In order to enter the contest, … ![]() |
![]() | Objective: Write a C program that will accept an infix expression from the user, build an expression tree using the algorithm described in class and then traverse the tree recursively three times to produce the prefix, infix and postfix expressions. Notice that the infix expression produced from the tree should … |
hello everyone, am new member in this forum, i found it very interesting, specially cuz am an IT student in university of wollongong in Dubai, i have an assignment which i have to submit by tmw, so if any one cld help i'd be thankful, i tried solving it but … | |
I'm to this whole modularity thing. We were asked to do our own libraries .h and .c files and to call them in main. The main objective of the program is to compare bubble and select sort. So far, I have all the libraries along with their respective .c files. … | |
Hello all, the short vers. is I tried to install XP on a secondary HDD, it didn't install properly (never saw gui, only "Disk read error"). When I replugged in the primary HDD (which was running w2kpro) the secondaryHDD appeared as a removable drive. Ran fixboot from XP installer on … | |
Hey, I'm learning Objective-C, and they use [ICODE]#import "File.h"[/ICODE] instead of [ICODE]#include "File.h"[/ICODE]. The tutorial I'm using says that import is like an include once thing, and it basically implements the #ifndef blocks that's normally done manually in C++. I was just wondering if this is something specific to Objective … | |
Instructions Please read the following instructions (related project code) carefully: You'll be expected to observe good programming standards. • Project code must follow C++ syntax • Data used in each project must be retrieve and saved in Text Files • Your project may cover the concepts learnt in CS201 particularly … | |
Hi. The objective os to open a file and print 55 lines of content at a time. Since I am still learning 'C', my code (thus far) may appear slightly neophytic ;) [CODE=C] #include <stdio.h> #include <stdlib.h> #define SIZE 1000 void pause( void ); int main( void ) { FILE* … | |
Hi. The objective is to sort an array of doubles. My effort is listed below: [CODE=C] #include <stdio.h> #define MAX 10 void sort( double* n[], int q ); void print_nums( double* n[], int q ); int main( void ) { double* nums[MAX]; int i; for( i = 0; i < … | |
please tell any website for study of hexadecimal objective programs or Questions in C. | |
Good Morning, I am developing a C# application whose objective is to save and retrieve data from a Windows Form to a Microsoft Access database and vice versa. What I've done is to add to the project a blank database, with the columns I need to fill already created. The … | |
Hi. Objective: Write a program that declares a 12*12 array of characters. Place Xs in every other element. Use a pointer to the array to print the values to the screen in a grid format. Listed below is my non-functional attempt. Any help would be most appreciated. Thanks, Molly [CODE=C] … | |
Objective The objective of this assignment is to provide hands on experience of using Classes and Objects Dynamic Memory Allocation in C/C++ Friend Functions Program Write a C++ program that contains a class named Student having following data members: 1. stdId 2. stdName 3. stdAge 4. stdProgram 5. noOfSubjects. The … | |
Lets say I have 1 department which have 4 suppliers supplies 4 different types of product (A,B,C,D) my main objective is to capture rating( 20 types) of these different types of product in alphabet and also in numerical thru lookup table I created following tables Supplier( supplierid, supplier) 01 ABC … | |
Hello, I am currently learning (or really just begun) Assembly (my first programming language, by the way) and am wondering once I become somewhat good at Assembly, should I start picking up the C language. I know that several languages are based upon it, and I am even planning on … | |
I'm having problem w/ this codes in bright red, when i'm trying to enter a name the first two letters are always not shown or when inside the inner looping, it don't show what the inner looping is containing. [code] #include <iostream> #include <iomanip> [COLOR="red"]#include <cstdio> // used for reading … | |
Does PyObjC ([url]http://sourceforge.net/projects/pyobjc/[/url]) run on Linux? It says it does, but when I try to run [icode]setup.py[/icode], I get the following error: [code]alex@alex-laptop:~/Desktop/pyobjc-1.3.7$ python setup.py ** using pyobjc source-deps py2app for building You're not running on MacOS X, and don't use GNUstep I don't know how to build PyObjC on … | |
Hello people, I need help with a template program that i am writing . I am trying to emulate Stack operations using template class which works fine with all the datatypes except char* [B]when using all the datatypes at the same time.[/B] What I am trying to do is [B]pass … | |
I am working on a framework design problem in which I have to design a C++ based framework capable of solving three puzzles for now but actually it should work with a general puzzle of any kind and I need your able help in this activity. [B][I]Objective -[/I][/B] In this … | |
HI all, this app is a simple game where the objective is to avoid incoming balls (adversaries) however at present I can only figure out how to get one ball on screen at a time. What I'd really like is, when a player hits 100 points, a second ball is … | |
Hi Stumbled on this forum last year while I was in c++. Unfortunately, I am now completely surrendering myself to your guys input, because I am truly out of breath and energy to push through any further with my lab project. Here is my class' project objective: --Design and implement … | |
Hi Stumbled on this forum last year while I was in c++. Unfortunately, I am now completely surrendering myself to your guys input, because I am truly out of breath and energy to push through any further with my lab project. Here is my class' project objective: --Design and implement … | |
I am a masters student working on a project for one of my professors and i am coming across an issue. I am working on a 6 variable GA scheme for Digital image correlation. I have created a majority of the code but i want to be able to add … | |
Hi Guyz, I had to create a program w/c objective is to omit a certain tag in xml file. the only thing in my mind is to search and get the length of the tag. my problem is what if that tag had a certain sub fields: [QUOTE] <team> <cell1 … | |
I do not want to misguide anyone responding, I am a newbie to the C++ arena. I am just doing little starter programs to figure things out, but for the life of me I don't get the whole hInstance thing. The objective I have is to learn C++, write a … | |
Hi everyone... I need to build a file browser for a wireless multimedia device for a Windows PC. The objective is to be able to browse contents of the device. The device defines its own protocols for communication. I have divided the whole project into two modules: the browser and … | |
Illustrates the close relationship of the hard-software industry to April first: [CODE=c]#include <nonsense.h> #include <lies.h> #include <spyware.h> /* Microsoft Network Connectivity library */ #include <process.h> /* For the court of law */ #define say(x) lie(x) #define computeruser ALL_WANT_TO_BUY_OUR_BUGWARE #define soon next_year #define the_product_is_ready_to_ship another_beta_version void main() { if (latest_window_version>one_month_old) { … | |
[COLOR=#000000]I am having a network problem. The first indicator is that I cannot receive broadcast packets on my desktop.[/COLOR] [COLOR=#000000]Specifics: Using Microsoft visual C# express I obtained some demo code and built a UDP talker and a UDP listener. I start up both on my desk top running XP Professional. … | |
[COLOR="DarkRed"][B]OBJECTIVE[/B][/COLOR] • Seeking a position of software developer working with Java/J2EE, Hibernate, Velocity, XML, … , telecommute • Able to work under stress, with tight deadlines [COLOR="darkred"][B]EXPERIENCE[/B][/COLOR] • 5+ year of experience as software developer at MaxIQ Computer • 3 year of experience as web developer at MaxIQ Computer and … | |
Hello All, I know this is a lengthy post but I wanted to provide all the information I had thanks in advance for reading through it! Objective Authenticate to [URL="http://www.tek-tips.com/viewthread.cfm?qid=1271468&page=1#"]Active Directory[/URL] LDAP over port 636 using JAVA code. Steps already taken: Install CA on domain controller Verify DC is listening … | |
Greetings DaniWeb People, I'm Rob, from Visalia, CA, and I like to write code strictly as a hobby. (Though I have written stuff for work, it's not my main responsibility or duty.) I have made websites in PHP, Perl/CGI, MySQL, and the usual (X)HTML. Lately, I have been playing with … |
The End.