Beginners - April 2013 (Page 68)

multithreading with timer in visual C++
 
hi, I use class form visual c++ 2010 for controling robot and receive information from sensor in th...
[no replies]
Why isnt my code working?
 
Hi there. I am learning C++ by myself and I am currently facing some issues with my code here. I use...
[10 replies] Last: Thank you gentlemen for your help. this is my final code : #include ... (by Dilliwala Wella)
Application which runs your program with multiple user defined parameters
 
Hi, I am currently learning C++ as part of an Engineering degree. The programs we are currently w...
[1 reply] : launch.bat: myCoolProgram.exe first_parameter second_one > Out1.txt my... (by MiiNiPaa)
Carpeting cost program.
 
Well, this is my first time asking for help because I'm not sure what to do. Pretty much need help o...
[no replies]
PC guesses a number in 3 tries
 
I've came up with this idea from card trick but I don't know how to do it . Player will think of a...
[2 replies] Last: I managed to push them back somehow but that doesn't solve anything, I... (by uzferry)
How to output a pattern
 
Hi I want to output the following: ********** ********* ******** ******* ****** ***** **** *...
[2 replies] Last: There are many ways to do the task. For example #include <iostream>... (by vlad from moscow)
why return reference to local variable works?
 
Doesn't it release the addr when finish running a function, and why i return a reference to a int ty...
[13 replies] Last: @]Andy Zehn An object of type std::string keeps its data in dynamic... (by vlad from moscow)
"Segmentation fault (core dumped)" error
 
why does code 1 gives segfault error whereas code 2 doesn't, both are basically same, do anyone have...
[4 replies] Last: thank you I missed to allocate memory (by mksakeesh)
File I/O problem
 
My first ever post on this site! For a couple of weeks now, I have been writing a random class gen...
[8 replies] Last: Thank you so much for all your help :) I am such a noob at c++ so I ap... (by imulsion)
Lottery Problem
 
The code is written to solve a lottery problem. In this problem the user must guess 2 digits and: 1....
[no replies]
by Daleth
Unsigned narrowing to int
 
I got this template function for getting the size of an array , and I want to use unsigned since, o...
[3 replies] Last: Yes, size() is the function. And constexpr is a (single) keyword ... (by JLBorges)
Class Structures
 
Hello, I am new to this site but heard there are some people on here who can be of some great help, ...
[10 replies] Last: You rock ! That was it . Thank a million ! (by Hillcyd)
Random Number for moving Target
 
Hi all I ran into a problem with my program, Its a golfing program that calls from a sub program. Th...
[1 reply] : Your srand is seeding rand() again and again. I advise you to put that... (by Daleth)
2D Array issues...
 
Topic Removed... Thank you for your help.
[5 replies] Last: It's all good. Now you know. Did you see my message after the code bo... (by Daleth)
by fmdub
error C2228: left of '.function' must have class/struct/union
 
I am trying to use iterators to navigate through a list representing table rows. Lines pointed to in...
[3 replies] Last: ... (by ne555)
by Zexd
Input
 
I wrote this function: void Input(char* string, int n) { int i(0); do { ...
[1 reply] : cin.get(int) returns cin, cin.get() returns the integer (a promote... (by Lowest0ne)
Double-Ended Selection Sort Help
 
I'm sorting a vector of random integers using a double-ended selection sort function. I've never don...
[4 replies] Last: Ok yea I just did. Found something that worked. Thanks. Probably shoul... (by jarellh94)
trouble with notepad
 
Hello, i'm trying to make an address book program that stores data inside of a notepad document. The...
[1 reply] : http://www.cplusplus.com/doc/tutorial/files/ (by ne555)
use '-fpermissive' (Code::Blocks)
 
When I try to compile Code::Blocks note me (if you use '-fpermissive' G++ will accept your code). I ...
[1 reply] : [quote=man]-fpermissive Downgrade some diagnostics about nonconformant... (by ne555)
padding and printing 2d Array HELP PLEASE
 
I'm currently trying to build a cipher program that reads input from the user and find the nearest s...
[no replies]
April 2013 Pages: 1... 6667686970... 83
  Archived months: [mar2013] [may2013]

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