Beginners - January 2012 (Page 41)

by SkunK
Console colors: background problem
 
Hello people, I just started to venture into Win32 programming, and I'm, experimenting with conso...
[6 replies] Last: Yes it was, thanks!! =) (by SkunK)
Style questions
 
Hello. I'm in a silly mood. Pick which you consider to be better, and explain why (or propose your ...
[5 replies] Last: int a, b, c; Initialization if necessary I like having a linker. Al... (by ne555)
Reading unicode characters
 
Hi, I trying to read one by one character from Unicode (utf-8) file, but I don't know how to read ju...
[3 replies] Last: If your *platform* has UTF-8 support, there is nothing special to do, ... (by Cubbi)
Graphics in functions
 
I've started experimenting with graphics.h and noticed that when I draw lines/shapes/etc. in a funct...
[6 replies] Last: After I changed the file path, it still had the gray block. (by Jordan C)
Are Multidimensional Arrays Faster Than Multidimensional Vectors?
 
I have often read that vectors should be used instead of arrays but when I changed one of my particl...
[3 replies] Last: I don't think there should not be too much difference. Maybe you didn'... (by hamsterman)
Sort odd & even and display ascending/descending
 
The code works so far when entering ONLY odd or even numbers (test set was two numbers). however it ...
[3 replies] Last: You are going beyond arrays index limits in lines 101, 93, 77 & 62. Li... (by tfityo)
Xcode does not create file
 
Whenever I write this code, I hear it is supposed to create a file with my message in it, but Xcode ...
[3 replies] Last: Thank you so much! It worked perfectly!!! (by alphawolf7)
by cilion
GUI Library?
 
Could anyone direct me to a good GUI library? I would like something simple. I am programming on Win...
[4 replies] Last: I assumed he meant widgetry (pushbuttons, edit boxes, listboxes, etc) ... (by Disch)
Trying to open and read a file.
 
Hi All, I know I'm new here and a 'beginner' by many peoples standards, so I shall apologise in adva...
[6 replies] Last: Or you could do it like: #include <iostream> #include <string> #inclu... (by Lynx876)
Pointers
 
I'm having trouble understanding what pointers are. I looked on another site, and it made me think t...
[4 replies] Last: A pointer is a variable in itself. It's value is an address in memory,... (by closed account zb0S216C)
question about getchar()
 
hi maybe someone can help me i want to use while loop until EOF to get characters but in the same...
[5 replies] Last: Ahh sorry, that was c++. Being a c++ forum and all... lol (by Lynx876)
Can't figure what's causing this error.
 
Some background information: I'm using SFML 1.6 in Code::Blocks 10.05 I'm trying to create a fun...
[2 replies] Last: Ok, that fixed it. Thanks. (by Croolsby)
by cosmo
Calling a class function within a struct causes access violation
 
Hi I'm trying to call a class function within a struct, which causes a 0xC0000005 Access violatio...
[2 replies] Last: Thanks, I found the problem. I was calling setup_arm before I had set ... (by cosmo)
Array not correctly deleted?
 
I use the following methods in a for-loop: bool **** __fastcall createMArray(int x, int y, int z...
[18 replies] Last: I'm wholly open to suggestions that are also constant in time to acces... (by ForeignCurs)
declaration for array of objects
 
hi i already declared array of object Author arrA ={A1,A2,A3}; and i initialized it with 3 obj...
[2 replies] Last: Thank u very much Peter87 it solved my problem. i think i must read mo... (by Palestina)
Int function returns null without waiting for user input for scanf
 
I am trying to write a simple function that prompts the user for a character, then echoes back, "The...
[2 replies] Last: Ah Thanks that let me fix it by adding another getchar() to account fo... (by nicklapp)
Practical console applications
 
Ok so I was wondering, can I write anything actually useful that runs in the console? Like, can I wr...
[3 replies] Last: Ok so I was wondering, can I write anything actually useful that runs... (by Moschops)
by CSStd
Standard library classes' implementation?
 
Hey all, I'm totally beginner to programming, sorry for the basic questions and bad English and Than...
[2 replies] Last: The answer to all of that depends on who supplied your compiler and w... (by CSStd)
Class function call fail
 
Hi guys. I'm trying to class a function from a class. But, there's an error and i can't find it. Can...
[3 replies] Last: Thank you for you explanation. (by radit91)
HELP: can't perform divide math function
 
Hi all, I'm new to c++ and I'm trying to write a simple divide function,for example 1 divided by ...
[3 replies] Last: Thank you guys..i will work on it.. :) (by jayden118)
January 2012 Pages: 1... 3940414243... 48
  Archived months: [dec2011] [feb2012]

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