by kultrva
Compiling in Visual C++ 2005?
|
|
[5 replies] Last: in Visual Studio just press F5 F5 is the hotkey for debug, F7 is th... (by programmer47)
|
by meeztered
Drawing a Diamond
|
|
[4 replies] Last: So here is my final code, finally got it.. Although I am not sure why ... (by meeztered)
|
by AdventWolf
Error building class "no appropriate default constructor available"
|
|
[4 replies] Last: Oh, yea I changed up the code after I posted the error here, lol. @... (by AdventWolf)
|
by slofr66
Trying to write a prgram that prints out stacks of astericks
|
|
[1 reply] : To initialize an "array" without a size, I recommend... a vector. htt... (by Albatross)
|
by AlphaBravo
Apparent contradiction in using break and continue
|
|
[10 replies] Last: Well. SLAGIATT. I could also think of a solution using loops or goto, ... (by Albatross)
|
by xXoxideXx
How Can I Make A Frame Or Boarder ? (1,2,3)
|
|
[41 replies] Last: Well my main goal isnt programming games.. but i guess that if i can g... (by xXoxideXx)
|
by User12
Storing input into a string buffer
|
|
[5 replies] Last: Indeed. Use vectors. //Albatross's Standard Vector Snippets vecto... (by Albatross)
|
by Linkshot
Two Objects referencing each other
|
|
[9 replies] Last: Also note that you must delete everything you new, or else you'll have... (by Disch)
|
by ultralaser00
Need a compiler
|
|
[4 replies] Last: You can get Microsoft programming software for free, if you're a stude... (by khris)
|
by truguyy
class project
|
|
[3 replies] Last: Kyron, that code you just posted is the correct code. I'm not sure if ... (by Albatross)
|
by savinay93
Ideas needed
|
|
[3 replies] Last: Well, if you think that database managment is simple I have something ... (by Computergeek01)
|
by whitewolf
Random Compile Error
|
|
[5 replies] Last: I figured out the problem. Headptr and ptr were never allocated using ... (by whitewolf)
|
by kielmaru
Two switch statements in one?
|
|
[12 replies] Last: hello..i see that you are talking about "nested switches",so y ran int... (by Mihay07)
|
by kaduuk
Project ideas?
|
|
[6 replies] Last: Hi guys! Thanks for the replies! I think I'm going to do the RP... (by kaduuk)
|
by eduard77
very begginer
|
|
[7 replies] Last: Thank you very much this is really working (by eduard77)
|
by Briandb1222
Multiple definitions found...ug.
|
|
[5 replies] Last: Fixed. (by Briandb1222)
|
by xXoxideXx
New To Programming, Need A Hand ( Please Read )
|
|
[4 replies] Last: @mazd and also i can code website too lol html and stuff xD (by xXoxideXx)
|
by mhadel
c++ program
|
|
[10 replies] Last: Here: (define (f n) (or (= (remainder n 400) 0) (and (= (remainder n ... (by helios)
|
by eduard77
simple program
|
|
[3 replies] Last: Thank you very much you have no idea how released I am (by eduard77)
|
by vancouverite
Return type defined in header file
|
|
[2 replies] Last: Thanks PanGalactic, that worked. Your help is much appreciated! (by vancouverite)
|