Beginners - February 2008 (Page 7)

At the end of my rope with C++ *that includes Visual C++
 
I am not sure if this is the place to ask this question. I have been working on learning C++ for about 2 years now. A year ago i got tired of it all , so i ma...
[4 replies] Last: One of the problems with GUI's is that they are system specific. S... (by muzhogg)
Define a macro
 
How can I define a macro, Area? I have to make a program that calculates the area of a cirlce using PI times r times r.
[1 reply] : If I understand you correctly, you want to use a macro to find the are... (by Billdozer)
by tanzer
hej friends who can help me to correct this program
 
this is a program like a questionar and it's imposible to find errors //programi kuizi dituris #include<iostream> #include<cstdlib> #include<time.h> ...
[1 reply] : Could you use the insert code button? It makes code much easier to rea... (by Billdozer)
Float Arrays + Hexadecimal
 
I was looking to move a camera around in a game by just changing the X,Y,Z coordinates in physical memory of the game. I have the addresses and I can successful...
[1 reply] : Okay, so I fixed my problem. No need for converting hex to float, it i... (by Deltron)
Changing the font of output to a text file
 
I'm trying to bold my output to a text file. Is there a way to do this? Or some other way I change the font of select areas of my output to text files? I'm w...
[1 reply] : Text files are just plain text so you can't add attributes like bold, ... (by skroegs)
help with getData function
 
i'm trying to right the definition of a function that prints a prompt and returns the value that the user input. if the value entered is negative it will print ...
[1 reply] : You need to add another argument ERROR_MESSAGE if it was not already d... (by Billdozer)
by natt
nested for statements
 
hi, I'm new to programming and joining forums of any sort! I'm trying to teach myself through books and this site.I am trying to produce this with nested for st...
[2 replies] Last: Thank you, always seems so simple when lead in the right direction. No... (by natt)
by gzero
Help with pointer types.
 
I was working through the introduction section in Visual C++ Express edition help, when I came across the following: Cardgame *bridge = 0; Cardga...
[1 reply] : Pointers can point to classes and structs. Making them equal to 0 is t... (by skroegs)
guys, how can i make this graphic move?
 
here's the code: #include <graphics.h> #include <stdlib.h> #include <stdio.h> #include <conio.h> int main(void) { int DETECT; int gdrive...
[no replies]
setting publisher
 
when I compile programs for windows it comes up with the open file security warning where it says Unknown Publisher. Is there any way to set this manually? ...
[no replies]
can't sort this out :D help pls
 
it doesn't work properly :(( it works.. but to exit and in calculator has some bugs i haven't found :( http://www.megafileupload.com/en/file/45197/CMD-Calcula...
[no replies]
Help with a For Loop Program Beginner
 
Hello, I posted this and saw it on the board, but it disappeared so I'm going to try again. My apologies if someone has it down to try and help me. I am trying...
[3 replies] Last: Hello, Just to let everyone know. I also emailed my class prof to... (by spyder1)
by Lion
help with palidrome
 
I need some help with this if anyone coul help please. Write a program, which will ask for and read in a line of text characters. The program will then deter...
[4 replies] Last: Thank you Chatterjee. I f I get a problem I will email you. Have a gr... (by Lion)
by Timba
need help using unicode in c++ console application
 
hi all :) this is my first post in here and perhaps it will sound quite noobish but i hope you can help me out a bit :) let's assume i want to create a ver...
[1 reply] : nobody knows any advice concerning this problem ? :( didn't thought... (by Timba)
Hello, new here and got a question
 
Hello. I am completely new. Probably the bigest n00bie you can get here. Heard about C++ some time ago and have seen it's awesome power. It really is cool stuff...
[3 replies] Last: In addition to the Bloodshed Dev-C/C++ IDE already mentioned availabl... (by shmorhay)
even/odd program help
 
I have to write a program to determine if a number is odd or even. I have written the program and it works fine. But my instructor told me I need the logic th...
[4 replies] Last: Of course using functions alters how you solve the problem. Of cour... (by muzhogg)
Inputting data txt file into an array
 
I'm trying to put a 4x28 delimited data set into an array (all numbers for test data). The file is c/p'd from excel. Maybe I'm rusty, but what is the best w...
[no replies]
by g0dwyn
Creating Predicates
 
Hey all, I'm not quite sure if this is the right forum - it's a fairly advanced question, and I'm also not exactly a beginner. Still, I figure here's a dece...
[2 replies] Last: I'd use it to test objects in an environment (i.e. check to see if x =... (by g0dwyn)
by amrcn
Program help
 
I'm working on a program to familiarize myself with pointers, but I'm having trouble with a function to delete a passed in pointer. Here's my code. void des...
[1 reply] : I really can't figure this one out, guys. I use a ccmalloc program to ... (by amrcn)
by balpha
welcome to join in my ICQ to study C++
 
welcome to join in my ICQ to study C++ ! My ICQ is 174343440
[no replies]
February 2008 Pages: 1... 5678910
  Archived months: [jan2008] [mar2008]

This is an archived page. To post a new message, go to the current page.