[try Beta version]
Not logged in

Beginners - May 2013 (Page 22)

In what order does the console read the code?
 
Hey guys. Second post :D So, I have a question. I'm about a week into this whole C++ nonsense, an...
May 20, 2013 at 11:10pm
[1 reply] : The code is read from left - > right from top - > bottom. Try this fo... (by giblit)
Beginner question
 
Hi, Sorry I'm trying to work through some of the beginner problems which are posted here http://www...
May 20, 2013 at 10:53pm
[3 replies] Last: Ok, I found this http://www.cplusplus.com/reference/cstdlib/rand/ th... (by tractorboy)
Question pertaining to <xiosbase>
 
While using Microsoft Visual Studio 2010, there's a class _Iosb within <xiosbase> // TEMPLATE C...
May 20, 2013 at 10:38pm
[3 replies] Last: Edit: On re-reading, the post I thought might be interesting (now belo... (by andywestken)
by smkl
Ampersand differences
 
Hello, I am very new to C++ and am just learning. If I were to declare variable as this: int ...
May 20, 2013 at 8:33pm
[2 replies] Last: This would simply mean that c = 6, correct? c has a reference to b. ... (by Peter87)
by kabuki
Help with strlen
 
So I created a box of asterisk so that I can output my data into so it'll look something like this ...
May 20, 2013 at 6:02pm
[2 replies] Last: Thank you for sending me the link. It did solve my problem. (by kabuki)
c++ quetion 2
 
Write your question here. Write a short program that reads three non-zero integers from the user ...
May 20, 2013 at 5:45pm
[5 replies] Last: No, it is a bad idea to remove posts. (by vlad from moscow)
c++ quetion
 
Write your question here. C++ i need this answer asap Fix all syntax error in this program. Su...
May 20, 2013 at 5:28pm
[2 replies] Last: Where is the question? Seems like you need to do your own exam or do a... (by giblit)
Asterisk and pointer conversion
 
Hello, all I am pretty new to C++ but have some experience with Java and other programming language....
May 20, 2013 at 4:51pm
[6 replies] Last: I created a .h with what I need. (by BillWang)
by Vigii
How to find the difference between each iteration level
 
Hi, I'm writing a code for a type of numerical method solution. I got stuck at a point of impleme...
May 20, 2013 at 4:44pm
[2 replies] Last: If the difference value of n+1 iteration and n th iteration is equal t... (by Vigii)
syntax for passing parameter data at execution time in executesql
 
// Open the database database.Open(NULL,false,false,sDsn); // Allocate the recordset CR...
May 20, 2013 at 3:13pm
[2 replies] Last: it also makes it easier to respond to your post. In particular, tag... (by andywestken)
by Gaxt
How to sum ?
 
Hi guys . I'm new here and I'm kinda new to programing . I'm trying to complete the task from the bo...
May 20, 2013 at 2:54pm
[4 replies] Last: indeed. see my post. (by mutexe)
Some code I don't understand.
 
I was reading through C++ interview questions to quiz myself and look for new concepts to research a...
May 20, 2013 at 2:54pm
[4 replies] Last: There are two ways to check whether a number is even or odd. The first... (by vlad from moscow)
by Vigii
Plotting Graphs and contours
 
Hi Everyone, I'm a beginner to C++. I need some help in plotting my array which was my end result...
May 20, 2013 at 2:30pm
[3 replies] Last: https://www.google.co.uk/search?q=graph+plotting+with+c%2B%2B&rlz=1C1S... (by mutexe)
Pointers and Dynamic memory
 
This is a question about a homework problem and before anyone gets all mad, I am not asking for anyo...
May 20, 2013 at 2:00pm
[8 replies] Last: It's good as example (Besides, you still didn't delete your array), b... (by S G H)
by Ludidi
Structures
 
Declare a structure Employee. An employee has a name, and employee number and salary. Write a func...
May 20, 2013 at 1:31pm
[1 reply] : Your definition of function taxPayable has several errors, including... (by Chervil)
How do I pass variable to function?
 
Hey guys, so I am trying to build a simple Linked List (Just practice NOT a homework assignment). I ...
May 20, 2013 at 11:56am
[3 replies] Last: Try the following code. #include <iostream> #include <cstdlib> usin... (by vlad from moscow)
Problem with roman numeral converter (1,2)
 
Hello. Im trying to make a program that converts roman numerals to arabic numerals. I keep getting a...
May 20, 2013 at 11:42am
[27 replies] Last: Test it on: http://www.romannumeralsconverter.com/ (by Namy)
Help with passing values
 
Writing a program for class and I'm having a very hard time trying to pass values. The assignmen...
May 20, 2013 at 11:41am
[4 replies] Last: You made the second (and third) change I suggested. But what about the... (by Chervil)
by sl227
need help with homework... assigning grades
 
here is the homework: Write a program that in which you provide 3 grade values (as literal values) ...
May 20, 2013 at 11:08am
[9 replies] Last: @bibby6522 create a new thread. Aceix. (by Aceix)
by jidder
SDL Clips
 
Hi, Ive recently been using SDL(for graphics and sound) to create a game. Ive been using LazyFoos ...
May 20, 2013 at 10:36am
[11 replies] Last: Yeah i understand what you mean now. That would be far easier. Thanks ... (by jidder)
May 2013 Pages: 1... 2021222324... 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.