
please wait
by maharris
having trouble with euclidean algorithm displaying
|
i dont know if this works, i try putting breaks, even a system pause, it may be working, but it wont stay on the screen #include<iostream> #include<math.... |
Dec 16, 2011 at 5:22am
[9 replies] Last: [quote=I]At the end of the loop, (...) 'a' will be the greatest common... (by ne555)
|
by computergi
help with sorting structural array ???
|
I'm new to sorting and writing a program with an array of struct records, not even sure what to do here.. My Problem: i'm trying to figure out how to pas... |
Dec 16, 2011 at 4:39am
[2 replies] Last: Thanks for responding.. sorry no i am trying to sort the array called... (by computergi)
|
by trobbers405
[School] Need help fast
|
I have to write a program for class that has to use persistence and be able to write a file with a made list and then next run be able to recover that list. Any... |
Dec 16, 2011 at 3:18am
[3 replies] Last: basically, the only problem i am having is the writing and then the re... (by trobbers405)
|
by adibahuda
Meaning
|
what is system('CLS') and system('PAUSE')? what is the used for these two?? |
Dec 16, 2011 at 3:17am
[2 replies] Last: oh....now i know it tq (by adibahuda)
|
by The Top Hat
input of letter or symbol crashes program
|
Hi everyone, I have been working through the www.cplusplus.com tutorials and I decided to create a program to work out circle areas and circumferences. It is... |
Dec 16, 2011 at 3:06am
[13 replies] Last: You cannot nest functions. You need to spend some time going through t... (by Duthomhas)
|
Excercises? |
I seem to remember a forum that had a bunch of practice programs to work through somewhere on here, though for the life of me I cant find it. I am about to tack... |
Dec 16, 2011 at 2:48am
[2 replies] Last: Ah great! Thank you very much (by ResidentBiscuit)
|
by maharris
grade algorithm
|
I dont know if i am using a bad algorithm. the assignment is : quizes are 25% midterm is 25% final is 50% for the total grade // problem 4.cpp : De... |
Dec 16, 2011 at 1:42am
[6 replies] Last: thanks i just needed the && and the braces (by maharris)
|
by bkorb
initializing an array of char
|
Is the following supposed to be legal or not legal? static char const x = "foo\0"; Yes, I understand the compiler is nice enough to do that for me with: ... |
Dec 16, 2011 at 1:10am
[1 reply] : If you want to specify specific characters, try initializing the array... (by ascii)
|
How To Make Virtual Worlds |
I Looked Up How To Make An Virtual world... Its Getting me confused when I just do what the video say's. Can anyone just assits me? Though All The Steps? |
Dec 16, 2011 at 1:06am
[4 replies] Last: Why make 2 topics within such a short time, with limited details on wh... (by Lynx876)
|
Please Help! |
can I Get help on making a virtual world? |
Dec 16, 2011 at 1:06am
[2 replies] Last: Why make 2 topics within such a short time, with limited details on wh... (by Lynx876)
|
by jhotz30
Help on array problem
|
First off let me start by saying I am not asking anyone to do my homework for me. I go to every class, take notes, and try to keep up but this computer program... |
Dec 15, 2011 at 11:49pm
[1 reply] : Hey, I commented your code to explain what's wrong with it. I hope tha... (by Dacster13)
|
functions! need help |
Hi! I am in desperate need of help ... I am new in C + + (and programming overall ...) I have major problems with an assignment that I have been working on ... |
Dec 15, 2011 at 11:25pm
[9 replies] Last: oh, I see. I was just wondering if you needed more help with the code ... (by Dacster13)
|
by cennet
Need Help
|
Writing a program and having some issues. Errors are not received, but if a number other than 1-4 is entered into the insurance information it does not produce ... |
Dec 15, 2011 at 10:20pm
[12 replies] Last: you need to have loops nested within the first main loop, but for the ... (by Dacster13)
|
by manbearbee
Hi guys new here need help on inherintance
|
Ok so I am in the procces of making a little yugioh game. For those who have never heard of it its a fairly popular or atleast it used to be back in the old day... |
Dec 15, 2011 at 10:19pm
[2 replies] Last: Jim you are freaking awesome! Thanks (by manbearbee)
|
by Xhalite
How to make a text-based RPG?
|
How do I make a text-based RPG cause I really want to do game design and I've learned how to do basic console programming but I need to do this as a milestone b... |
Dec 15, 2011 at 9:35pm
[6 replies] Last: Personally i would recommend ditching the idea of a text based RPG and... (by NanoBytes)
|
by shani09
Unknown pointer error..
|
i can't pinpoint the error.any help is appreciated thanks #include <iostream> using namespace std; int main(){ char c; char *shm, *s; s = shm; for (c =... |
Dec 15, 2011 at 8:08pm
[3 replies] Last: When you declare a char*, (or any other variable) it contains garbage ... (by hamsterman)
|
by mekkatorqu
Open Console in win32 API program?
|
is it possible? let's say I have simple dialog, and if I click on one button it will open windows console, like when u are creating console program... |
Dec 15, 2011 at 8:06pm
[4 replies] Last: I use that "gui console" code a lot for debugging. But I have found th... (by andywestken)
|
by Enforcer
using the for loop
|
Hi, I'm new to C++, and I'm trying to write some code. I have written this loop: for (i=1 ,j=1; i<10 ; i++) { if (A != A[i-j]) cout <<... |
Dec 15, 2011 at 7:53pm
[12 replies] Last: Thanks , that's better. In your code I can even delete the if (i>9) b... (by Enforcer)
|
by Ralphus629
Saving data into an array.
|
I have this code I want to save into an array: char testScoreGrade(double totalAvg) { if (totalAvg >=90) return 'A'; else if ( totalAvg >=80 ) retur... |
Dec 15, 2011 at 6:26pm
[2 replies] Last: I have this code from a previous class: #include <iostream> #includ... (by Ralphus629)
|
by anwar21st
please help me~ how to solve this gets error
|
#include<iostream> #include<fstream> #include<cstdio> using namespace std; void A1(); void B1(); void C1(); void D1(); void E(); void ticket(); void... |
Dec 15, 2011 at 5:27pm
[1 reply] : 1: Please use code tags. 2: Please give us the error that you are ge... (by Stewbond)
|