Hi,
I was wondering if anyone knows a good SVN application for mac, specifically to merge different branches of code together.
The built in functionality of XCode, and the versions...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hello
I need for my little game key input. Unfortunately I dont need only arrows but even letters. Is there any way how to do so using only WinAPI or do I need to use DirectX?
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Which is the best asm language for Linux? I kind've narrowed it down to as, gas or NASM.
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hello there!
I tried to make this exercise:
Code:
/*
* The father process receives from the command line the name of a file and a (non empty) list of directories where
* it has to sear...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I know it should be possible, I need to be able to create a bitmap from just an hDC. How would I go about doing this? The bitmap will be stored in memory and not saved anywhere. Basically I want m...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hello!
I recently installed Xubuntu 8.04, among other thing for programming c, but now I have discovered that the manual for C (section 2) seems to be missing. "man -s2 intro" works,...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hello all,
I have been playing with an issue for hours now and can't figure it out. Basically, I am writing a class, and trying to initialize an instance variable that has a user-defin...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
hello!
I've a problem with the clone.. Its definition is as follows:
Code:
int clone(int (*fn)(void *), void *child_stack, int flags, void *arg, .* pid_t *pid, struct user_desc *tls...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
... between C++ and Objective-C? if so, what are their differences?
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hello there!
While there is a lot of material for ANSI C, including exercises, it's quite difficult to find exercises where one can practice with linux system calls... Do you know any collection...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I just spent about an hour trying to recreate a MacTech example of a Core Data application, and when it compiled I got maybe a million errors in Xcode. I'm sure I made the mistake ... BUT ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hello,
Can anyone tell me how to sort an array. I have an array of number objects as per the code below and I'd like to sort them into numerical ascending order.
Code:
#impor...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
This question came up in another thread without a concrete answer.
Here is an example of what I'm talking about:
Code:
#include <stdio.h>
int test (int subject);
int mai...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I have a 'usual' arrangement of a NSTableView that is bound to an NSArrayController which in turn is bound to a KVC compliant controller class which all works nicely.
I have another fo...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I have written many programs on OS9 but I am new to OSX , to objC and to XCode. I have converted a large program from OS 9 to OSX (meaning, I have rewritten it completely) and most of it ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hey everyone!
I can't get the following code compile under borland compiler:
Warning clock.c 11: Nonportable pointer conversion in function main
Turbo Link Version 5.0 Copyright (c) 1...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
This is my first post here, just started with Cocoa few days ago. There are
few ObjectiveC concepts that confuse me now and I think similar code is
going to confuse me even more in th...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
ok so i know that this is a long script but i only need help with a way to reset the execution point a certain line of the script. i have commented where i need to do this, about 3/4 of th...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
1. Will (id *)aValue accept any type of data, including C variables?
2. I need to find out what kind of variable/data that id is... how do I do that?
Nate
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I'm having a real problem with an Applescript.
I am using the "Do Shell Script" command to run curl. I want to pass the string "curl "url"" to the comman...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hello Folks,
I am writing an application for Mobile devices and got stuck with a Safari browser problem, the inline javascript coded in the body of the page is not executing ONLY on th...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
In my Cocoa application (not document based), I write a key-coded array to the disc and the method works perfectly. The only drawback is that it takes ages (OS 10.4.1). Granted, the file...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I'm trying to write a class method with the following header.
Code:
@interface Point3D : NSObject
{
float pointX;
float pointY;
float pointZ;
}
+ (id)initWithPointX:(fl...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
In a plugin I run several threads. However, the program that the plugin accesses is single threaded. I need a way to call functions in the program from the 'main' thread, not the new threads. I ca...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Does anyone know of a C library for processing man pages (they are in groff, i notice)?
Or, looking at this differently, if I go man man > man.txt I still get something that is not really ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine