General C++ Programming - November 2013 (Page 29)

Find Node
 
Hi guys.I need your help.I have a 3-heap is represented by using explicit links with node pointers.I...
[no replies]
Cipher
 
I want to cipher a message from the user using the cipher key. the user should enter the message . ...
[1 reply] : It sounds to me like you are doing a caesar cipher using a linked list... (by giblit)
What is a complete class in C++?
 
Doing review for my midterm and don't really understand what do i need here, I'm assuming constructo...
[2 replies] Last: Thank you !!! (by artiomso)
Please help!!!!!!!
 
I can't figure out why it won't print the last if statement /*Use a single-subscripted array to sol...
[3 replies] Last: Does this help: const int max_numbers = 20; class CNumbers { publi... (by ajh32)
by Ceset
linux sdl2 installation
 
hi guys i m very new at linux and when trying to install sdl2 i come across with a problem. i use...
[1 reply] : omg i did not didt ../SDL2-2.0.1 and instead i did ../ and it worked f... (by Ceset)
Understanding runtime polymorphism
 
Hi Everyone, This may be a very dumb question, but I can't seem to figure it out and google is not ...
[8 replies] Last: The this pointer is what new returns (by coder777)
Constructor array copy
 
In the below program, how can copy the array n into Array . The below is not working.. help please ...
[1 reply] : Whell... array with no size must be seen as "unwanted"... I think tha... (by Nobun)
simplified switch satement
 
Hi all, Please look at the code below: switch(input) { case 'a' : doA(); break; case 'b' ...
[1 reply] : Not really. Well, I can think of some horrible code convolutions you ... (by MikeyBoy)
Templates user inputs dynamic array
 
This code is from my text book it shows how to implement code that is embedded I have modified it so...
[1 reply] : I think you need to create a method called something like . This met... (by SIK)
by manojg
too many loops
 
Hi, I want to write a code which has unknown number of loops: int x ; for(int i=0; i<10; i...
[6 replies] Last: In general, when you don't know the number of times a loop is goint to... (by fernando)
Reading data from a file into Multiple arrays
 
Hello, I'm working on a project that requires taking input from a file. I want to read the data s...
[no replies]
Printing out two patterns of asterisks!
 
Write a program that asks the user to enter an integer between 1 and 15. If the number entered is ou...
[9 replies] Last: This is probably not the expected implementation, but perhaps you can ... (by cire)
by srj
How to create multiple sinks in jobs scheduling
 
Hye.. I need to schedule tasks from global queue to local queues that located in every site. So, th...
[no replies]
while in while loop
 
#include<iostream> using namespace std; int main() { int a=0; int b=0; while (a < 10...
[2 replies] Last: inner while loop will run once only and outer loop will run 10 time... (by Ahmad1797)
C++ with XAML
 
hello it has been an year for me to work with c++ and i have a good knowledge in c++ and c language ...
[no replies]
help
 
how to make a programm in native c++ which print out all prime numbers less than or equal to given n...
[5 replies] Last: liyara; why we declare c and k in for loop??why we cant declare it ou... (by muddaser)
Read a list of random numbers from an input file and calculate statistics.
 
I need my program to read a list of numbers from and input file, random.txt, and calculate the follo...
[3 replies] Last: Did you make sure the file was in same folder as your program? (by GanzuTheDecoder)
Why doesn't my sorting method work for this linked list?
 
No matter what I do it just keeps giving me the numbers in the same way that I entered them. I would...
[1 reply] : I found 2 bugs in your logic #49, swapped is initialized with false, ... (by kulkarnisr)
about to rip my hair out with boost...
 
so im writing a lexer, and i want to use boost::regex for it. im sure im using it right (just in cas...
[6 replies] Last: I don't really know regex well, but my guess would be something like ... (by naraku9333)
Finding the most common character within a string
 
Hey guys, I have searched high and low for a solution to my problem and it is a little more than fru...
[8 replies] Last: http://www.cplusplus.com/forum/general/114677/#msg626132 It doesn't g... (by Duthomhas)
November 2013 Pages: 1... 2728293031... 46
  Archived months: [oct2013] [dec2013]

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