Beginners - November 2012 (Page 16)

by Folea
Help changing utf8 tolower
 
Hy. I have a problem to change UTF8 chars like Á É Ó É Í Ü Ú Ñ tolower. Tolower doesnt work, i think because he change only ASCII chars. I try to comp...
[8 replies] Last: Thanks for all posts, i finally got it to work. (by Folea)
Iterating through directories
 
Hi, I've got the following code, based on the example at http://msdn.microsoft.com/en-us/library/07wt70x2.aspx void ProcessDirectory( String^ targetDirec...
[1 reply] : I printed them, and the only reason they seem to get long is the repet... (by jennifermcm)
Threads
 
I'm having some problem with threads. I'm using the visual studio 2012 ultimate. Here.'s my code: void func1() { for(int i = 0; i < 100; i++) printf(...
[2 replies] Last: Isn't threading supposed to do random outputs in this situation? W... (by cire)
system commands with char's
 
Okay so i'm trying to get this c++ program to run commands on cmd. Anyway I have got it working though I can't seem to figure out how to use char's in printing...
[7 replies] Last: mhhhhm i wasn't thinking yeah so just turn command into a null ptr (by Aramil of Elixia)
C++ Beginner Question
 
I have been working on this code for a dynamic array and we were inputting number, but now I need it to hold String. The program asks the user how many names yo...
[6 replies] Last: Thanks! (by Jessie W)
what is the meaning of this : total += number
 
total += number
[4 replies] Last: Thanks,.... ^^ (by Stunning)
by rey9
missing getline
 
can anyone help me with this. the last getline in my code doesn't work. can anyone explain and improve this code?. any help will be highly appreciated. here ...
[4 replies] Last: It ignores 100 or less new lines Almost. It ignores 100 or less char... (by Chervil)
Creating a Simple Programme
 
Hello guys and girls, a few months back i started reading about C++ and eventually started practicing it a little by little, i am still in Highschool so i reall...
[3 replies] Last: Thanks iHutch105, i really do agree with your advice, maybe its just b... (by Dexterr)
Compiler Error, Help Needed
 
The errors I'm getting are: 1) error: 'highestScore' cannot be used as a function: int highestScore = scores ; 2) error: 'outFile' was not declared in ...
[3 replies] Last: Although when I compile everything and there are no errors nor warnin... (by Chervil)
Correct way of calculating sum of a tab ?
 
for(i=1;i<=parties;i++) totalM=totalM+tabC ; printf("%d",&totalM) I'm just trying to sum up all the values of my tabC, this i...
[4 replies] Last: Ah....yes....I agree on that (by meeram)
LDR- Machine Language - C++
 
Hi Guys I need for help, good.. I have a device that does LDR (Machine Language of my College), it gets a variable and keep on the memory, basically. I'l...
[no replies]
pointer c string
 
Hey I am trying to work on a problem: ---------------------------------------------------------------------------- Write a function named removeS that accepts o...
[6 replies] Last: My five cents void remove( char *s ) { char *p = s; do { if ( ... (by vlad from moscow)
can't use default assignment on constructor parameter
 
Hi, Learning from a mistake that was corrected in this very forum, I am trying to pass parameters into my class constructors CORRECTLY. For example, here...
[5 replies] Last: No, the solution is to declare the method as const so it can operate... (by ne555)
by G3PO
One Quick Array Function.
 
I have an array function I need to write, but I'm pretty much stuck. Here it is: Finish creating array2 and array3 as 4 x 4, 2-D array of integers. Describ...
[1 reply] : If I have understood you correctly you need the following statements ... (by vlad from moscow)
Help with a C++ project. Trouble with reading input file
 
Hi, im trying to make a C++ project for my class which reads the input from a text file and outputs the mean, median, and mode. but im running into an error i g...
[1 reply] : On line 35 and 37 you define the variable name . remove line 35... (by coder777)
by G3PO
Structures
 
I'm working on understanding structures, but I'm a little confused on some parts. If I have a code like this: struct DogSize { int height ; float weigh...
[2 replies] Last: Okay I see now. Thank you very much! (by G3PO)
Help :: VS2012C++[ One Button Click Show Msg ]
 
I Created A CLR Project. Add New Form Add New button1 When I DbClick The Button, I Got A Lot Of Source Code :( And...I Can Execute With Default State{Whe...
[no replies]
VC++2012 cannot open include file stdafx.h
 
#include "stdafx.h" #include <iostream> int _tmain(int argc, _TCHAR argv ) { std::cout << "HelloWorld\n"; return 0; } I Was Edited Precompiled se...
[11 replies] Last: To odai That Output String "Hello World" :) Thx (by Ruri Gokou)
Data maintain in C++
 
Dear All, I am doing programming in C#. I developing small applications in MS.NET MS.NET is good with SQL Server database. But I want to create my own dat...
[no replies]
Beginner Trouble - While Loop Requiring Multiple Instances of Input to Return Value
 
Hello all, I've just started learning C++ this last weekend. Currently, I'm trying to develop a series of interconnected menus/screens as a template for a v...
[3 replies] Last: @ MiiNiPaa And you can declare functions as void and use return: ... (by TheIdeasMan)
November 2012 Pages: 1... 1415161718... 75
  Archived months: [oct2012] [dec2012]

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