General C++ Programming - December 2012 (Page 17)

cannot pass the object from server
 
I'm sending an object of class account to client.when the server search for the object in file it ...
[2 replies] Last: what is meant by end of field and end of record markers ?? (by Pter0dactyl)
Link list using STL related problems
 
Can any body help me ... i am facing problem in passing list<string> to simple function. here is the...
[6 replies] Last: thanks for helping bro ... problem solved by using the list<string> ... (by Hassan Ahmad)
by Tavrin
Class problems
 
Hello, I'm having some problems with solving something in C++. Right here is an example: Say I have ...
[1 reply] : Use either class Author; class Book { setFirstAuthor(Author*) ... (by vlad from moscow)
Where to go from here ?
 
Okay so ,im fairly an expert in the following topics in c++ now.. Functions, loops, arrays, class...
[4 replies] Last: STL is the next step please move on (by kham)
Definition type
 
In short, I have no idea... Which way is faster? Func(char *str, double d, int len, bool bExtra) F...
[8 replies] Last: @buffbill (403) There is no difference between the parameter declarat... (by vlad from moscow)
Need Help
 
Hi guys, I am really having a problem on this question, I know it is not clear but I need an ...
[1 reply] : There you go http://www.cplusplus.com/reference/cstdlib/rand/ (by Kart)
Debug Error
 
Solved
[1 reply] : You're the second person today that I've helped with this: size; aa... (by Volatile Pulse)
Help with Binary File Handling
 
I was making a game (sortof). What I am trying to do is have it keep a Highscore List. It was not wo...
[7 replies] Last: Glad it worked. From what I understand, a binary file isn't 101101110 ... (by Volatile Pulse)
by anwind
cannot provoke function
 
Can any one check this program for me? It won't run function loadData properly. #include <iost...
[7 replies] Last: You need to specify what's not going right. When I see it doesn't run ... (by Volatile Pulse)
by Alam
Error
 
Plzzzzzzzzzzzz tell me whats the problem in this programme Its very urgent.......... # include <io...
[1 reply] : Code tags, error message. (by Athar)
C++ Programming Language
 
Hello Friends, In C++ Programming Language : How can I declare a function that returns a point...
[4 replies] Last: I could be wrong, but I believe the OP wanted to create a function tha... (by Volatile Pulse)
My programming is not working .. does anyone know how to correct it ?
 
this is my problem : Write a function that computes the minimum in an array recursively. The key...
[no replies]
.exe file help
 
I need to create an exe file where when I run C:/project.exe(space)input the program in my .e...
[no replies]
Help please...
 
Ok I'm new here and I thought I can get some help with a program I'm working on. First let me give ...
[no replies]
by Skuzzi
I know C++, but I don't always know how to use it. (1,2)
 
I have been learning C++ for a little over a year now, and I got a pretty good understanding of some...
[20 replies] Last: > Nobody should have to learn how to build their own vector, input str... (by JLBorges)
Explain Please (TOH program)
 
I am looking into this iterative solution to the Towers of Hanoi problem. I specifically do not unde...
[7 replies] Last: Well i a have realized that x&x-1 is the same as x-1 when x is odd... (by Script Coder)
what are the unary values for unary boolean operators
 
I am implementing boolean operator overloads and have some strange results for unary operators. My c...
[4 replies] Last: unary means that i only requires one operand binary means that it only... (by DeXecipher)
Software Version Control (help appreciated)
 
Im working on the design process of my engine and I have a decent amount of source code complete but...
[2 replies] Last: yeah I've heard about get. Guess I'm gonna get Git. (by DeXecipher)
Compiler problem(i think), using templates. forbids comparison between integer and pointer.
 
Main.cpp cout<<isLowerCased("something")<<endl; some.h template <typename T> bool isLowerCased...
[3 replies] Last: Templates are useful when you want to deal with a whole *family* of ty... (by Cubbi)
WUFI and C++
 
Hi There, I have been writing a program with C++ that can combine a series of randomly generated nu...
[no replies]
December 2012 Pages: 1... 1516171819... 43
  Archived months: [nov2012] [jan2013]

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