Beginners - August 2011 (Page 6)

unresolved external symbol
 
Hello Can someone suggest what the problem is please? Many thanks in advance. Graham ***...
[2 replies] Last: ha ha how silly of me. Many thanks, problem solved :)) (by GraemeR)
Line intersection
 
if four points are given in a plane (for two lines) what is the best method to find out if lines are...
[4 replies] Last: webJose's advise will work only if both lines extend to infinity. If ... (by Disch)
error C2065: 'handle':undeclared identifier
 
Hi guys, I keep getting error C2065: 'handle':undeclared identifier when trying to test this code...
[4 replies] Last: If you are compiling for 32-bit Windows, ... ShellExecute((HWND)this... (by andywestken)
Array Size Problems
 
These are just some of the Arrays sizes i've used, many of them are inside a loop. int ss ={0}...
[3 replies] Last: [quote=andywestken]Did you mean 1024 kbytes? (sic) It was meant to be... (by closed account zb0S216C)
How to make your own library?
 
I know this isn't really something to ask in the BEGGINERS C++ section, but I was looking for a way...
[1 reply] : To create a static library (which is probably what you want) for the u... (by Athar)
Factorial via recursion
 
Hello everyone, I have a few questions about my code. The exercise question : Define a recursiv...
[6 replies] Last: Haha yea, forgot about those numbers being less than 2. Good catch. (by xibz)
Looking at medium scale projects and understanding their source code tips
 
Hi, I'm just diving into looking at source codes for a medium sized projects. The source is perplexi...
[3 replies] Last: I was actually thinking about making a program like that... not as sop... (by brokenbot)
Writing pretty-printers for gdb to debug a c++ program
 
Hi guys, since version 7.0 of the gnu debugger it is possible to write pretty-printers. They are...
[no replies]
by cdd
cin help.
 
Hi, I amin the process of writing a program that takes and input string and stores each character...
[2 replies] Last: that worked, thanks for the help! (by cdd)
by sf123
How to close a program?
 
Hi! How can I close a program such that when I press 1 it would close? I will use switch(x) ri...
[4 replies] Last: Ok thanks! (by sf123)
Which book should I read for a total beginner? (1,2)
 
I'm gonna start my video game development degree in 2 months, and I got hold a few C++ books to read...
[36 replies] Last: Ok thx guys I'll read up K&R first, then I'll consider the few C++ boo... (by areszues92)
how to send pointer to a function?
 
in a link list program i wanna send the new node pointer to a insert func so it can insert it into t...
[6 replies] Last: tnx a lot Wazzak. :) (by babakslt)
How to set a password? (1,2)
 
Would this work, or would this make you have to set the password every time? I want to be able to sa...
[33 replies] Last: Hey, that QT trolltech stuff is pretty easy! (by ziodice)
problem using unicode in c++
 
how can i use unicode characters in my c++ program. please guide me
[1 reply] : This link may be of use to you: http://icu-project.org/docs/papers/uni... (by closed account zb0S216C)
Hello World wont compile
 
ok so i studied up on how to make a C++ program and to make a C++ seems very easy. i read on how to...
[5 replies] Last: Anybody else notice he has a semi-colon jsut after the main()? Get rid... (by GisleAune)
A question on passing by reference and member variables
 
I've a question on passing by reference into the constructor. I have the following constructor, s...
[2 replies] Last: Well to start you gave your constructor a return value and a name... (by ascii)
Question about my beginner code.
 
Alright guys I just have a question basically about my coding "form" and how to fix what I assume is...
[7 replies] Last: You haven't put 'quit' in quotation marks, so it's trying to compare t... (by JellyFox)
DLL? I know what it means, don't know what the point is
 
Ok so I know DLL is a dynamic link library. But what does THAT mean and why would I need/use it? Wha...
[5 replies] Last: Nice, i learnt something. (by brokenbot)
Best print function?
 
Hello, I am just wondering about a littl thing. I have read ino the starting of a couple of book sna...
[1 reply] : http://www.cplusplus.com/forum/lounge/48796/ Hope this helps. (by TheMassiveChipmunk)
Making a calculator.
 
Hi, I've been making a calculator that is able to process decimals. I'm a noob, but would like some ...
[6 replies] Last: Hi Have you considered a test if none of the 4 operators is entered t... (by GraemeR)
August 2011 Pages: 1... 45678... 39
  Archived months: [jul2011] [sep2011]

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