by hzesen1221
a problem about whether a point is still safe.
|
|
[9 replies] Last: so in my codes, st = 's'; means im trying to modify a constant str... (by hzesen1221)
|
by greatsoulz
Extract String from html file
|
|
[2 replies] Last: Hi Bro, Thanks for the useful advice. Basically i need to extract data... (by greatsoulz)
|
by brokenbot
trying connect 4 but having loop problems
|
|
[1 reply] : nvm i figured it out after i took a piss (by brokenbot)
|
by oamsath
Binary Search Tree
|
|
[4 replies] Last: #include<iostream> using namespace std; struct Tree { Tree *... (by Maimaje Bello Abdullahi)
|
by folmar2242
Issue with Placement in Connect Four
|
|
[6 replies] Last: Hi, I'm trying t his code out.... Will someone tell me why it isn't... (by brokenbot)
|
Big O notation |
|
[2 replies] Last: Thanks for your post Helios. It really help (by Maimaje Bello Abdullahi)
|
by xyriene
0x61cf3000.
|
|
[5 replies] Last: On line 132 you're not checking to see if x is greater then the boun... (by arrias)
|
by makan007
Pointers in swap values
|
|
[2 replies] Last: Thanks! (by makan007)
|
by Duckwit
New to C++. I need a compiler.
|
|
[6 replies] Last: I am a fan of Microsoft Visual myself, although I use the Professional... (by kevinkjt2000)
|
by chaienbungbu
Please explain some concepts about Pointer & Class & Array Pointer
|
|
[2 replies] Last: Hi blackcoder, In fact, I've read these tutorial already, but I can... (by chaienbungbu)
|
by Duckwit
Visual C++ "Hello World" problem
|
|
[14 replies] Last: You can also just use "Start Without Debugging" for now. It will aut... (by cnoeval)
|
by Duckwit
Code boxes in Forum posts?
|
|
[1 reply] : Click on the <> button at the right of the edit box http://www.cplu... (by Bazzy)
|
by Duckwit
Header Files, Source Files, Resource files?
|
|
[3 replies] Last: http://www.youtube.com/watch?v=JlcPIjCTxLk&feature=PlayList&p=A68C1F33... (by blackcoder41)
|
by Kaiveran
Looping Grade Program Challenge: Will not loop properly
|
|
[5 replies] Last: while(true) { cout << "\nPlease enter your numeric score: "; ... (by blackcoder41)
|
by cppbeg
hey ...
|
|
[8 replies] Last: Well, the errors I see are quite simple. 10,11,81: You didn't decla... (by wasabi)
|
by fred84b
Callbacks
|
|
[6 replies] Last: If you have the boost libraries available to you, the best solution is... (by jsmith)
|
by JohnOPhelan
Tests on characters
|
|
[6 replies] Last: No No. Please, I've said it in my previous post, it returns a sing... (by unoriginal)
|
by silver9244
Functions
|
|
[2 replies] Last: i suggest, on your free time that is, exploring the libraries. You mer... (by brokenbot)
|
by akshayk
Can't figure out what happened!
|
|
[9 replies] Last: @taikodragon : I can't seem to remember why I added "main.cc", maybe t... (by akshayk)
|
by skatatika
Solovay - Strassen primality test
|
|
[1 reply] : Hey, You could try seeding rand(). Also, if (x = 0 || pow(a... (by arrias)
|