by htirwin
Windows 8.1
|
|
[1 reply] : I think it would be better for this to be in the lounge.... I haven't... (by closed account jwkNwA7f)
|
by programhelp
NEED HELP WITH BASIC ROULETTE
|
|
[no replies]
|
by ajlampman
Unresolved Externals in PLplot
|
|
[8 replies] Last: I got it. Apparently some of my earlier CMake builds didn't make the p... (by ajlampman)
|
by Marc Colome
Join together menu with gameplay
|
|
[no replies]
|
by earthquake
programming
|
|
[2 replies] Last: For starters, pow() takes two doubles. edit: and can you give me an e... (by mutexe)
|
by Franco7
Help with errors
|
|
[4 replies] Last: @keskiverto has hit the nail on the head. You generally ignore return ... (by tipaye)
|
by andreicpp
SQL Server Database from C++
|
|
[3 replies] Last: Sqlapi is not for free. This https://code.google.com/p/tiodbc/ librar... (by andreicpp)
|
by wawawa
conversion from void to * to int*
|
|
[4 replies] Last: instead of: unencoded_data = malloc( (input_len + m) * sizeof(int) );... (by tipaye)
|
by codder101
help on time.h
|
|
[3 replies] Last: could you plz explain the code and how it works. Thanks in advance (by codder101)
|
by khelkely
Exercise - pointer
|
|
[4 replies] Last: Q3: #include <iostream> struct Node { int value; Node* next;... (by Stewbond)
|
by dilver
for loop multiplication
|
|
[1 reply] : The reason is that you are using type int. Ints are represented by 32... (by Stewbond)
|
by behzadkhoker
Need help with file handeling
|
|
[5 replies] Last: The issue you're seeing is explained here: http://www.cplusplus.com/fo... (by cire)
|
by pedret
Any suite of programs written in C++ ???
|
|
[8 replies] Last: Hi, It's me again. I've been analyzing the Boost libraries and some o... (by pedret)
|
by AlkieDropout
Variable Component Names
|
|
[3 replies] Last: Well the other (and more standard) option is to maintain a std::vector... (by abhishekm71)
|
How to make software as trial period ? |
|
[2 replies] Last: But give me some code for this i am new in this so plz help..thnk u so... (by yatinmistry28)
|
by karrius30
C++ RPN calculator problem
|
|
[2 replies] Last: Wow cannot believe I missed that. Thank you very much it complies fin... (by karrius30)
|
by Turbine
Working out vector heading based on angle, giving an undesirable result
|
|
[2 replies] Last: I see, some of the precision when converting degrees to radians must b... (by Turbine)
|
by marshmallow9
Class functions and pointers
|
|
[4 replies] Last: I wasn't sure about this topic, before I posted here. Thanks for the ... (by marshmallow9)
|
by MrMilan
C++ Portability?How compiler makes it portable, though its finally converted into machine code?
|
|
[6 replies] Last: While it is rare (if a case exists at all), it's good to keep in mind.... (by closed account S6k9GNh0)
|
by deleyd
C++ syntax, calling a class member
|
|
[3 replies] Last: void DoStuff(State *s) here you say that you are going to pass a par... (by ne555)
|