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.

0 Endorsements
Ranked #4K
~2K People Reached
Favorite Forums
Favorite Tags
c++ x 34
c x 5

16 Posted Topics

Member Avatar for nottoshabi

Guys I'm trying to see if I can use DEV to write plugins (DLL) for my animation program Maya. I'm having a little bit of trouble getting started. Once I create the DLL project I tried doing a build to see what I would get just with on empty project …

Member Avatar for Killer_Typo
0
96
Member Avatar for nottoshabi

I dont understand why I'm getting this error here. [code=c] #include <cstdlib> #include <iostream> #include <cmath> #include <string> using namespace std; int main(int argc, char *argv[]) { string value; int number; cout << "Enter an integer: "; getline( cin, value ); if( !isvalidInt( value ) ) cout << "The number …

Member Avatar for nottoshabi
0
201
Member Avatar for nottoshabi

I'm getting this error from this code. I never seen this before. [code=c] #include <cstdlib> #include <string> #include <iostream> #include "../incl/rect.h" #include "../incl/position.h" using namespace std; // function prototypes void displayRectangleAttributes( const RectangleShape &r ); void displayRectangleAttributes( const RectangleShape &s ); string convert( const color &c ); // int main() …

Member Avatar for Ancient Dragon
0
159
Member Avatar for nottoshabi

I wrote this code, and I'm having a little problem with it. The point of the code is for the user to enter a desired number, then that number gets subtracted by 45 then dived by the percentages and all that dived by 2. Also I dont know how to …

Member Avatar for Ancient Dragon
0
324
Member Avatar for nottoshabi

I want to learn some UI developemnt for windows using visaul basic can you guys direct me to some books, and materials?

Member Avatar for nottoshabi
0
87
Member Avatar for nottoshabi

Guys I have to deceipher this code but I can't make heads or tails out of it cause it closes the comand window before i can see anything I tried adding a system pause at the end but that just gave me an error. [code=syntax] // Program 6.9: Validate a …

Member Avatar for ~s.o.s~
0
107
Member Avatar for ongxizhe

He he he he Join the club [URL="http://www.daniweb.com/techtalkforums/member153198.html"]ongxizhe[/URL] .

Member Avatar for ongxizhe
0
117
Member Avatar for sbenware

How come on this line: bool FoodList::searchByName(char name[],Food& foodItem)const you used the [] after the name and not these ?() Joe head is asigned to a NULL. Does NULL mean is a empty paramiter?

Member Avatar for nottoshabi
0
177
Member Avatar for nottoshabi

I have a question. Eventually, I mean when I can code. I want to write tools for a 3d program called Maya. I dont know if you guys are familiar with it or heard of it. I was wondering if Dev is going to cut it, cause I also need …

Member Avatar for Ancient Dragon
0
115
Member Avatar for nottoshabi

I need to fallow these directions for homework but I'm stuck on some things: [code] // open output filestream for appending // get valid file name ofstream fout( getOutFileName().c_str() ); // if the file opened successfully if ( fout.good() ) { cout << " The file was succesfully opened." <<endl; …

Member Avatar for John A
0
190
Member Avatar for n.aggel

Ok since were are talking about API's I have a question. Eventually, I mean when I can code. I want to write tools for a 3d program called Maya. I dont know if your familiar with it or heard of it. I was wondering if Dev is going to cut …

Member Avatar for nottoshabi
0
113
Member Avatar for nottoshabi

What would be the pusedo code for a program that would write data to file? Would it look something like this? Declarations of type of data you want to enter. Open the file, you want to write to. Check if the file opened. If file did not open try again. …

Member Avatar for WaltP
0
131
Member Avatar for jobellelaiza

Can some one please explain it. I want to know. Cause I have no idea how to do that.

Member Avatar for ~s.o.s~
-1
157
Member Avatar for shrikant telkar
Member Avatar for nottoshabi

It works. I'm having a problem trying to display the greater number to the output. For example what ever number is greater the first or the second it still displays the first number. Couse that is what is coded in the cout. But I dont know what to put in …

Member Avatar for nottoshabi
0
116
Member Avatar for nottoshabi

Ok guys I need some help with this code. I'm suposed to run this problem with it: [LIST] [*] Rewrite the program to include a static data member named numemps. This variable, which should be an integer, shoud act as a counter that is initialized to zero, and is incremented …

Member Avatar for WaltP
0
161

The End.