by Starmond
Error check for account# starting with any 0 int.
|
|
[1 reply] : Fetch your input as a string, check the length is 5 and the first char... (by closed account DSLq5Di1)
|
by azndarkgodx
Assertion Error(Debug Error) in this Snake Game I'm making(using SDL)
|
|
[1 reply] : I'm double posting since it's not really bumping if I do it right afte... (by azndarkgodx)
|
by Arthur D
cmake-gui, make????
|
|
[no replies]
|
by mark103
how to check picturebox image?
|
|
[no replies]
|
by Blake09
Project: read file and find maximum slope
|
|
[1 reply] : Can you do it yourself on a piece of paper with 5 or 6 lines of data? ... (by Duthomhas)
|
by dacoolest
Compare two strings
|
|
[5 replies] Last: Thanks packetpirate, that solved the problem (by dacoolest)
|
if string is number only |
|
[7 replies] Last: If you want to see if every character in a string is a digit then loop... (by Duthomhas)
|
Creating my own program |
|
[1 reply] : There are several very good tutorials on the Microsoft Website on seri... (by kooth)
|
by GisleAune
Delete void pointer with 'delete' keyword -- given size. How?
|
|
[4 replies] Last: The bools are sometimes padded, sometimes not. It's not my file format... (by GisleAune)
|
by Nelli
is a string of characters odd or even?
|
|
[5 replies] Last: We can't give you the answer to everything. But if I were you, I'd use... (by packetpirate)
|
by b10c
rand() function with a linked list
|
|
[1 reply] : linked lists don't have keys.. what am i doing wrong here....? wha... (by hamsterman)
|
by fugu
Updating private members - unnecessary copy overhead?
|
|
[2 replies] Last: Whether there is a copy overhead depends on the contents of set_x(). I... (by hamsterman)
|
by cainen172
copy and paste
|
|
[3 replies] Last: thanx can i please have the code (by cainen172)
|
by bl4ckb3rry
Sorting algorithm
|
|
[1 reply] : Radix sort :). Also, there are several (normal) algorithms with O( n )... (by hamsterman)
|
by Rmac
Stuck in "while statement "
|
|
[no replies]
|
by GisleAune
fstream.read is acting funny (bad_alloc)
|
|
[1 reply] : You might start out by checking your return codes (if you aren't - you... (by kooth)
|
by newby
beyond the (very) basics
|
|
[9 replies] Last: @ultifinitus Erk - meant to double the P, of course. Not sure what h... (by andywestken)
|
by TexanMonkey
How do I change the console color?
|
|
[6 replies] Last: Code::Blocks why do you ask? (by TexanMonkey)
|
by Frozendog11
How do i code this?
|
|
[9 replies] Last: @hamsterman Point taken! (I do thing that the recursive approach is s... (by andywestken)
|
Could C++ develop rtos? |
|
[6 replies] Last: There is no real reason not to write a RTOS in C++. The language itse... (by closed account 1vRz3TCk)
|