by tagir
c++program (code only)
|
|
[3 replies] Last: #include <iostream> using namespace std; int add_by5(int num); int m... (by hackthisred)
|
by BlueTea
24-HR to AM/PM converter (call by reference code). Why wont my code work ??
|
|
[2 replies] Last: Hahaha wow. Thank you :)...Final exams around the corner and I've been... (by BlueTea)
|
by forpblop
Substrings
|
|
[3 replies] Last: yes, you would need to know the position of "we" and you could then go... (by ascii)
|
by pekde
Return array of structures from a function
|
|
[4 replies] Last: since all that arrays really are are pointers, if you pass them to a f... (by ascii)
|
by Cucus
Different variables for same class
|
|
[6 replies] Last: I'm not sure if I'm understanding you correctly but if I am I have thi... (by Computergeek01)
|
Storing Doubles in Memory |
|
[2 replies] Last: Just to clarify, if you were thinking Count had to be the same type ... (by anonymous23323124)
|
by DivinFalcon
Question about classes (Need a quick response, please).
|
|
[4 replies] Last: header file: class C{ private: int i;//private member public: ... (by Moschops)
|
by malikrgc
how i use string
|
|
[8 replies] Last: thank you :) (by malikrgc)
|
by omeraslam
Dictionary in c++
|
|
[5 replies] Last: Do you mean a dictionary for looking up words in, or do you mean an "a... (by Moschops)
|
by andrezc
Oriented Object's question
|
|
[1 reply] : rect is the name of the plusNumber object. Here is an int called x - ... (by Moschops)
|
by RobertsR
No Output to the Screen
|
|
[3 replies] Last: With the code I posted, and this as data_file.txt "2011-02-27",20:00... (by Moschops)
|
Using a Class Method in Main |
|
[no replies]
|
Code bloats cause by template |
|
[5 replies] Last: So the point to discern what may generate the same object code is base... (by stereoMatching)
|
by akilguo
Why the sequence isn't random?
|
|
[2 replies] Last: the code of gen_graph is as following: size_t gen_edge( size_t &row, ... (by akilguo)
|
by firix
visual studio 2010 error
|
|
[4 replies] Last: Hi firix. You could try "clean" in the "build" menu. and then rebuild... (by firix)
|
What is wrong with this code of C++? |
|
[3 replies] Last: Hi, The reason why you get run-time error is, you are changing ... (by bandit)
|
Its been a long time need some help |
|
[2 replies] Last: Thank You :-) (by anewcreation84)
|
by Mekolle
Search in a string and go to next one.
|
|
[1 reply] : There is another way to call find, in which you tell it where in the s... (by Moschops)
|
by nand
Member of class A calling member of class B
|
|
[3 replies] Last: Thank you all for your replyes, this works: #include <iostream> usin... (by nand)
|
by snakec
c++ programming problem1
|
|
[2 replies] Last: This uncle u,v; must be uncle *u,*v; // Note that '*' (pointers) t... (by coder777)
|