General C++ Programming - February 2011 (Page 23)

FTP Client Library
 
I'm looking for an FTP client library that I can make an FTP client through a Windows Form Applicati...
[no replies]
C++ End Function
 
Hi there. I'm pretty new to C++ and am trying to make a text-based RPG. I'm having some trouble m...
[8 replies] Last: Try this void Exit() { system("cls") char choice; cout << "... (by Cojones)
messing with hex
 
I am trying to write a program that will read in four bytes in hex and see if it is <= 07070707(hex)...
[5 replies] Last: Here, if you want to see if it will fit in your integer or 4 byte numb... (by wolfgang)
by fafner
expected unqualified-id before ‘void’
 
I know this is a common error, but bear with me. This is the code which is giving me the error: ...
[3 replies] Last: I can force a similar warning if I leave the semi-colon off the end of... (by Moschops)
file path in exe... why is it in there?
 
I opened an .exe I made with a disassembler, I am trying to learn assembly, and I found in the .exe ...
[2 replies] Last: cool, thanks man! (by closed account zwA4jE8b)
invalid conversion from `void (*)()' to `char'
 
Hi, Ive been having a bit of a problem with a void statement. When I try to compile (I'm using...
[2 replies] Last: Ahhh, hahahaha, oops. Thanks!! :) (by smd75jr)
how to include 2 files with same name?
 
Hello everyone, I have a project which uses two libraries which I created and both libraries cont...
[8 replies] Last: I now use relative paths and it works. Also not all of my includes use... (by Squall83)
Code::Blocks Failing To Build
 
As the title says, Code::blocks is failing at building my project. Errors 'obj\Release\In...
[3 replies] Last: Fixed it. (by closed account zb0S216C)
Compare date with current system date.
 
Hi, I have a date in tm format. how can I compare with the current system date. I just want to c...
[1 reply] : You need to read on C time functions. http://www.cs.utah.edu/dept/old... (by kbw)
How to find invalid character set in string/char array
 
I am having a string/char array in which I want to test if any invalid character set(which is out of...
[15 replies] Last: The C++ version builds in 12 seconds. The C version isn't much faster... (by kbw)
Calculating grade averages
 
I'm trying to get this program to calculate the grade average of 25 kids but now I just got stuck wi...
[1 reply] : First, grade1, grade2, grade3 are of type float, where, Average is... (by closed account zb0S216C)
program to implement a game
 
I have to write a program to implement a game that is played as follows: • Start by hiding prizes...
[1 reply] : See your other thread: http://cplusplus.com/forum/beginner/35745/ (by Zhuge)
by wtf
const char arrays not holding their size or value.
 
#include <iostream> #include <conio.h> #include <cstdio> using namespace std; unsigned a_...
[5 replies] Last: It just keeps going until it finds one (which could be anywhere). (by firedraco)
Reading integers from a file to an array which is passed as a funciton parameter
 
I have a project where I have to set a void function to write a list of five integers with each one ...
[1 reply] : Please edit your post and put the source inside code tags. It will mak... (by PanGalactic)
Having trouble passing an int between functions
 
My CS teacher is pretty picky so I have to call a function from another function,if you notice in my...
[3 replies] Last: I get it now.... void findCityData (string city , double budget , do... (by skatingrocker17)
Program Crashing
 
// RPG Style C++ #include <iostream> #include <vector> #include <string> #include <ctime> ...
[6 replies] Last: it took me almost 3 minutes but i finally saw it. (by acorn)
by hillm
Global Class?
 
I'm wondering if there is a way to declare an object in a function, and have it accessed in other pa...
[4 replies] Last: They're like arrays, but easier: #include <vector> int main()... (by Disch)
by teppel
Using Crypto++ Library DES Alg
 
Hi all, I quite new to c++, my project require me use block cipher encryption. But i didn't know ...
[1 reply] : Buy yourself a copy of "Network Security with OpenSSL" from O'Reilly b... (by kooth)
WordJumble C++
 
I created a Word Jumble, put it up on youtube. If anyone is interested in seeing you can check it ou...
[no replies]
C++ template and Function Pointer issue
 
Hello, I am trying to pass a double templated C++ function as function pointer to a C system. The...
[2 replies] Last: You won't be able to pass a member function (even non-templated) as a ... (by jsmith)
February 2011 Pages: 1... 2122232425
  Archived months: [jan2011] [mar2011]

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