General C++ Programming - October 2012 (Page 49)

Just a little bruteforce number I need help with
 
#include <iostream> #include <string> #include <ctime> #include <limits> using namespace std; //---...
[3 replies] Last: Also this line doesn't look valid to me: if(password >> 9223372036854... (by Catfish2)
Merge Sort
 
Hey there something is wrong with my code it does not produce the correct output is merge sort ...
[no replies]
Sorting
 
Hi... I've use this code to define a new structure. Here's my code: struct drag { int x, y; dr...
[no replies]
Write to a file and read from a file
 
I have created a class and a few objects using constructors, I am simply trying to create code that ...
[3 replies] Last: Any ideas? (by WranglerYJ)
Make this run till it reaches max
 
This will run once with no problems. But if I switch the while condition then it goes to infinite lo...
[3 replies] Last: this is why it always helps to have multiple eyes. thanks a ton. I'll ... (by skittlesaddictx50v)
by vlc25
sort question
 
Hi if I want to sort a radix, what does it mean to sort it by using lists. Example if I have the num...
[1 reply] : See http://www.cprogramming.com/tutorial/computersciencetheory/radix.h... (by JLBorges)
Insertion into linked list failing
 
I am trying to insert into a linked list, but when I insert two numbers and the second number is sma...
[6 replies] Last: Like vlad said, the allocations are useless. You don't need to alloca... (by Betray1st)
Help with minimax algorithm
 
Hi. I'm trying to implement the minimax algorithm described here: http://www.ocf.berkeley.edu/~yosen...
[no replies]
write an interpreter in c++ programming language
 
can anybody help me explain how to write an interpreter in c++ programming language?
[no replies]
Can't find what I am missing
 
Hello, please accept my apologies if am posting this in the wrong place. The problem is that when o...
[2 replies] Last: Here it is, this is what I believe is causing me the problem. I am sti... (by Estaiferd)
How to remove comma from input file?
 
I have this problem that require some help.. I am making a program that reads data from a .txt fi...
[4 replies] Last: Here is an example of one of possible realizations { std::string s(... (by vlad from moscow)
My Program Is Considered A Virus
 
Hello, I recently ran a virus scanner and it considered a program i made a "Trojan Agent" I did no...
[3 replies] Last: Make sure you're not distributing the debug version of your program. A... (by Athar)
by talya7
Counting spaces in order to output
 
Using C programming. How do i go about counting spaces in a string? I am suppose to be able to outpu...
[no replies]
Adding an Event Handler.
 
I've got some code embedded in a class as follows: Reader::Listen(CSource* source) {__hook(&R...
[no replies]
help me please
 
I need help to solve these questions ==============================================================...
[2 replies] Last: //try this and solve the remaining questions in this manner. #include... (by learntogether)
Help with array
 
I would like to understand what is going on in this array within the for loop: #include <iostream> ...
[2 replies] Last: I would prefer for(int i=1;i< size ;i++) When a constant is defined... (by Chervil)
Operator + member function crashes about 1/8th of the time... implemented in terms of working member functions?
 
I have a STRING class I have created that does more or less what you would expect a class called "ST...
[14 replies] Last: I received the grade from my project today, I scored 98%! Thank you al... (by mothergoose729)
Read in/write out to/from Micrsoft excel 2010
 
I need to know what to include, as well as the operable commands I can use, to have my c++ program r...
[18 replies] Last: If your topic is still urgent and the amount of data you have can be a... (by oxod)
SDL Program not responding(is handling events) (1,2)
 
I'm doing this SDL program, and I wrote a lot of it on windows, where it worked fine. Then I had to ...
[22 replies] Last: It worked. Keeping the threads down to a minimum solved it. (by TheBreadCat)
by krat
When i start after building the program won't run
 
Any program I attempt to run without debugging, will run, the window pops up, and then closes itself...
[3 replies] Last: http://cplusplus.com/forum/beginner/1988/ Programs that use cout , ... (by Mathhead200)
October 2012 Pages: 1... 47484950
  Archived months: [sep2012] [nov2012]

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