General C++ Programming - December 2016 (Page 11)

Error in argument ... of delegate constructor call 'System::EventHandler'
 
Hi, I'm new to C++. I want to create an on-screen keyboard but unfortunately, i got 4 issues when i tried to run it. It tells me: - class "Project1::MyForm" ...
[3 replies] Last: Remove line 24 this->Load += gcnew System::EventHandler(this, &MyFor... (by Thomas1965)
Check writer (C++)
 
Can someone please help me with my coding for a c++ program where it changes an number to print out the numeric value in letters as a string? I keep getting an...
[no replies]
Poco waitForTerminationRequest
 
I develop a http server based on waitForTerminationRequest. I enter ctrl+C to kill the server, but some global varaiable's destructor will not be called. I ...
[7 replies] Last: I have not care about the inner code How do you expect to cause a cle... (by helios)
Piecing together 3 programs ive created into one
 
Hey guys! ive been working on an Encryption/Decryption project and im finally done with the 3 different pieces of code to do so. 1st one: Uses "mirrors" to ...
[4 replies] Last: Use a switch to control and a display of menu options to select the fu... (by closed account 48T7M4Gy)
Stuck on what to do next
 
Hi I'm creating a program to rent some movies and to return movies with a balance starting at $100. I'm making a main menu for the user to input what choices th...
[no replies]
C++ 2.5D rendering
 
Wondering if someone could help me with learning how to ray cast in C++. I am new to trying to make something besides text based. I don't like to use other thi...
[5 replies] Last: http://lmgtfy.com/?q=raycasting+c%2B%2B (by closed account 48T7M4Gy)
How do i get this to work please?
 
cout << endl << "If you would like to combine input sequence A and B enter 'y', otherwise enter 'n'" << endl; ...
[1 reply] : Anyone? (by zenarthra)
reading integers from file in to an array
 
# include <iostream> # include <iomanip> # include <fstream> using namespace std; void seats(double , int); void mapSeats(); int main() { const int rowNum =...
[no replies]
by Adec
Login in computer with a c++ program
 
Sorry if my English isn't good enough. I've created a c++ program which simulates a login program and I would like it to become real. I'd like to use it as my ...
[2 replies] Last: Isn't there a kind of tutorial to modify the GINA? I see that it's rat... (by Adec)
Small program
 
How would i create a small little program like this. Enter a value N == > 3 your numbers are ==> 1 2 3 would you like to go again ? y/n == > Y Ent...
[6 replies] Last: int C ; this looks like an array, no? maybe OP should clarify .. ... (by gunnerfunner)
by gull
Long
 
I have this code it runs it does what is asked of it ,but how can i make this code longer because it makes more than 450 lines but i need at least a 1000 can an...
[4 replies] Last: It seems like your teacher is insisting on teaching you bad habits. G... (by cnoeval)
Loops assignment
 
Can someone help me with this C++ programming. I use linux through putty to do this. Create a C++ program which outputs the first four powers of three and th...
[1 reply] : Duplicates: http://www.cplusplus.com/forum/unices/204300/ http://www.c... (by Chervil)
Help on finding an average!
 
Here is what I have. I have notes in the code where I'm having trouble towards the bottom. I'm trying to find the total average of the grades entered by the use...
[3 replies] Last: I think your program is correct, it's just that the avergeProgramGrade... (by gunnerfunner)
RegOpenKeyEx error 2
 
Hi, I'm development in language 'C' to open registry existing, but return erro 2: strcpy(path,"SOFTWARE\\Self-Service Support\\Operational Parameters"); ...
[1 reply] : Perhaps this this related? http://stackoverflow.com/questions/252297/w... (by Chervil)
GCC for ARM
 
Hi, Im trying compile GCC for android phones using ARM. I made e repository with the Dockerfile and the problem while configure/make. https://github.co...
[1 reply] : For this specifying ‘soft’ causes GCC to generate output containin... (by Lukdoris)
[Solved]Don't not understand this final review question that my teacher post up "seeding the random number generator"?
 
write the code to generate a random number between 50 and 100. initially seeding the random number generator to 25. initially seeding the random number gen...
[3 replies] Last: Each pseudo-random number is generated by performing some calculations... (by Chervil)
Even/Odd program in C++ problem
 
When I type 6666666666666 or 99999999999999 in EVEN/ODD program in C++ it tells wrong
[1 reply] : Those values require more than 32 bits. Typical int uses 32 bits. (by Chervil)
by miglr
array of strings
 
I'm having trouble elements from an array and then converting them to its correct code. this assignment asks to use functional decomposition to prompt user for ...
[2 replies] Last: OP: if you want to read off the color codes for any given color you ma... (by gunnerfunner)
Urgent help on solitaire game project
 
I TRY TO PRINT OUT THE TOP CARD OF THE DECK BUT IT SAYING NO OPERATOR MATCHING << ERROR EVENTHOUGH I HAVE INCLUDE EVERYTHING I WOULD HAVE (IN MY BELIEVE). PLEAS...
[8 replies] Last: What a majestic solution! OP: you are one lucky chappie (by gunnerfunner)
Help reversing encryption code. Reverse what its done.
 
Sup guys. First year c++ here. Still learning and ive taken it upon myself to go through old daily programmer assignments to see if i can understand and modify ...
[4 replies] Last: The program works on the principle of deleting an element from a data ... (by gunnerfunner)
December 2016 Pages: 1... 910111213... 18
  Archived months: [nov2016] [jan2017]

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