Beginners - September 2009 (Page 12)

Threads, how to use them?
 
Hello! Could someone explain to me how to use threads? i want to run two functions at the same ti...
[2 replies] Last: If you have enough patience, you can wait C++0x multi-threading http:/... (by Bazzy)
No Matching function error
 
This is a simplified version of an earlier post that went unanswered. I have tried to re-work thing...
[9 replies] Last: OK....I commented out that section in Stroustrup.h and now it will com... (by monkeywrench)
linking data from a terminal to a c++ application
 
i am new to the world of c++ and only need c++ for a very specific task. the task is this: i h...
[2 replies] Last: helios, thanks for your interest, i need to analyse financial data ... (by jorge01)
random number between -1 and 1
 
hi please help me how to generate random number range between -1 and 1. following code works but ju...
[1 reply] : That code works for me. (by jsmith)
Conversion to non-scalar type problem
 
No responses yet....do I need to post more info? Apparently, I am trying to save something that is ...
[2 replies] Last: Stroustrup is only related to the try/catch block. It is from a text ... (by monkeywrench)
by alias
C-string input / output
 
I'm writing code for a c-string input and output, but when I go for the output, it skips the first w...
[3 replies] Last: If you're using C-strings then use: char str ; cin.getline(str,... (by mcleano)
textfile into structure
 
can someone please give me an example of inputing from a text file into a structure. one problem ...
[3 replies] Last: sorry if i wasnt clear, i need to input data from a textfile(the above... (by SoetSout)
by mulgar
Need assistance understanding comiler error on vector iterator
 
I need some assistance understanding why "a.vector_.begin()" is not valid in the below code. I've ma...
[2 replies] Last: Thanks so much for responding firedraco! I tried out your suggestion a... (by mulgar)
by ztein
Function prototype errors
 
Here's the source: #include <iostream> int milpergal(int); using namespace std; int miles, ga...
[2 replies] Last: Thanks, errors have dissapeared. But how would you pass multiple ar... (by ztein)
by ztein
Converting seconds to days, hours, minutes and seconds?
 
Here's the excercise from a C++ book: Write a program that asks the user to enter the number of s...
[2 replies] Last: Worked perfectly. Thanks alot. (by ztein)
Saving Two Structures in One File
 
Intro... Okay so er, hi to everyone. I'm new to this forums, as you can see. Anyways, I have part...
[2 replies] Last: and the continuation... =/ #ifndef _sdmenu #define _sdmenu i... (by destinedjagold)
C++ syntax that determines characters case
 
I have been searching all over the place for the c++ syntax that determines which characters in a ...
[2 replies] Last: Thanks much Bazzy (by webmaster 2)
by wachtn
copy text to clipboard
 
Writing a simple program to copy incremental numbers to the clipboard. do 10 times { cop...
[2 replies] Last: Thanks helios for that great reply (by wachtn)
Ansi Escape code - Wrong symbols
 
Hey.. (sry i'm danish, my english might suck..) I've started on a course, and my computer gives m...
[8 replies] Last: No, I'm sry... didn't work.. Well I need my sleep but thx, for the he... (by jonashoumaa)
integer to string
 
how do i write an integer value to a string , and specify the number of characters, and the data to ...
[2 replies] Last: http://www.cplusplus.com/forum/articles/9645/ (by mcleano)
Using bash instead of CMD?
 
Hey there! I've been wondering now for some quite time, is it possible to use BASH unix shell inste...
[4 replies] Last: The shell that gets attached to your executable depends on your system... (by Duthomhas)
saving my work
 
let's say i wanna create a program in which I would enter some informations(like Age, name etc.) My ...
[2 replies] Last: tnx (by mr zdeis)
How do you get a pressed character to a variable?
 
hey all! I want to do a compare statement that compares what key the user has pressed, it would...
[19 replies] Last: Curses is not a standard library. You need to go download it. (by Zhuge)
Function Bug
 
Right so I thought hey lets make a calculator program to practice my function noobie skills. This is...
[3 replies] Last: Ahh thanks mate that worked and I also was using + instead of - LOL th... (by arcadiu)
by hannes
strcpy
 
hello, i have a question about the strcpy-function. the strcpy-function returns a pointer-to-c...
[6 replies] Last: Ok, i've got it, thanks! (by hannes)
September 2009 Pages: 1... 1011121314... 23
  Archived months: [aug2009] [oct2009]

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