Beginners - October 2015 (Page 56)

Am trying too much too soon
 
Hi, im currently attempting to learn c++ by myself, I have understood a little and wanted to try thi...
[3 replies] Last: I'm also a total beginner, but: Further to what Yanson said: if you ... (by Dazzer)
by Dazzer
C style strings, pointers, chars etc.
 
I'm struggling to get my head around C style strings, pointers, chars etc. In the following bit of ...
[5 replies] Last: Ok, thanks! (by Dazzer)
Multiple values on an array
 
Hello, I need to make a memory game where I have a static array with max of 20 strings and then I ne...
[no replies]
by Arquon
An exercise which has a very long number
 
Hello, I got this exercise which has a very big number, and I cant get to display it all without tho...
[9 replies] Last: I was using long long before, but the result wasnt as similiar as with... (by Arquon)
write variable to string
 
This is my first program in C++. I have written this same program in vb already. This seems like i...
[11 replies] Last: That is correct MiiNiPaa. But I just went ahead and compared to 85 an... (by rlwhiterose)
by Winsu
virtual destructor (1,2)
 
I have created a hierarchy with a common base... but I'm having trouble when I create an object of ...
[27 replies] Last: ok, thanks (by Winsu)
I'm a Beginner and there are some problems I do not solve.
 
HI. I am new in cplusplus. May I ask something basic? Variable initialization "string" is not worki...
[12 replies] Last: Good luck, but IMO one can never excel when using outdated tools. (by jlb)
graphics is not working in dev C++
 
Hi, I have download the graphics.h and the libbgi.a files and i gave placed in the path of C:\Prog...
[2 replies] Last: Orwell's Dev-C++ is now at version 5.11, 5.5.3 is quite old. http://o... (by closed account E0p9LyTq)
C - Creating and stacking pointers
 
Hello. I want to fill an array-based stack that takes void* with int* and have the values those poi...
[no replies]
How to randomly choose an index from an array?
 
Hello, How can I print randomly an index from an array, like can i have a sample code? ex. ...
[3 replies] Last: http://alqayyumsoft.com/arrays-in-c++.html (by John081366)
help with functions?
 
hello im writing this program and it's a little bit tiresome so my question is it possible to make...
[2 replies] Last: thanks it works :D (by MikeLitoris344)
Operator Overloading << to print out vector
 
I am trying overload the operator << so that I can print out all my vectors in polly; I have one...
[7 replies] Last: And the point of all your waffle is? That your waffle had none. An... (by cire)
How do I only put the # of the line?
 
I have a program that searches through a list of names. The user is to input the name and the progra...
[3 replies] Last: Assuming the line number is separated from the name by a space: void... (by cire)
structure assignment
 
How to write a structure with below member variables string1-name string2-address unsigned intege...
[3 replies] Last: if you dont know how much char your string can take , start by a cons... (by Ericool)
double int, array operator overloading!
 
int main() { myvector a(2); myvector b(2); cout << a.size(); ...
[2 replies] Last: did you implemented a assignment operator ? (=) . (by Ericool)
While Loop Sum of Squares
 
*CLOSED*
[8 replies] Last: You enter in a number, let's say 3. sum = 0, n = 3 The program squar... (by integralfx)
exceptions
 
Hi everyone! im writing a code, and im requested to use execptions. my question- where do i put the ...
[4 replies] Last: thanks :) (by Mor1994)
operator[] overloading
 
I want overloading operator change my cpp file!. my header file, main function is here! help...
[1 reply] : #include <iostream> using namespace std; class myvector { pri... (by DyslexicChciken)
by dredey
if-else and nesting problem//cell phone code
 
Plan A, 400 minutes : amount due is $39.99 Plan A, 480 minutes : amount due is $53.49 Plan B, 900 ...
[1 reply] : There are some logic problems, and some stylistic issues. I will discu... (by ats15)
by mrsh
matrix
 
I have three loops and i want to combine them to form a matrix where MX is the coordinate in the mat...
[2 replies] Last: THANks:) (by mrsh)
October 2015 Pages: 1... 54555657
  Archived months: [sep2015] [nov2015]

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