Beginners - October 2011 (Page 22)

Practice
 
Is there a site where i can find problems to put the knowledge that i have learned or would i have ...
[4 replies] Last: I love that article. I wish I found it when I first started c++ ... Th... (by strongdrink)
by A Nick
Reading a .txt file into a char* vector
 
I'm working on an assignment that wants me to read a file into an vector of char pointers in order t...
[3 replies] Last: I would advise you to try something else. But you could try this : #i... (by shubhamgupta731)
SOMEONE PLEASE HELP
 
I know i need a nested loop of this sort to run this but im not quite sure how to put it together......
[9 replies] Last: I'm glad I could help! (by A Nick)
Help with functions
 
Hi guys! I am having trouble with returning information from my function. How can I return multipl...
[1 reply] : define a structure that contains them, then return the structure or st... (by EricDu)
by codrgi
CByteArray length check
 
=
[no replies]
dynamic arrays - return position
 
hi, i've created a dynmaic array. our assignment is to write our own functions for things like pu...
[8 replies] Last: Swap these two lines, theArray = newArray; delete theArray;// dest... (by closed account DSLq5Di1)
by m4wk
Searching through multiple lists
 
hey guys, so i need some input on this assignment i'm trying to complete. Here is the link to the co...
[12 replies] Last: oh wow, i should have been able to realize that. and thanks for tellin... (by m4wk)
[BEGINNER] How to move a point in a multidimensional array
 
Greetings, I'm hoping that i can get some help on an exercise I'm doing dealing with multidimensi...
[2 replies] Last: I appreciate your reply and taking the time to help, but the method yo... (by a boy slim)
Doh...
 
Create a class called Complex for performing arithmetic with complex numbers. Use double variables t...
[5 replies] Last: Still don't get their purpose... Try this: Complex foo; f... (by Disch)
by Baso
For games
 
Hi (direct x, open GL, SFML ) What is your advice to me for beginning, and why? Thanks....
[7 replies] Last: Thanks every body for your replies, and I think I have to change the ... (by Baso)
by Amy269
Programming Issues
 
I have to write a program that is set up like a multiplication table. When I run the program it is t...
[8 replies] Last: I got it.... You all were such a huge help. Thanks bunches!!! (by Amy269)
Quick solve
 
Please tell me what i am doing wrong here....It is driving me crazy. #include <iostream> #incl...
[4 replies] Last: You're missing a closing brace. (by Disch)
What loop should I use? If any?
 
Hi everyone, I am wondering what loop I need to use for when the condition is not met. I want t...
[3 replies] Last: [quote=eypros]I think the above code won't work. Well spotted! boo... (by lnk2019)
Minor Problem
 
It only runs the first else if statement no matter what i input.. why?? #include <iostream> #inclu...
[4 replies] Last: thank you very much, i was very confused on my comma usage... that did... (by kcomp11)
Nested Loops
 
I know the nested loop i need to use,for i=1 to teller for...
[no replies]
c++ class ~
 
Hi All I just created a class and I get two voids in the body of the class. One is called CGMI an...
[3 replies] Last: Many thanks guys. Thats a great help. (by shamas21)
char reference in function
 
Hi guys, I'm new to C++ and I'm wondering if it is possible to referrence a char in a function? ...
[3 replies] Last: The only time I use a char array to hold a string is when existing cod... (by JMJAtlanta)
C++ While Loop Using If Statments
 
Hi, I am trying to create a multiplication table (5x10) using a while loop and if statements. I can'...
[2 replies] Last: Thank you very much JMJAtlanta! You're the best! (by woodchuck499)
comparison b/w signed and unsigned integers .... reasons???
 
int main() { unsigned int u = 5; int i = -1; for( ; i <= u; i++) cout<<"int...
[3 replies] Last: thanks Disch!!!! really appreciate it!!! (by noorali15)
The logic of C++ punctuator usage
 
I am trying to discern the logic behind punctuator usage in C++. Particularly the semicolon. This is...
[1 reply] : There are probably better explanations that I hope others will contrib... (by lnk2019)
October 2011 Pages: 1... 2021222324... 59
  Archived months: [sep2011] [nov2011]

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