by ausairman
error LNK2005: "double __cdecl str_to_T<double>()" already defined
|
|
[6 replies] Last: Makes sense, thanks :) (by ausairman)
|
by Rainman0330
Can't find resource.h
|
|
[3 replies] Last: If you're interested let's solve your problem via TeamViewer :D :D (by codekiddy)
|
by Rainman0330
Help with visual c++ include
|
|
[1 reply] : resource.h is a generic name for a resource header. It isn't a standa... (by Disch)
|
by ComradeTaco
Working With Arrays
|
|
[1 reply] : In if statement your are doing comparision in wrong way.You have to co... (by Dinesh subedi)
|
by erhuu a
programming help please
|
|
[2 replies] Last: When checking if 2 values are equal to each other, you need to use ==,... (by Hippogriff)
|
by superjack
a large-scale search for symbols
|
|
[7 replies] Last: lol... That is awesome..JLBorges .... Fully detailed and convincing...... (by superjack)
|
C++ substr |
|
[2 replies] Last: Never mind, I figured it out. #include <iostream> #include <string> ... (by Nathan Poultney)
|
by sadsack
some one to talk to
|
|
[11 replies] Last: Hello, I will have some code soon, I am going use txt file for my ... (by sadsack)
|
by Rainman0330
Heed help changing code blocks compiler to visual c++
|
|
[1 reply] : Open Code blocks and go to the Toolbar, then select Project, then Buil... (by Ch1156)
|
by rej3kt
do/while loop not exiting
|
|
[8 replies] Last: Sorry, really not getting this. I just can't wrap my head around wher... (by rej3kt)
|
Need help with simple program! |
|
[5 replies] Last: Thank you Framework! And @interputed, I had no idea the class I signed... (by ProgramminNewby)
|
by hentaiw
Moving to Windows programming
|
|
[12 replies] Last: @lb, I don't care about games. (by codekiddy)
|
by Coder69
Pascal Triangle Loop causes infinite loop
|
|
[3 replies] Last: do-while / while / for loops! for( int i = 0; i < 10; ++i ) { /*... (by Lynx876)
|
by adabo
loops and cin
|
|
[2 replies] Last: Thanks, Cubbi. (by adabo)
|
Error in Compiling Basic Program |
|
[5 replies] Last: Thanks a lot mate! Fixed it ! :) (by NewProgrammer95)
|
by kingtuttle
Application vs. command prompt
|
|
[5 replies] Last: Again thanks for the advice. (by kingtuttle)
|
by Chuck38
Writing Mixed Type Data To Disk
|
|
[1 reply] : learn fstream class -> http://www.cplusplus.com/reference/iostream/ (by codekiddy)
|
by rej3kt
Changing values of an array
|
|
[5 replies] Last: OP: [quote=rej3kt]I'm basically creating a game, peg solitaire, where ... (by Peter87)
|
by seth23
Subtracting time
|
|
[4 replies] Last: I'm a newbie to C++ but what Caprico is saying seems to make sense. I... (by interputed)
|