General C++ Programming (Page 41)

by mgd21
Need help with direction and shooting
 
Ive created a little program that the '@' symbol represents the user the other is the CPU, im trying...
[no replies]
by Giga
Can't take input from my files
 
Assignment: Write a program that merges the numbers in two files and writes all the numbers into a t...
[1 reply] : Why don't you use a vector instead of an array? Aceix. (by Aceix)
problem with crt0dat.c, know what it is?
 
So my problem is that when I run my program, it seems to start up without a hitch. then it stops rig...
[4 replies] Last: well..... that's just nuts, I knew that, but didn't even really notice... (by twiggystardust)
error!! please help!!
 
bool Trie::addDictionary (string filename){ fstream file("sae-sorted.dic", ios::in); ...
[10 replies] Last: > I'm not trying to insert a word; I'm trying to read the words. std:... (by ne555)
problem in array
 
#include <iostream> using namespace std; void main() { const int size=20; int i=1; ...
[1 reply] : Use code tags, please. What problem? Note, in your code you do: i... (by keskiverto)
strings and arrays
 
so this is the code that i'm working on and i get this error about binary and the std string. i want...
[5 replies] Last: I guess you just want to check if 'guess' is any of the strings inside... (by EssGeEich)
problem in arrays please help me out
 
q.Use a one-dimensional array to solve the following problem. Read in 20 numbers, each of which is b...
[5 replies] Last: #include<cstdlib> #include<iostream> using namespace std; int main()... (by topnik1)
Can you help me?? I'm at wit's end with this matrix
 
This code works fine without the if loops, but when I add them it just goes forever. I was simply tr...
[6 replies] Last: xd (by topnik1)
by djibn7
Program Crashing When Compiled
 
I am trying to make this program to give me the cheapest price of the cars within the array. When I ...
[no replies]
Why does my program crash?
 
Hello all, I'm having some trouble getting my program to run. I don't get any errors when I try t...
[3 replies] Last: Keep reading, `test' is NULL. void Student::makeArray() { int size ... (by ne555)
Confused?
 
In this code // Ex8_06.cpp // Adding CBox objects #include <iostream> // Fo...
[2 replies] Last: Oh ok thanks :D (by Anmol444)
CloseCom and such, any idea where that come from ?
 
Hello. I have an old project in c++ that i need to recompile for windows 7. there were some .MAK...
[no replies]
by Daleth
What SHOULD I be learning?
 
Like many novice programmers, I dove into C++ mainly because it was popular (at least in my area) an...
[11 replies] Last: Thanks everyone for your inputs! I really appreciate the knowledge, an... (by Daleth)
by mgd21
HELP- Array char rotation and arrow key usage
 
Hi im doing a project for a class which involves making a game where there is an arrray that holds a...
[5 replies] Last: sorry about that I thought it had done it. I need to give my warrior -... (by mgd21)
C++ program using inheretance to divide the inherited property of parents into its daughter,son and a widow
 
write a program in c++ using inheretance and also write its code for inheretance that access parents...
[no replies]
converting decimals to binarys
 
I have written a code but i tried to alter it a little in this manner. But it seemed to not recognis...
[6 replies] Last: here is a program for invalid and floating numbers :P #include<iostr... (by topnik1)
Class program using struct and vector
 
I am writing a program and these are the instructions. The Student class will contain the following ...
[2 replies] Last: When I try to compile it has 20 errors. I was looking for someone to l... (by tcshowmore)
Changing variable in for loop
 
Hi folks, I have a problem with my code which I can't work out: double Mi = 200*pow(10,30); cout ...
[5 replies] Last: Yes, line 17 should work. Note though, that you do unnecessary work a... (by keskiverto)
UDP client server programming
 
Hi guys, i`m doing a UDP server program for 2 clients. My question is how do i differentiate between...
[4 replies] Last: ok thanks alot! i have to do this in udp as its an assignment requirem... (by CLearner88)
Turtle Graphics Library
 
Does anyone know of an open source c++ turtle graphics library, similar to python's?
[no replies]
Pages: 1... 3940414243... 89
  Archived months: [mar2013]

Cannot post in this page. To post a new message, go to the first page.