Search:
Forum
General C++ Programming
Threading in C++
Threading in C++
Dec 15, 2011 at 6:04am UTC
Srija
(46)
hi
I am new in threading...........
can anybody tel me what is the difference between functions and threads in C++????
Dec 15, 2011 at 6:11am UTC
Aramil of Elixia
(772)
well i am not familiar with a thread, but a function is a body of command that contains code, variables, operations, statements, and loops. i.e. int main(). Could you mean string? That is just a collection of characters
Last edited on
Dec 15, 2011 at 6:11am UTC
Dec 15, 2011 at 6:25am UTC
Srija
(46)
but we can use string arrays na..
Dec 15, 2011 at 6:54am UTC
Athar
(4466)
http://en.wikipedia.org/wiki/Function_%28computer_science%29
http://en.wikipedia.org/wiki/Thread_%28computer_science%29
Topic archived. No new replies allowed.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs