Beginners - September 2011 (Page 9)

by tonnot
Tha fast method to find a value inside data row, value ?
 
I have a data structure that stores values for rows. The rows are ordered, but not contiguous. In e...
[2 replies] Last: If all you need to know is that 3001 is at spot 4 (i.e. the 5th elemen... (by Gaminic)
Spreading code over files.
 
Hello, Generally, my projects go into one large file. The few times it didn't was when I was usin...
[2 replies] Last: Thanks, Andy! I know globals are generally considered bad programmi... (by Gaminic)
Invalid Conversion from "int" to "int"
 
I'm trying to copy an array to another array using pointers (Book exercise). It copies the first num...
[4 replies] Last: Sure enough, it works now. Once more, I fail to notice the obvious. xD... (by Zexanima)
by Leon
Large Numbers
 
Hello Everyone. I have a problem here, I'd really appreciate if someone could help me. I need to fin...
[4 replies] Last: Thanks for the idea. It worked )))) (by Leon)
for into for into .... problem
 
I am trying to write a program that would read a matrix (size mxn)from a file, for example : 0000 0...
[1 reply] : could somebody help me? (by KrixisLV)
How do i open a web browser in c++
 
im working on a program were it opens a certain web browser by the path like if a person enter the n...
[4 replies] Last: The answer is in the first reply, but I'll just write it here too. Th... (by Gator F)
please help (1,2)
 
i am very new to c++ and have grasped the concepts pretty well but im still struggling with a simple...
[20 replies] Last: alright im not gonna worry about it if it continues to bother me in mo... (by f1ddl3r)
by ko2dy
power of 3 sequences
 
hi, pals! do you guys know how to write a program that prints out a sequence of power of 3? the us...
[2 replies] Last: thanks it helped :) (by ko2dy)
by Emy217
Transition from C# to C++
 
Hi everyone. I learned C++ when I was in college but we switched to C# after the 2nd year. I prett...
[1 reply] : Nvm... found it. Solution 1 : That was a stupid one >.> Instead of b... (by Emy217)
Visual C++ 2010
 
hi guys busy watching the youtube tutorials on microsoft visual c++ i know it says its visual and w...
[2 replies] Last: thanks hanst99, so by using ms c++ visual 2010 im using c++/cli? and... (by sigintninja)
Error When I Run Code
 
Hello, I cannot seem to figure out what's wrong with this piece of code. It's not doing what I wa...
[7 replies] Last: Nevermind. I see what you mean. I entered a 4-digit number and it kep... (by Code Assassin)
List Issue
 
Hello everyone. this is my first forum post so i will try and follow the rules and make this as c...
[2 replies] Last: thanks for the reply. i don't know why i speccified linked list, my b... (by Sghtblinder)
Comparing floats
 
Does anything appear wrong with the statement if(floatA>floatB)return; I keep getting an error...
[1 reply] : Assuming floatA and floatB are both floats, there is nothing wrong wit... (by Disch)
Power Set
 
Hi, I need to calculate the power set of a set of a given numbers (not for a homework assignment)...
[2 replies] Last: Also complies fine for me using g++ 4.5.2 on Ubuntu Linux (by Jimbot)
What do you think of my code?
 
This is my first program that is larger than 1000 lines. It works perfectly, but I'm fairly sure th...
[3 replies] Last: Is there anything else that could be improved? (by blueeyedlion)
#define
 
What's wrong with #define? Is it considered bad programming to use it?
[4 replies] Last: Yes. Save macros for when you really want to abuse the code. Using the... (by Moschops)
Guess the Number
 
I looked at a few other guess the number topics on this forum but I couldn't find one that addressed...
[2 replies] Last: Thank You!! That fixed it. Thank you very very much! (by sixstringaddict)
MinGW and C++11
 
Which parts of C++11 does MinGW 4.5.2 support? Wazzak
[2 replies] Last: Thanks for the link, Sloppy. Wazzak (by closed account zb0S216C)
Identifier undefined- Please help.
 
I want to make a summary of the program I've made. And I need to call for the variable/identifier ag...
[1 reply] : The variable must no longer be in scope. The lifetime of a variable i... (by Disch)
by AJ7847
As a beginners
 
hi everyone when i ve been studying c++ Theoretical i wanna download c++ program witch one i sho...
[11 replies] Last: ok .... (by AJ7847)
September 2011 Pages: 1... 7891011... 48
  Archived months: [aug2011] [oct2011]

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