48,985 Topics

Member Avatar for
Member Avatar for Valmian

Hello, I really don't know if this is more of a Mac of C++ question but.. I am doing a loading of a file with short CSVload (char * filename) //called from main { //openning a file and checking if it exists FILE * datafile = NULL; if ((datafile=fopen (filename, …

Member Avatar for subtronic
0
196
Member Avatar for life2die4

I am begginer at C++.I need some help with some parts of my program. Afeter I draw a table on the canvas propety of the forum I have to move a TShape over the table.The problem is whenever I move the Shape some parts of the table are getting erased.The …

0
93
Member Avatar for blackspyder01

I kinda have a problem. What i'm tryin to do is read a couple or lines or so from a text file and then replace all the gender pronouns ie(he, she, him, her) and replace those with gender neutral ones. The problem i'm having is trying to find all the …

0
94
Member Avatar for rational611

Hi, Could someone help me with this error I am getting. I downloaded this program from a source code website.I am not a windows programmer. When I compile a program in VC++ 5.0 the following error is be shown: Linking... LIBCD.lib(crt0.obj) : error LNK2001: unresolved external symbol _main Debug/KeyLogger.exe : …

Member Avatar for fzoff
0
206
Member Avatar for Armeggadon

Hello all. I am fairly new to progamming. I have a free C++ compiler(DEV-C++) and i was wondering if this is ok or should i actually buy a better C++ builder. I'm postive everyone will probably tell me 1 of 2 things. 1) Stick with DEV-C++ and come back when …

Member Avatar for Armeggadon
1
202
Member Avatar for rickykoh1983

Hi. I am trying to do a program whereby the user needs to enter some information before he/she can use the file (some sort of a lock). My problem is how can I put the file together with the exe so that when i enter the correct information, the exe …

Member Avatar for Dani
0
146
Member Avatar for MikeL

Hi all, I'm trying to locate information that would assist me in obtaining the BIOS boot order and hard drive parameters in DOS. The hard drive information I think I can extract from the FreeFdisk source code with a little more time, but the BIOS boot order has me stumped. …

1
509
Member Avatar for mostafa_bd

Heloo, Is this possible to Write in Sectors in CD (CD-R/CD-RW) by C++ Code. I am in serious problem with this. If not possible, Is there any tool exists that may help me. Please help me. Thanks in forward. Ahsan Mostafa Bangladesh [email]mostafa_bd@hotmail.com[/email]

Member Avatar for mostafa_bd
0
261
Member Avatar for Cardinal

HI, My project is due tommorrow, I am stuck at this error which i have no clue. I have tried all my best to understand what is its cause but couldn't. I really need help. All I am saying is if you can explain why its doing this. ***Problem*** We …

0
159
Member Avatar for sai365

I am unable to open a file using the below code in c++. The code used to work before. I am running this program in unix (sun c++ v4.2 compilers). The file I am reading currently is now > 2GB. I am able to read files < 2GB using this …

0
128
Member Avatar for fakespike

hey guys i have been studing c++ for a while now. i have learned so much only problem is i find it difficult to apply any of my knowledge. i mean i knwo how to make things but i dont know what to make. thats why i came to you …

Member Avatar for fakespike
0
149
Member Avatar for fakespike

hello i wanted to create a tetris game. i would really appreciate it tho if some one could roughly outline what i have to do. leave the coding for me i will take care of that.

Member Avatar for odious face
0
586
Member Avatar for long shots

I am currently working on a game called realm knights ([url]http://www.realm-knights.tk[/url]) i need 2 c++ programmers. Email at yonlongshots@hotmail.com or realm_knights@hotmail.com or post at the forums at realm knights. Or even post on here :D

Member Avatar for samaru
0
174
Member Avatar for marky9876

Programmers, Coders, Amateur programmers and Part time programmers apply within. Im looking to recruit amateur and part time programmers who are not proffessionals but who code or program in there spare time because they are enthusiastic and love it. You dont need proffessional qualifications, or a degree to fill this …

Member Avatar for samaru
0
233
Member Avatar for Mr Gates

I've made some C++ dos programs, and it runs fine, and does everything I want it to, but the moment it does the last line of code, it exits. I use Visual C++, and it stays on when I preview it in there, but after I compile it, and run …

Member Avatar for Dani
0
166
Member Avatar for anthony86

I was thinking of creating this program for a school related project and was seeking advice/guidence concerning the matter. I prepose to create 7 distinct personalities and have them communicate/interact in a virtual world. I will be storing data that has been collected through everyday discussion such as questions, responces, …

Member Avatar for Dani
0
234
Member Avatar for BMF

Hello>>> How are you all? I need a quick help with my assignment... it is in C not in C++... So, Could you help me? I don't know what to do!! the question is: Write a program that reads a data file containing a C program and writes it to …

Member Avatar for BMF
0
429
Member Avatar for mynewdeadcat

int upper; cout << "#s (4 - 9) "; cin >> upper; for (int count = 0; count < 4; count++) { int y; srand((unsigned)time(0)); y = (rand()%upper)+1; cout << y<< endl; key[count] = y; Sleep (1000); } this is my random number gen and i was wondering if there …

Member Avatar for Bob
0
190
Member Avatar for aragon
Member Avatar for lyar1977

Using Dialog Box: I want to draw a ball in a solid color and be able to move the ball around on the Dialog Box. Thanks

Member Avatar for Dante Shamest
0
486
Member Avatar for boohoo

Thanx for everyone's reply. I'm more and more being put off Java, although it looks like a good language in practise, the way it looks as a GUI doesn't appeal. Anyone know of a good free C++ IDE ? I have tried Devc++ from bloodshed, but it wont let me …

Member Avatar for Bob
0
858
Member Avatar for Dani

I'm taking an Operating Systems class in which I have to write this monster of a C++ program and it's giving me a bit of trouble. It would be amazing if someone would be able to help me out a bit. The only problem is the directions for the programming …

Member Avatar for Xelfinn
0
218
Member Avatar for fastcarz3

A company pays its employees as managers (who recieve a fixed weekly salary), hourly workers (who recieve a fixed hourly wage for up to the first 40 hours they work and "time- and a half"-1.5 times their hourly wage-for overtime hours worked), commission workes (who recieve $250 plus 5.7% of …

Member Avatar for aeinstein
0
294
Member Avatar for MAD_DOG
Member Avatar for samaru
1
420
Member Avatar for samaru

Yesterday I was looking for a good game authoring language and came across a very interesting one called 3D GameStudio. I was very impressed by some of the samples. I think I might get into it during this summer. If you're coming from a C/C++ world, then it should be …

Member Avatar for Valfor
0
331

The End.