General C++ Programming - November 2015 (Page 19)

square using while loop
 
write a program that gives the square of the first five numbers. and then gives the sum of these squ...
[3 replies] Last: http://www.cplusplus.com/doc/tutorial/control/ (by YFGHNG)
Doubt in Carray and Vector
 
i have CArray<int,int& > m_p how to declare this in vector : as giving problem with reference ...
[1 reply] : how to declare this in vector : std::vector<int> m_p; ... (by cire)
GetUpperBound in vector and array
 
CArray::GetUpperBound the upper bound in CArray return upper bound of this array. there is any...
[1 reply] : If you want the index of the last element in the vector you can use v... (by Peter87)
Linked List Stack Problem Postop
 
Hi, I'm having trouble getting my linked list to work properly. There seems to be a memory access vi...
[1 reply] : There seems to be a memory access violation. I don't see anything ob... (by cire)
Help with array input and output
 
I need help with storing values in an array and outputting them in two different modules. I'm ab...
[16 replies] Last: Thanks for your help anyway! (by etsuper258)
Assigning typedef strings to typedef char arrays
 
So I'm in a college class, working on the last function on this lab. We have to take a name that ...
[1 reply] : I got it working, using a strcpy_s function - forgot you can't assign ... (by knexkid9)
A question about classes
 
I'v looked at a few examples of code involving classes, but there is one thing i do not understand, ...
[2 replies] Last: Thank you very much, that helps. (by ashleygarrott)
by moot
John Conway's Game of Life Assignment
 
I need to recreate the Game of Life by John Conway. My professor gave us the skeleton code, so all w...
[6 replies] Last: @helios, wow, I can't believe I missed that! I ended up changing them ... (by moot)
by Kernul
Problem with this list
 
So, I tried doing this exercise, I compiled it and there were no errors nor warnings so it seemed fi...
[8 replies] Last: Sorry for the late replay... Anyway, what does "this" do? There are po... (by Kernul)
stuck on conversions
 
I'm doing an assignment, the assignment has us taking a string and converting it to a integer or dou...
[10 replies] Last: The first part: With Double::isDigit if the input is 1.23 , the ... (by TheIdeasMan)
Help with TDM-GCC & Cygwin
 
I ALWAYS loved linux's terminal, something about it is amazing from my opinion. and people also rec...
[3 replies] Last: It did help, Thanks. (by closed account 1vD3vCM9)
Help with Troubleshooting arrays
 
Im trying to print out an array in ascending order at the end of my code but I keep getting a minimu...
[1 reply] : int numbers ; ... temp=numbers ; numbers =numbers ; ... (by cire)
by Tores1
sorting by bubblesort and threads
 
Hi forum I need help with sorting in bubblesort.I created 4 therads and each thread should sort par...
[1 reply] : I think that problem is in bubblesort can anyone help me please ? I ... (by cire)
by ephob
query on virtual function
 
Hi, I m using visual studio. I was trying virtual function. I have one query. when i used as v...
[1 reply] : By using virtual void area(int*val)=0; , you are declaring it as "pur... (by JayhawkZombie)
Help needed!!!
 
This is my question.. is there any source code for this question.. I cant find and im using Visuall ...
[1 reply] : Do not double-post. The other thread: http://www.cplusplus.com/forum/... (by keskiverto)
by parik
Create a perfect brush SDL
 
I'm making a program which helps to create drawings. The problem is that the brush is not perfect. W...
[2 replies] Last: Alright , I'll try that and come back. Thanks EDIT : Works :D (by parik)
Parent class method invocation
 
Hi everyone) Is there a way in C++ to design classes so that each time overridden virtual function i...
[3 replies] Last: Thanks)) (by Diredko)
Help!!
 
#include<stdio.h> void main() { int first, second, third; clrscr(); printf("...
[5 replies] Last: ok.... TheIdeasMan....... (by HelloWorld23)
November 2015 Pages: 1... 1718192021... 26
  Archived months: [oct2015] [dec2015]

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