[try Beta version]
Not logged in

Beginners - June 2013 (Page 31)

Accessing array of structs causing segfault
 
Several of you helped me with this project a few days back. I got the code to compile thanks to your...
Jun 11, 2013 at 7:25pm
[2 replies] Last: Works like magic. Thanks! (by MongolSamurai)
Help with minor errors in program
 
I'm encountering two small errors in my code and I'm not sure how to fix them. 1. Line 1 in Poker...
Jun 11, 2013 at 6:31pm
[2 replies] Last: For your first error, try using include guards. For your 2nd error, y... (by toum)
by vnii
can someone run my project?
 
Can someone run my project and tell me what i am messing up on? Its a project that lets the user ke...
Jun 11, 2013 at 5:39pm
[1 reply] : Sorry, didn't run the code but noticed some things that I'd like to co... (by SamuelAdams)
Extracting website code w/o CUrl
 
Hi, Is there any way to extract source code of a website without CUrl? Or, how could I implement ...
Jun 11, 2013 at 5:29pm
[1 reply] : A URL is a address like /comptueraddress/path/file name which allows c... (by SamuelAdams)
Trying to fill dynamic array from txt file
 
I am trying to fill a dynamic array from a text file but I keep getting errors this is my first atte...
Jun 11, 2013 at 5:03pm
[3 replies] Last: Data is a pointer and can represent one-dimensional array. The dynami... (by keskiverto)
by tsdad
Problem getting example to work
 
Group, I am teaching myself c++. I have been using a variety of sources and have landed on C++ Pri...
Jun 11, 2013 at 5:00pm
[10 replies] Last: What I have learned The while loop will go on forever unless ended som... (by tsdad)
by piczim
Finding information and placing it into the code?
 
I need to know what it is called when you ask a question like What is the diameter of the circle...
Jun 11, 2013 at 4:20pm
[3 replies] Last: As a beginner, I would recommend learning 3 things: Output Input and ... (by IWishIKnew)
Fstream Question
 
Alright, so I am a little rusty with fstream and need a little assistance. I am trying to write ...
Jun 11, 2013 at 4:08pm
[4 replies] Last: You can do this two ways: 1- Useing getline, the obvious choice. 2-... (by IWishIKnew)
by Zoo
Difference of OOP and OOD
 
Could anybody tell me, what is the difference between Object-Oriented Programming, and Object-Orient...
Jun 11, 2013 at 4:00pm
[3 replies] Last: Design refers to the overall layout of the program. Hopefully you kno... (by IWishIKnew)
Visual Studio command prompt compile problem
 
I'm using visual studio c++ express and using the Command Line to Compile a C++ Program. What I type...
Jun 11, 2013 at 3:16pm
[2 replies] Last: I figured it out. I have to cl add.cpp main.cpp and that gives me add... (by pronesti)
Compile error
 
This doesn't compile pls help..// #include<iostream> using namespace std; void fillarray(int ...
Jun 11, 2013 at 3:12pm
[2 replies] Last: maybe it is fillarray and diplayarray (by flussadl)
Bitwise enumeration
 
Hello forum, The source that i am going through contains the following enumeration values ...
Jun 11, 2013 at 2:33pm
[8 replies] Last: everything != 0 is iterpreted as true (by coder777)
Kernel and thread
 
Hello everybody, I am a beginner in c++ programming and I have a stupid question that I couldn't ...
Jun 11, 2013 at 2:06pm
[no replies]
How to preapre a C++ Program to login with the password after saving it to the Computer
 
Hi friends, I am new to C++ programming without having any previous experience in programming ...
Jun 11, 2013 at 1:49pm
[6 replies] Last: Hey guys, please post the program supported by either Turbo C++ v.3.0... (by cire)
by SulPC
Text To String Error;
 
Can anybody give me an easy solution to this problem: private: System::Void button1_Click(Syst...
Jun 11, 2013 at 1:06pm
[1 reply] : Ok this solution seems to be viable and compiles with no errors: pr... (by SulPC)
by Ch1156
can you use a different window other than CMD? (1,2)
 
I have been wondering if there was a way to use a different window other than the CMD box, i hate th...
Jun 11, 2013 at 12:23pm
[28 replies] Last: Thank you very much i will read through all these very soon. (by Ch1156)
Reading in data into array from a loop
 
Right now Im trying to write a program that can take an input file that has a bunch of integers, and...
Jun 11, 2013 at 12:12pm
[3 replies] Last: For the exercise you are doing there is no any need to have an array t... (by vlad from moscow)
Vector to read int
 
Here's a problem of vector that I think I've solved: Write a program to read a sequence of int s...
Jun 11, 2013 at 11:15am
[4 replies] Last: guys, you should notice this: here's this article: http://www.cplusp... (by Rechard3)
cin >> UsersChoice;
 
so I've been going through the beginners exercises and am working my way through them, problems solv...
Jun 11, 2013 at 9:01am
[5 replies] Last: @Catfish4: Hmm... maybe you're thinking about kbhit() from the conio.... (by Rechard3)
by nasser
examples
 
how to get c++ examples
Jun 11, 2013 at 8:53am
[2 replies] Last: lol (by ar2007)
June 2013 Pages: 1... 2930313233... 49
  Archived months: [may2013] [jul2013]

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