by jaden5165
extern "C" doubt
|
|
[5 replies] Last: > Basically it tells: this function was compiled in C, not C++. It te... (by JLBorges)
|
DirectX |
|
[3 replies] Last: Shouldn't this question be in the Windows Programming forum? (by MikeyBoy)
|
by Aceix
About IMPLEMENT_APP() macro
|
|
[2 replies] Last: Can't you see that for yourself by looking at the macro definition in ... (by MikeyBoy)
|
by jack123456
please help
|
|
[7 replies] Last: You now have a good foundation of C++ programming skills that you can... (by MikeyBoy)
|
by Dave Jones
Please Help In Char Pointers
|
|
[7 replies] Last: You're welciome :) (by MikeyBoy)
|
How does a compiler work? |
|
[no replies]
|
by Progg3
A quick question around enumerations
|
|
[2 replies] Last: > As I instantiate this class I wish to specify what type of weapon th... (by JLBorges)
|
by crypto
Vector troubles?
|
|
[2 replies] Last: ifstream f ( "text.txt",std::ifstream::binary); int length = f.tell... (by cire)
|
by BluRezZz
Using time?
|
|
[1 reply] : a) nobody said that time_t contains seconds. b) nobody said program wi... (by MiiNiPaa)
|
by Phiru
How to use namespace???
|
|
[2 replies] Last: I don't recommend asking for help with code and just saying that there... (by Austin J)
|
by Dozo23
Towers of Hanoi Using Iteration
|
|
[no replies]
|
by Jgwman
Accessing pointed-to value in a struct vector of pointers
|
|
[4 replies] Last: What it is, or do you have a link to its documentation? I can't find i... (by Jgwman)
|
by him92
code that reads from a file and writes it, inverted into another file
|
|
[8 replies] Last: its okay now, i have fixed it using the resources from this page and a... (by him92)
|
by JazzyJeff123
Inserting a row into a matrix?
|
|
[1 reply] : So the first column has to look like 2 3 4 5 6 7 8 The Row with the 4,... (by JazzyJeff123)
|
by Festivefire
Random syntax errors?
|
|
[6 replies] Last: right i fixed inTPClone. as it turns out, you need to use for loops to... (by Festivefire)
|
by moza
help needed in c++ assignment
|
|
[1 reply] : Post what you've done and we can help out. (by kbw)
|
by LB
Virtual Templates
|
|
[4 replies] Last: Wow, what did I do to trigger such a reaction? I wasn't trying to be r... (by LB)
|
by vacancy
.c ip spoofing (ip range generate)
|
|
[2 replies] Last: Is there someone who can help? (by vacancy)
|
by lavekyl
String Troubles
|
|
[2 replies] Last: On a string of length 5, substr(4,2) is only the last character. Inde... (by cire)
|
by maskthro09
Adding dynamic arrays
|
|
[1 reply] : count is an int. An int does not have a member called pile . Plea... (by cire)
|