Beginners - November 2011 (Page 19)

How to sort and array of #'s into descending order while maintaining the link up of another array of numbers?
 
I need to know how to write a simple linear(insertion) sort that sort's an array of #'s into descend...
[1 reply] : please. someone? (by Cosimo Vilardo)
multidimentional array
 
I want to declare multi dimensional array with dynamic memory allocation technique(using pointer).
[no replies]
ifstream read certain part of text how?
 
Let say I have this Date Amount spend Saving left 11/23/11 -RM 20.00 RM 98...
[no replies]
by Taino
int to char decryption
 
Hi I have the following assignment. It includes a function and converts an integer into a character...
[no replies]
by moot1
help debuging
 
hi . i am actually very proud of myself with this program because i didnt know i was able to do it. ...
[1 reply] : You left out a close brace at line 191. BTW, you're also missing the b... (by aruawons)
Operator overloading seems oddly implemented?
 
I understand operator overloading (hopefully) but the way it's implemented seems a little awkward. (...
[2 replies] Last: Thanks for the help, I'll read through that and hopefully it'll explai... (by Kieth89)
by moot1
class
 
hello im trying to grasp classes do you have any tips for me and can you explain this peice of code ...
[6 replies] Last: also in the function"void title" is there a way i can only make the pr... (by moot1)
compiler for mac
 
hello every one! i am beginner to c++ and i dunno what to start off with . i found the c++ progra...
[3 replies] Last: Thank You very much :) (by subhu30)
by moot1
real calculator
 
i use dev c++ and you know how when you run the program it goes to a black screen and performs the t...
[10 replies] Last: @Moschops And.. you are done, no arguments no nothing... bravo... (by happykiller)
by moot1
help with class
 
the error is on line ,12, how do i fix them...they are expected unqualified-id before '}' token ,and...
[12 replies] Last: ok thx (by moot1)
Pointers basic question.
 
how can i get a data from a specific memory location. for example a number 4 is stored in a memor...
[12 replies] Last: That's cool - although I'm not sure how ;-) Jim (by jim80y)
Reduce .exe size
 
How do you reduce the compiled file size? A simple Hello World Program having 500KB size :-| Tried...
[6 replies] Last: The path to understanding begins with realising what we do not know. I... (by Moschops)
getline help (1,2)
 
Ok, so the way I understand it, getline is used to get user input that may contain spaces, but I'm n...
[27 replies] Last: Did anyone see anything wrong with it? (by jp01cf01)
Ogres vs Dwarfs help!
 
Hello! I have a big problem. In visual C++ I can create a program that functions perfectly like thi...
[5 replies] Last: You're very welcome, adpad309 (by whitenite1)
by Gompie
Visueel programmeren (GUI´s)
 
Hallo, Ik programmeer al een aantal jaren in C++ maar altijd met uitvoer naar een DOS-scherm. Nu...
[1 reply] : God dag. Jeg har litt problemer med å forstå hva du har skrevet her,... (by Stupebrett)
call-by-value
 
Can someone explain to me what is a call-by-value? And is the below code fragment a function call t...
[4 replies] Last: Arrays can be passed by reference, too. They are what's known as a re... (by closed account zb0S216C)
Filling an array with a random number generator
 
I have this homework I don't want it to be solved .. just some guidance. the question is : Writ...
[3 replies] Last: Thank you guys for helping me I used your suggestions and here is the... (by AlKhaldi Badr)
Save game?
 
I am working on a game, and I was just kinda wondering how one would go about making save files and ...
[17 replies] Last: For that you need to read a reference (tutorial if never used before, ... (by Danishx83)
Change C++ Mode
 
I am trying to compile a program using a new C++ feature but cannot, #include <iostream> usin...
[5 replies] Last: Just added these two commands for compiler commands -pedantic -std=c... (by Danishx83)
plz help me create this program
 
Write a program that will do the following: 1. Find the equivalent vector given the coordinates of ...
[1 reply] : Standard obligatory link: http://cplusplus.com/forum/beginner/1/ (by cnoeval)
November 2011 Pages: 1... 1718192021... 65
  Archived months: [oct2011] [dec2011]

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