by nc3d5d4
Something strange
|
|
[1 reply] : You have a couple of coding errors, but I think the overall algorithm ... (by jsmith)
|
by kanesoban
Code reading for self improvement
|
|
[3 replies] Last: Okay, if anyone else is interested, i found a great site for this: ... (by kanesoban)
|
by nomee919
opening of DAG file
|
|
[1 reply] : You need to write a class to read in that specific file and parse it o... (by Zaita)
|
by int main
Cannot #include <vector>
|
|
[1 reply] : reinstall your compiler. With GCC/MingW it's in "Include\C++\<Versi... (by Zaita)
|
by teslaa
#pragma pack(push,bitmap_data,1)?
|
|
[1 reply] : I don't know exactly...It could be like the assembly push reg 32 , po... (by Nandor)
|
by Anushi
reduction of rational numbers
|
|
[1 reply] : #include <iostream> using namespace std; //Instead of pri... (by Nandor)
|
by molleromar
how to create multiplication tables
|
|
[2 replies] Last: if i understand ur problem correctly u want to give the output like ... (by Anushi)
|
by teslaa
bitmap reading question
|
|
[2 replies] Last: thanks alot that helped! (by teslaa)
|
by teslaa
auto_array<char> what is this?
|
|
[1 reply] : Come on - own up - this isn't really a tutorial is it? You are try... (by guestgulkan)
|
by tnjones
How to round a double
|
|
[8 replies] Last: @buffbill i m sorry but thr is a slight flaw in the code u gave. for... (by Anushi)
|
by Emufarm
Readdir() - folder or file?
|
|
[1 reply] : Hi Emufarm Adding small change to the above you can print either o... (by anandchanduri)
|
by ahsan125
Confusion in instruction
|
|
[2 replies] Last: Are you familiar with for() loops in general? http://www.cplusplus.... (by xabnu)
|
by Gonen
Execute an application
|
|
[6 replies] Last: He's asking on what OS do you want the program to run. As far as i ... (by gAaRa)
|
by mckee
Pointer Question
|
|
[1 reply] : You have to post your code, otherwise we can only guess. If I were ... (by jsmith)
|
by Emufarm
search a char in a string and write the next word to a new string
|
|
[2 replies] Last: It works, thank you! (by Emufarm)
|
by fg8ty64
simple while loop
|
|
[4 replies] Last: I have made slight modifications to the code the code that u have wri... (by anandchanduri)
|
by ddog6785
C++ Tree
|
|
[4 replies] Last: When you initialize an array without values all of the values are zer... (by Zaita)
|
Read a textfile and save a word in a variable |
|
[no replies]
|
by aeronet
Deleting a file currently in use
|
|
[3 replies] Last: thanks! the inno installer is exactly what i was looking for. (by aeronet)
|
by mattbrrtt
Vector problems
|
|
[4 replies] Last: Thank you. That fixed the problem, and now helps me to figure out the ... (by mattbrrtt)
|