Beginners - March 2014 (Page 64)

by naming
char double array
 
If I write 4 5 asdgw asdgj whoiw qwhno stuff like this, I have to make char double arra...
[3 replies] Last: There was a link in my previous post. (by keskiverto)
assigning values to the array position while using if else condition
 
Hi All, I am trying to make cpp code in which it is reading a file like : 1 A 2 I 3 ...
[3 replies] Last: Copy-paste "programming" (without comprehension) does no good. The "e... (by keskiverto)
Check uppercase or lowercase
 
The question given is : Write a program that will ask user to enter a character. Check if it is ...
[4 replies] Last: woohooo I messed up badly..... yes yes I got my fault thanks guys you ... (by closed account 4jzvC542)
by chofs
COMPUTING LCM OF TWO NUMBERS
 
hey guys pleassssssseeeeeeeee help...am trying to find the LCM between numbers a and b...so i made a...
[2 replies] Last: thanxxxxxxxxxxxxxx a billion it works:) (by chofs)
Pointing Array between functions
 
Hi everyone, I'm stuck here and I need help on how am I suppose to point the array to another functi...
[no replies]
by Ausha
file stream, read from one text file and put the text into new file
 
I have an excersise, where i have to read text from a text file in read mode and the copy that text ...
[7 replies] Last: Either put(c) or << not both. If you write it like so the end o... (by coder777)
by locolo
Switch Case - char to int
 
I only have found examples for switch case using char but I need int, When I try to change to an in...
[8 replies] Last: hi guys, Ive copied the code from usandfriend and worked... it was th... (by locolo)
trouble assigning data to class members
 
I'm still new to classes and I'm having trouble assigning data to the members in an object array. I'...
[no replies]
by krad
Bubble Sorting array, sorted Array contains different values
 
Hey guys, I'm playing around with Bubble Sort in order to sort a small randomly generated array. Thi...
[2 replies] Last: @naraku9333 Thanks buddy, I'll add those changes. Someone had suggest... (by krad)
switch statements
 
hi, I am trying to write a switch statement but I missed this lesson and have no clue how to write t...
[2 replies] Last: Your "value"s should be case s. switch (value) { case 5: cout <<... (by long double main)
I need help with arrays and structures.
 
Hello cplusplus community. I was trying to solve a little problem from a tutorial to learn c++ and i...
[5 replies] Last: No, using std::string , you would just have to do #include <string> ... (by long double main)
Switch Statement Problem
 
I'm trying to create a simple program that asks the user for a score between 0-100 and grades them d...
[8 replies] Last: Or you could check for an invalid score beforehand and then not have t... (by long double main)
Pointer help
 
thanks
[1 reply] : I would have it just return the sum instead of messing around with ne... (by long double main)
Garbage Output
 
OK, Everything is compiling just fine. The only problem I'm getting is the output after the math is ...
[8 replies] Last: Ok, I have been thinking about the problem at hand...and I have only s... (by cphipps)
Tic tac toe- what if the user types in a number that is already played?
 
Hey all, So I've written a tic tac toe problem that works! yay! sort of... the issue that im havin...
[no replies]
Error 1 error C2447: '{' : missing function header (old-style formal list?)
 
I can't find the error: Error 1 error C2447: '{' : missing function header (old-style formal l...
[10 replies] Last: Thank you all, really, for your help I 've been able to find all the p... (by jonanderdiez)
Pointers and Arrays
 
Thanks for the help
[2 replies] Last: Line 9 is an error. (by keskiverto)
project ideas that can be done in c++
 
Hello everyone, i'm a 19 years old engineering student, it's the first time i'm studying c++ and i f...
[6 replies] Last: And if you had enough time and were looking for more challenging probl... (by Ardeshir81)
getline doesn't wait for my <enter> key
 
HI Everyone ! I'm trying to write a little program which waits for some minutes and then runs a com...
[2 replies] Last: Thanks ! Interesting !@ (by Ardeshir81)
March 2014 Pages: 1... 6263646566... 79
  Archived months: [feb2014] [apr2014]

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