by Fransha
Tittle.exe has stopped working
|
|
[4 replies] Last: [quote=Zhuge]You are trying to reference a variable called 'pow', whic... (by closed account zb0S216C)
|
by awsdert
Limiting size of generated value
|
|
[1 reply] : Never mind, found a way u64 ME::getHEXFromSignedDecimal( xStr text, ... (by awsdert)
|
'new' Operator for structs/classes |
|
[2 replies] Last: I see a memory leak at 2 sites: Lines 17 & 18. Every call to new sho... (by closed account zb0S216C)
|
C++ Exercises |
|
[1 reply] : Here's a few: http://www2.fz-juelich.de/video/cpp/html/exercises.html ... (by closed account zb0S216C)
|
Large number Variable |
|
[1 reply] : Look up arbitrary precision integers/arithmetic. There are several lib... (by Zhuge)
|
by titanos
help c++
|
|
[8 replies] Last: int main() { const int size=50; char name ; char name2 ,in ; int... (by S G H)
|
vector in header file |
|
[6 replies] Last: What about making a simple class, or a simple typedef? typedef int ... (by S G H)
|
by bizzau
c++ to find the sum of a number
|
|
[3 replies] Last: I'm sorry, i'm not a math expert. Try calling someone from Microsoft, ... (by S G H)
|
by iolement
Linked List Program Help
|
|
[no replies]
|
circumference at latitude |
|
[2 replies] Last: thanks (by closed account 4w7X92yv)
|
Picking up background input. |
|
[1 reply] : http://cboard.cprogramming.com/c-programming/108963-implenting-functio... (by oonej)
|
by Emmanuel11
codeblock issue
|
|
[2 replies] Last: thanks i downloaded codeblock with mingw. (by Emmanuel11)
|
by viciousbasan
Counting game for my project help!!!! i really need it...
|
|
[7 replies] Last: if( some_condition ) { // here, you put whatever code you want ... (by Disch)
|
by falconmick
using Zlib to create/append to a .zip
|
|
[1 reply] : zlib only handles the compression aspect of it. The actual .zip file ... (by Disch)
|
by hulibarri
Coding a website?
|
|
[6 replies] Last: > im a beginner here and i was wondering if it was possible to code a ... (by JLBorges)
|
by bond5611
Implementing Header files.
|
|
[1 reply] : Your question is a little vague. Without seeing code or the error, th... (by Disch)
|
strings/chars |
|
[2 replies] Last: lol, I knew I needed a fresh pair of eyes. Such a simple fix. Thanks T... (by ariesthechamp)
|
by liquidfuzz
cleaning a string
|
|
[1 reply] : You can have a read-into string and a total string. Constantly read in... (by LB)
|
by kingsplayer2
Help, random ascii char's appearing
|
|
[3 replies] Last: That was how I wrote it the first time but this assignement required u... (by kingsplayer2)
|
by Need4Sleep
ProjectEuler(8) Help!
|
|
[2 replies] Last: for ( i = 0; i < POSITION; ++i ) { int Temp = Arr - '0' ; ... (by cire)
|