Beginners - July 2012 (Page 48)

by abaz01
arrays question
 
aight so im trying to write a program that takes in one value of an array and quaruples it each time...
[11 replies] Last: @shadow123: ah yes, my mistake. otherwise its gonna give an out of bou... (by ThangDo)
Reading data from the buffer
 
Alrighty, I may have asked this before, but I need to know some more information. So let's say tha...
[no replies]
by abaz01
arrays matrix
 
im tryin to add a matrix array and it should look like this: 1 2 3 2 4 6 3 6 9 4 5 6 + 2 2 ...
[1 reply] : First of all you are totally wrong your code will give result like thi... (by HiteshVaghani1)
Trouble With Binary Converter
 
I made a converter that takes a decimal number and converts it to binary but when I get to the conve...
[5 replies] Last: I fixed the backwards issue by reversing the string. this is like w... (by Jikax)
by abaz01
arrays min/max value
 
im having problems finding the minimum value from an array plz help, heres my code: #include<ios...
[2 replies] Last: Initialize to min after taking input array let's say min = myArray ;... (by HiteshVaghani1)
Help with pointers to classes?
 
Hi there, I was wondering if someone could help me out with a program. It is a homeworky type proble...
[3 replies] Last: a code tags makes you code more readable... example: int main()... (by Jikax)
Job Prospects
 
Hi, I've been trying to learn C++ as just a hobby at the moment, but I was wondering what types of j...
[4 replies] Last: GOOD (by Winshell)
Amount of Code
 
Hi all! Can anybody advise me how to shorten the beneath code? because I always have the idea that ...
[4 replies] Last: Thanks! I didn't know there were existing functions for this. (by Fransje)
Are these two data strucures the same?
 
#include <iostream> #include <string> #include <sstream> using namespace std; struct movies_t...
[1 reply] : That's are not same because you are making global to the instance amov... (by HiteshVaghani1)
by Ch1156
Need help with code
 
I have this code and it keeps giving me these errors. #include <iostream> #include <ctime> #...
[14 replies] Last: bump (by Ch1156)
GUI Question.
 
Hi.I am learning the basics of C++ and have learnt most of the features such as variables,loops,cond...
[3 replies] Last: There are lots of Library available for example, JUCE(jules utility cl... (by HiteshVaghani1)
Begginer needs assistance
 
I am required to make a program where i input a sentence and the program outputs the number of chara...
[1 reply] : Hi there, You shouldn't cin a string from keyboard because it only ge... (by teaflavor)
Need help with C++
 
http://www.cplusplus.com/doc/tutorial/classes/ Go nuts. Wazzak
[13 replies] Last: Thanks! (by aplapl)
Looking for some advice.
 
Hey guys, im pretty new to c++ programming and am using visual c++ 2010. I recently created a little...
[9 replies] Last: Basically, \n is just a character. It has an ascii value and all that... (by Phil123)
finding string from a text file
 
Hi, I currently have a program that is able to write a string of characters(serial number) into a t...
[5 replies] Last: Erhmm, It's Satsum a :D And yes i had a suspision that this was fair... (by TheBeardedQuack)
Need a way to pickup keys pressed, Even when app's out of focus.
 
The GetAsyncKeyState() returns 1/0 depending if the valued key passed to the function is pressed or ...
[6 replies] Last: This is a fair enough suggestion for future applications, i'm gonna st... (by TheBeardedQuack)
MSDN dll tutorial problem
 
hi If you guys had followed the msdn tutorial for dll you'd probably notice that whilst it allows...
[13 replies] Last: It looks like I am wrong yet again: http://www.daniweb.com/software-de... (by Computergeek01)
by Dobush
Totally New to Programming
 
Hello All, I am totally new to the programming world and looking for some direction. I have a str...
[8 replies] Last: Wow, I just started the process of ridding myself of VS and those were... (by Lowest0ne)
by uhh
Program that calculates a water bill
 
I am not completely done with all the specs for the program but I can not get it to calculate anythi...
[3 replies] Last: Thanks, I will go back and look at it and hopefully fix the problems. (by uhh)
overloading operator>> for an array class
 
I'm trying to create an array class with functions and useful operators. But im stuck on the input m...
[3 replies] Last: You showed this example arr >> cars //read arrays/objects in(overloa... (by vlad from moscow)
July 2012 Pages: 1... 4647484950... 54
  Archived months: [jun2012] [aug2012]

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