by wtf
How can I change compiler options in codeblocks to match default of c-free?
|
|
[1 reply] : Also if you know of any solutions as to why I'm having the problems wi... (by wtf)
|
by Outerblob
Code Trouble
|
|
[3 replies] Last: On line 11 you are allocating a char array with a non-constant size. I... (by Zhuge)
|
by R0mai
boost::split does not work as expected
|
|
[4 replies] Last: splitVec.erase( std::remove_if( splitVec.begin(), splitVec.end(), ... (by jsmith)
|
by Robertlzw
switch statement: default at topmost without break
|
|
[12 replies] Last: It is always best to include a default case in switch statements, even... (by jsmith)
|
by prasadi
Linking issues with Apache stdcxx and oracle occi libraries
|
|
[no replies]
|
by sara khan
problem in coding
|
|
[3 replies] Last: Interesting. Usually these forums are for questions. What you've go... (by chrisname)
|
by mppx
merge 2 list using templates & archives
|
|
[1 reply] : You can merge two lists in a one line call, try using google or this s... (by R0mai)
|
by Mythios
Creating a Checksum
|
|
[4 replies] Last: Thanks for that mate - I'll take a look over it now ;) (by Mythios)
|
by mbnoimi
Using C library in C++ project
|
|
[2 replies] Last: Are the headers prepared to be used by C++? Actually No, I don't kn... (by mbnoimi)
|
by Chrisaster
Checking for null characters in the middle of a character sequence
|
|
[7 replies] Last: I was just about to post in here saying that I found a working solutio... (by Chrisaster)
|
by olove05
what wrong with the calculations
|
|
[2 replies] Last: Perhaps post the error(s) to? (by mcleano)
|
by olove05
Run-Time Check Failure #3 - The variable
|
|
[1 reply] : The second line passes a single element (outside the array, by the way... (by helios)
|
by mcleano
Socket programming issue with getaddrinfo()
|
|
[9 replies] Last: Ok using your pragma comment let the code compile fine so thanks! B... (by mcleano)
|
by xwielder
(unsigned)(c+1) <= 256
|
|
[1 reply] : Simply cast to unsigned char. That will reinterpret the signed value a... (by helios)
|
by Outerblob
Can you randomize char arrays?
|
|
[3 replies] Last: http://www.cplusplus.com/reference/algorithm/random_shuffle/ (by R0mai)
|
by Robertlzw
Making C++ code platform independent:a big picture
|
|
[9 replies] Last: Updated (by Robertlzw)
|
by Sadad
Robot
|
|
[no replies]
|
by Incubbus
syntax error : identifier 'identifier'
|
|
[1 reply] : i solved it... but im addled... why do i have to declare my CUserDa... (by Incubbus)
|
by skidenda
arrays
|
|
[3 replies] Last: unsigned short primes ; int i, j, count = 0; for(i=2; count<10; i... (by Gregor)
|
by aprimadi
ifstream for large I/O
|
|
[no replies]
|