Beginners - January 2012 (Page 2)

by Bixx
is there anyone, can help me to implement the concept of Threading in C++
 
I am going to make a project in which i want to run two more function simultaneously....so every one...
[3 replies] Last: boost has a good threading library: http://www.boost.org/doc/libs/1_48... (by coder777)
This is in C, programe to calculate raise to Power please help the error are
 
//this program is calculate raise to the power #include <iostream.h> //Function declaration dou...
[2 replies] Last: If it's meant to be in C, you shouldn't be using C++. Which means you ... (by Moschops)
Second beginner task assignment done- simplify?
 
So this is the second beginner task -------------------------------------------------------------...
[2 replies] Last: Thanks alot... the code works perfectly and whats more I can actually ... (by ForMySins)
Hello
 
Hello. I am just beginning the process of learning the basics of C++ and have to say this is a very...
[8 replies] Last: Thank you all for the replies as well. I know it is one of the toughe... (by pieman12)
Exception Handling
 
Hello In exception handling if you have a collection of exception types that are related through in...
[2 replies] Last: When I compile the pass by value, I get: g++ ex.cpp ex.cpp: In funct... (by histrungalot)
Did I get this right?
 
From a chapter on function overloading. Exercise 9.2.1. Write two versions of a generic get_numbe...
[3 replies] Last: Gaminic: nope, that's right. the return value is not part of a functio... (by LB)
Compile error Overloading operators?
 
#include <cstdlib> #include <iostream> #include <iomanip> #include <cmath> using namespace std; cla...
[1 reply] : You need to learn to isolate the error. ¿which line is the culprit? ... (by ne555)
Dynamic array creatiion
 
In example 2 the compiler throws the error that the array must have a constanst size. However by ...
[4 replies] Last: Thanks again (by calypso)
I can't see whats wrong with this code
 
Hi I'm very new to C++ only since yesterday I started learning. I have a problem with the following ...
[16 replies] Last: I think it's solved thanks guys :) (by CMinus)
[HELP] doubly linked list in C++
 
In this code, if I input 3 as the item created the result is " -> -> ->Null ->Head " but i expect ...
[2 replies] Last: thank you very much i have solved the problem ^^ (by alfredhin)
Button check function?
 
Hello everyone, I'm making a small game for my application to a college, but I'm quite new to C++...
[2 replies] Last: Looks good, I'll check if I can get it running this afternoon. (by Emerald94)
problem with get and getline
 
int main() { char a ; char b,c,d; cin.getline( a,3 ); cin.get(b); cin.get(c); cin.ge...
[2 replies] Last: Thank you very much, Cubbi!!! (by superaitaotao)
by Max707
Which C++ book question?
 
Hi i'm Max and i want to learn C++. After doing some research and having prior knowledge/little know...
[7 replies] Last: I have the fourth edition too. Haven't tried the c++ primer, but I'll ... (by Chris Meyer)
array
 
// Write a fragment of code that reads in integers from standard input, until end-of-file and send...
[1 reply] : cin.get inputs a single character , not integer or float. hint: eac... (by nooblet)
Program almost done, just one problemo
 
I have undefined areas in terms of where my room and floor # are. Here's my code: #include <iostre...
[2 replies] Last: Fixed it, but it only works with four digit numbers. Any clue to why? (by Sunny101)
by renzor
Help
 
#include <stdio.h> #include <string.h> void inicaps1(char *); char * inicaps2(char *); char ...
[1 reply] : Use code tags and tell us what problem your having (by ResidentBiscuit)
by Ace mc
undefined reference to Base::object in Freeglut
 
I have this code /////////////////////////////////////Gnome.cpp file #include "Living.h" ...
[2 replies] Last: yea that was it, and I solved it, but forgot to write down the answer ... (by Ace mc)
Dev C++ debugging
 
Hello, I got Dev C++ and have a problem. When I debug my code, it prompted a window saying"your...
[3 replies] Last: window xp (by DE4User)
by rtom40
thissosds
 
Can
[6 replies] Last: @rtom40 I think Kapo have explained it will , Also the Code2Code wrot... (by CMinus)
by Rave
Why this works?
 
#include <stdio.h> int main (void) { unsigned int world=0; printf ("%d",world-1); ...
[1 reply] : When you do that, an underflow happens, the result being 0xFFFFFFFF. T... (by Athar)
January 2012 Pages: 1234... 48
  Archived months: [dec2011] [feb2012]

This is an archived page. To post a new message, go to the current page.