by programmer47
FTP Client Library
|
|
[no replies]
|
by ZERGSOMG
C++ End Function
|
|
[8 replies] Last: Try this void Exit() { system("cls") char choice; cout << "... (by Cojones)
|
by Onceler
messing with 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’
|
|
[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? |
|
[2 replies] Last: cool, thanks man! (by closed account zwA4jE8b)
|
by smd75jr
invalid conversion from `void (*)()' to `char'
|
|
[2 replies] Last: Ahhh, hahahaha, oops. Thanks!! :) (by smd75jr)
|
by Squall83
how to include 2 files with same name?
|
|
[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 |
|
[3 replies] Last: Fixed it. (by closed account zb0S216C)
|
by subrat7551
Compare date with current system date.
|
|
[1 reply] : You need to read on C time functions. http://www.cs.utah.edu/dept/old... (by kbw)
|
by forstudy3
How to find invalid character set in string/char array
|
|
[15 replies] Last: The C++ version builds in 12 seconds. The C version isn't much faster... (by kbw)
|
Calculating grade averages |
|
[1 reply] : First, grade1, grade2, grade3 are of type float, where, Average is... (by closed account zb0S216C)
|
by Ericka25
program to implement a game
|
|
[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.
|
|
[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 |
|
[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 |
|
[3 replies] Last: I get it now.... void findCityData (string city , double budget , do... (by skatingrocker17)
|
by Assassin7257
Program Crashing
|
|
[6 replies] Last: it took me almost 3 minutes but i finally saw it. (by acorn)
|
by hillm
Global Class?
|
|
[4 replies] Last: They're like arrays, but easier: #include <vector> int main()... (by Disch)
|
by teppel
Using Crypto++ Library DES Alg
|
|
[1 reply] : Buy yourself a copy of "Network Security with OpenSSL" from O'Reilly b... (by kooth)
|
by Assassin7257
WordJumble C++
|
|
[no replies]
|
by enliten
C++ template and Function Pointer issue
|
|
[2 replies] Last: You won't be able to pass a member function (even non-templated) as a ... (by jsmith)
|