Beginners - January 2013 (Page 14)

Game c++
 
Can anyone give me ideas about simple c++ games? Tried making snake but couldn't doit Thanks
[4 replies] Last: Try these: http://cplusplus.com/articles/N6vU7k9E/ http://www.dreaminc... (by closed account L1AkoG1T)
Counting elements in arrays
 
Hi, i have a silly question, but i can't come up with the solution. I have an array of 2, 2, 4, 2, ...
[12 replies] Last: You need to know the maximum value that will be in your array. Array ... (by Lowest0ne)
C++ Code assistance
 
i need help making a program. I need to make a program that allows the user to input the radius, dia...
[1 reply] : At what part are you stuck and post what you have so far please. No on... (by soranz)
different font on each line
 
i am trying to make a program which cout's and i want the program to cout the first line in color bl...
[1 reply] : A comprehensive treatise on the subject ;) http://www.cplusplus.com/fo... (by soranz)
Ideas for Caeasar encryption
 
I have a class project where I have to do 4 different encryption variations. I'm kinda stuck on how...
[2 replies] Last: That makes perfect sense. Thank you. I think my biggest hurdle with ... (by Chris Meyer)
by thipp
Programs not having a window?
 
I recently used a .bat to open one of my executables (written in C++) to make it not have a console ...
[5 replies] Last: I am just double clicking the executable, but launching it from my com... (by thipp)
by nasser
Need a code to write this programs
 
i want a program to write this: program number 1:- 3 4 5 6 4 5 6 7 5 6 7 8 6 7 8 9 progr...
[6 replies] Last: i don't have a professor i'm learning by my self (by nasser)
Reading In Deletes My .txt File
 
I'm working on a program that will read in from a text file and store in a person struct, but what s...
[2 replies] Last: You were exactly right, I deleted those lines and it now works as expe... (by Rusticus)
I am looking for a book that enables me to learn C++ (basic)
 
Anyone know of any book??? That I may start my journey??? I want to go on an adventure!
[3 replies] Last: Good luck in your adventure:) It's going to be a fun adventure if you ... (by nedo)
First C++ project ever; need help!
 
I have to do a conversion program but cant get it to work quite write. When I'm just converting one ...
[2 replies] Last: "cin >> mass" is that how that line is in the source? with no ; ? 'ca... (by cPlusN00b)
How to create a text file on a folder
 
I already know how to make a text file. I just want to know how to make a text file on a different d...
[1 reply] : By specifying the full path in your file creation function. By default... (by closed account 3TXyhbRD)
Counting
 
How to make the program count the number of vowels in a sentence entered by the user?
[1 reply] : There are 6 vocals in alphapet: a, e, i, o, u, y. You need to check ea... (by eraggo)
I followed the tutorials here, now what?
 
Okay, I followed every tutorial, understand the examples, and have written several programs (from as...
[9 replies] Last: Well, there are not so many super simple ones. You can of course try a... (by Fransje)
How does this code work?
 
#include <iostream> #include <cmath> using namespace std; int main() { int n; // Number to t...
[6 replies] Last: why doesn't it mean if(is_prime==false) coz there is no specificati... (by JockX)
by Ch1156
What do these warnings mean?
 
Here is my code: #include <iostream> #include <string> #include <fstream> #include <sstream...
[7 replies] Last: Wide character literals should be prefixed with L, L'★' . Not sure ... (by Peter87)
Anyone can explain to me what mean for fflush(stdin) and when nid to use it
 
When we nid to use fflush(stdin) n why we nid to use it?
[3 replies] Last: > When we nid to use fflush(stdin) n why we nid to use it? It is not ... (by JLBorges)
QuickSort problem
 
hello, i am a c++ noob, here is my work on quick sort problem, i don't know why it doesn't work, an...
[6 replies] Last: thanks all i revised the swap function and the line 43 if (x == ... (by atroposi)
by jeje
username and password validation
 
i m trying to create a project on username and password validation but while executing it accepts ev...
[4 replies] Last: Do not make duplicate posts. http://www.cplusplus.com/forum/general/9... (by kbw)
Random number problem; No output
 
I want this program to show a random row consisting of seven numbers between one and 35. It worked g...
[5 replies] Last: Change for(int j=0; j<7; j++) { //if they do, ... (by nedo)
by Riley
Cosine Law problem..
 
Hey guys, i'm new to c++ and the forum so go easy on me.. I was given an assignment to find the mis...
[4 replies] Last: Thank you so much! (by Riley)
January 2013 Pages: 1... 1213141516... 52
  Archived months: [dec2012] [feb2013]

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