[try Beta version]
Not logged in

Beginners - May 2013 (Page 27)

Why isn't this printing anything?
 
I'm trying to make a array that will auto fill with random numbers when the user tells the program h...
May 18, 2013 at 1:43am
[4 replies] Last: @Andy The exception handling was designed to be an example not a... (by guatemala007)
How to use a switch statement with int variable
 
So, I've just figured out about switch statements. I am having problems on lines 14, 17. (no ERRO...
May 18, 2013 at 1:41am
[10 replies] Last: http://www.cplusplus.com/doc/tutorial/control/ Last section on this p... (by agnophilo)
Reading and writing to text files.
 
I have this bit of code that will write two randomly generated vectors to two files: #include <i...
May 18, 2013 at 12:21am
[5 replies] Last: but how does the in file know that n is the size? It doesn't "know".... (by Chervil)
Creating a tally counter using Classes
 
So my instructions are to implement a class that models a tally counter. Whenever the operator pushe...
May 17, 2013 at 11:58pm
[5 replies] Last: That's perfect. Thanks so much :) (by daft science)
roulette
 
i have home work to do a simple roulette. here is the code i got i know its stuff misplaced but i do...
May 17, 2013 at 11:54pm
[7 replies] Last: Because n and t are outside of loop just do start += bet for them inst... (by giblit)
A game update
 
Wrote about a game in here a few days ago. A game that should introduce programming in a new way. I ...
May 17, 2013 at 11:44pm
[no replies]
visual c++
 
Hello, I'm new to Visual C++. I'm trying to make a simple program which calculates the amount of let...
May 17, 2013 at 11:35pm
[3 replies] Last: String ^ i; is not a C++ construction. It is a CLR construction that i... (by vlad from moscow)
Program has (at least) two bugs in it.
 
Full disclosure: This is a homework assignment I have written code that checks to see if a string i...
May 17, 2013 at 11:27pm
[7 replies] Last: @acemanhattan I am saying that the function checks if they are lower o... (by giblit)
by ace55
How incorporate this second method?
 
So i did the task of writing a code for an accumulator as seen here. Now i have to use a second meth...
May 17, 2013 at 9:38pm
[no replies]
weird exiting error
 
when i execute this program about halfway through the program simply exits how do i fix this? ...
May 17, 2013 at 9:28pm
[1 reply] : Try replacing cin.get(); by std::cin.clear(); std::cin.ignore(100... (by Vidminas)
My code gives me a long small number.
 
My code gives me a long small number in "Program 5" Then "Program 6" messes up and does not even run...
May 17, 2013 at 9:05pm
[7 replies] Last: Know I can see what goes on. Thank you I appreciated! (by Samuel Bass)
by spofix
C++ Beginner!
 
Hello! I'am a nice guy from sweden and wanna learn c++. I don't know anything in c++ and i thi...
May 17, 2013 at 8:53pm
[4 replies] Last: Hei spotfix, hvordan har du det? Like they said this website has some ... (by Austin J)
displaying a 2d array of char '*'
 
im trying to display my array of type char on a screen, but its not working. i have my world clas...
May 17, 2013 at 8:06pm
[no replies]
math combinations
 
hello i'm trying to make combinations. i have a bool array, and want to output all the possible co...
May 17, 2013 at 7:23pm
[11 replies] Last: Recursive: #include <iostream> #include <vector> #include <iomanip> ... (by JLBorges)
The fabric of reality is breaking down
 
Look at this. I have a function that determines the number of characters in a mathematical expres...
May 17, 2013 at 7:19pm
[2 replies] Last: Thanks for the reply. I said 7 because there are 7 characters in that... (by INeedAHero)
by Mavrec
Minesweeper game project.
 
Hello, I have just joined this community, wanting to be better in programming using c++. I'm so ama...
May 17, 2013 at 6:30pm
[1 reply] : void player() { cout << "Commands: R => Show, F =>Flag, C =>Ch... (by Mavrec)
Make the pointer look like its pointing to desired address
 
hi, First let me post a code here to make my question clear. #include <iostream> using namespace...
May 17, 2013 at 6:11pm
[3 replies] Last: ok... Thanks.... (by bubblesbubby)
by lmsmi1
Anti-Debug & Anti-RE Techniques?
 
I'm interested in anti-debug and anti-reverse engineering methods, and can't seem to find any good e...
May 17, 2013 at 5:46pm
[1 reply] : A good place to start would be www.tuts4you.com You must know how peop... (by mausy131)
check out this error...
 
I am trying to pass a 2D array of char to a function in my class. this is the class: class ...
May 17, 2013 at 5:22pm
[3 replies] Last: thanks a ton i totally understand why now. (by spiritedDedication)
Function not being called?
 
Hi, for some reason my program wont call my Basic_Requirements function, all it does is quit after t...
May 17, 2013 at 5:20pm
[3 replies] Last: I am guessing it is your conditions. Group the related conditions toge... (by Daleth)
May 2013 Pages: 1... 2526272829... 66
  Archived months: [apr2013] [jun2013]

This is an archived page. To post a new message, go to the current page.
Registered users can post in this forum.