by yithape
Share Data Between C & C++ program/ Function
|
|
[1 reply] : What, exactly, are you trying to do? Sharing data between functions co... (by Zhuge)
|
by Ryan99
Possible to redefine a define in a different file
|
|
[9 replies] Last: You could do this instead: #ifndef SIZE #error "Please #defin... (by Disch)
|
by PatCioe
makefile issue undefined reference to main
|
|
[3 replies] Last: I don't see anything terribly wrong with your makefile. If anything, ... (by moorecm)
|
by kkuruvadi
segmentation fault on some linux machines
|
|
[2 replies] Last: Line 10 is overflowing the 'num' array. tempString doesn't reserve sp... (by helios)
|
by shepp2670
Question on writing a simple program for class
|
|
[3 replies] Last: Glad to help out. (by moorecm)
|
by ThePiachu
Using pointers to member functions as indexes for a map
|
|
[2 replies] Last: and I`m not sure if they would be the same each time the program is r... (by jRaskell)
|
by scampsd
Random seed change by regular "rand()" usage
|
|
[2 replies] Last: rand() is a linear congruential random number generator. Let the va... (by jsmith)
|
by Jamminjelly
.txt into a 2d array
|
|
[2 replies] Last: Hope this will help!! #include <conio.h> #include <string> using na... (by bluecoder)
|
by petit009
base36
|
|
[8 replies] Last: good luck ^^ (by blackcoder41)
|
by wAaKcU
Date string to time_t
|
|
[3 replies] Last: Convert the two dates to Julian days then subtract and convert to seco... (by buffbill)
|
STL Container Memory Management |
|
[9 replies] Last: You are totally and completely wrong kempofighter. For ever call to... (by closed account 1yR4jE8b)
|
by jchase520
-999 ?
|
|
[3 replies] Last: .........meaning that somewhere within the loop body there will be a d... (by buffbill)
|
by sapientij
getting words from a file to store in string vector
|
|
[3 replies] Last: OK, let's see... perhaps you should close infile after you are finishe... (by tummychow)
|
by Alan
Function
|
|
[3 replies] Last: something which looks like this: asin ( sin( x ) ) (by Bazzy)
|
by brakepad
design quesiton
|
|
[6 replies] Last: Both std::vector and std::map already have operator== defined that doe... (by jsmith)
|
by Bazzy
% operator
|
|
[17 replies] Last: The reminder should be 0 ≤ r < m The lecturer defined the remain... (by closed account z05DSL3A)
|
by jagruthi
c++ header file
|
|
[8 replies] Last: That's fine, but don't use void main() . I've said it about five ti... (by chrisname)
|
by angelina
Problem With Concatenated Array
|
|
[6 replies] Last: Angelina, .. u cannot miss passing arguments to ur function!!! nevert... (by vijaysaluru)
|
by PatCioe
Floating point exception
|
|
[3 replies] Last: As I said, its fastest when you try to simplify the code more and more... (by imi)
|
by PatCioe
Dynamically allocate an array of Pointers to class objects
|
|
[6 replies] Last: That did it thanks for the help Disch (by PatCioe)
|