by micha
compare char with hexadecimal
|
|
[5 replies] Last: Maybe you could try char c = '\xf0'; if (c == '\xf0') { do someth... (by andywestken)
|
by chiapuz
Where To Start Learning C++
|
|
[4 replies] Last: Thanks! I'll try objective c then. Does anyone have any good ways to l... (by chiapuz)
|
by Anurag7069
Friend functions
|
|
[6 replies] Last: Disclaimer: novice here The book I'm working out of details situation... (by alhypo)
|
by zoe
Menu Problems
|
|
[1 reply] : First please always surround your code in the tags -- you'll find ... (by kooth)
|
by Scottas
Prevent console from exiting
|
|
[15 replies] Last: Thanks for the tip. I am a little new so I do not know much :) I will ... (by TheMassiveChipmunk)
|
by kacaubird
what's wrong with this
|
|
[2 replies] Last: changed the int in swap function to CardType. compile success. Thanks ... (by kacaubird)
|
by Frozendog11
compile
|
|
[5 replies] Last: hahas i still have no idea how to start the first line >.< (by Frozendog11)
|
Problem Compiling Multiple Files |
|
[6 replies] Last: [code firstline=17] void draw_paddle(){ rectfill(bu... (by ne555)
|
by jadid86
Backpropagation c++ code
|
|
[2 replies] Last: See http://stackoverflow.com/questions/275004/c-timer-function-to-prov... (by David Ruhmann)
|
by nidal
a way for socket programming in Windows
|
|
[2 replies] Last: http://www.madwizard.org/programming/tutorials/netcpp/1 This page I f... (by ModShop)
|
by ASHISH PICHA
error LNK2019: unresolved external symbol
|
|
[1 reply] : Make sure that the entire code is newly build (like deleting all *.obj... (by coder777)
|
by codrgi
where to download this library?
|
|
[1 reply] : If it's for C you can use it for C++ as well (by coder777)
|
by skn
I'd like to have this code criticized please (1,2)
|
|
[21 replies] Last: Are you sure you didn't confuse this thread with some other ? OP didn... (by hamsterman)
|
by shinigam1
need help with for loop problem
|
|
[5 replies] Last: Ah sorry forgot about the condition that there is a limit to how many ... (by drunken meerkat)
|
by ausairman
error in for loop..
|
|
[2 replies] Last: makes sense. thanks :) (by ausairman)
|
C++ Beginner looking for some constructive criticism |
|
[1 reply] : Deleted code.... (by Cuddlebuddie928)
|
by joatmon
Clear Input Stream
|
|
[4 replies] Last: That seems to work Thanks as always! (by joatmon)
|
by shiyongseng
Virtual problems
|
|
[8 replies] Last: I did change the 8s to something else, more for a different output tha... (by shiyongseng)
|
by Maese909
GUI programming
|
|
[4 replies] Last: For C++ GUI we need to pick a GUI library to use. But most of them has... (by sohguanh)
|
by metulburr
what is wrong with this code?
|
|
[11 replies] Last: This is the simplest as it can be: #include <iostream> using namespa... (by happykiller)
|