General C++ Programming - April 2011 (Page 8)

by Hyiero
Question on Entering Game Board into 2D array
 
Making a Game for a school project and Im using a 2D array to make the gameboard. Well in the beggin...
[1 reply] : I just did this game just a week ago and I didn't have code looking an... (by Khaltazar)
by kris84
Anagram Maker
 
I need to make a program where a user enters a word and it lists every combination of that word in a...
[8 replies] Last: Try this: http://cplusplus.com/doc/tutorial/files/ (by Zhuge)
pow problem
 
Hello, I'm really new to C++ and having difficulties with my mortgage problem, With my code, I am...
[2 replies] Last: um. if you are really new to C++ try posting in the begginers section ... (by metl wolf)
by Ingrid
Is my function defition right?
 
Hello, I needed to create a function definition so that in returns the greatest of the two input p...
[5 replies] Last: Ok. Thanks for the help very much. (by Ingrid)
Visual Studio Express And Direct3D 10
 
Today, I ran into a wall with VSE10. It's my first time using VSE10 and I don't know how to include ...
[2 replies] Last: Thanks for your reply, Hanst. One thing though, when the program compi... (by closed account zb0S216C)
Encrypting string
 
I was having trouble encrypting a string of 36 characters using the Caesar Cypher. The Caesar cypher...
[4 replies] Last: Awesome, life saver man. Thanks. (by mobin92)
by bayar
Unicode Characters
 
how can I read arabic characters from file? when i do that i get only one character ??? i think it...
[1 reply] : I also have troubles with unicode in general so i might be wrong bigti... (by savavampir)
by Adidas
Binary File (1,2)
 
Hello Can I create a linked list Class of binary file and save it? If so, how? If so how I can se...
[22 replies] Last: I understand very well, but you don't have the answer so don't talk an... (by Adidas)
by blad83
C++ Assignment problem..
 
Guys I am new to c++ programming and having trouble completing this assignment can anyone help? C...
[1 reply] : Make an honest attempt to solve it yourself, and, if you get stuck, yo... (by ModShop)
by i31337
Going from C++ to C, what do I need to know?
 
Ok, so I know some C++ (not extensively, but I took two classes that covered through classes, basic ...
[8 replies] Last: Did anyone mention yet that C doesn't allow you to overload functions... (by Moschops)
vector<> within a template class
 
I want to have a vector within my own template class, declaring the vector with a specializable type...
[3 replies] Last: Guys, thanks a lot.... If you are doing something really complex (th... (by epsilon)
by gvl
Accessing an Array in C++
 
#include <iostream.h> #include <stdio.h> #include <conio.h> void main() { int a = {1,3, ...
[3 replies] Last: Thank you guys, I got it ! (by gvl)
by HenriK
Packing files and opening them later on in C++?
 
Hi, without any further explanations, I have a question: How should I pack different files (for exa...
[1 reply] : Just start your packed file with an index that contains info about the... (by Athar)
Batch File Trouble
 
Could someone please tell me what is wrong with my code. First off this program is designed for you ...
[3 replies] Last: nevermind i figured out that i typed some things wrong and i fixed so ... (by coolkid1dakota)
Run 10 sockets
 
How can I run 10 sockets in the same time?
[4 replies] Last: I'm no expert, but I've seen people run each socket in a separate thre... (by hamsterman)
by chess
concatination
 
Str Str:: operator+(const str & append) const { unsigned i,j; for(i...
[11 replies] Last: Thanks guys The purpose of my program is to write c++ string class whi... (by chess)
by Kyrii
Defining object/array within a class
 
Edit: Must have been sleepy, I just now realized my Vector.h file did not include Student, which see...
[1 reply] : Vector.h has no knowledge of what a Student is. You need to either inc... (by hamsterman)
by sadon
Static struc
 
Hello, I have this struct static struct { int value1; int value2; int used; } data ...
[1 reply] : Sure it is. You can get integer values from the user (at the console) ... (by anonymous23323124)
UUIDs
 
I want to make a chat program, and the way I'm thinking of making it requires the use of UUIDs that ...
[7 replies] Last: Isn't what your describing known as IRC? (decentralized chat among ... (by budman85)
have problems creating a program that finds the Smallest largest and average of five numbers between 1 and 1000
 
if any one can help me i would be very greatful. the only part i have is the <isostream.h>, and ...
[16 replies] Last: I'm not sure what you/your teacher means by this... int main is simply... (by closed account Lv0f92yv)
April 2011 Pages: 1... 678910... 37
  Archived months: [mar2011] [may2011]

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