Forum Discussion Search with BoardTracker.com
Forum Discussion Search with BoardTracker.com
  
  

Advanced  |  Help
    Home Search Alerts Browse My Threads Setup About Login Signup    


» All > Computers & Internet > . > Development > OS [16 Forums][Track this Category]
   Browse sub-categories   
» Linux [5]» Mac [3]» Windows [8]

   Latest threads in category   
Mac Forums SVN Application  
10:24 14-Sep-08   [Replies: 1, Views: 202]    By: Unnamed
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 thread
cProgramming Key input  
08:22 14-Sep-08   [Replies: 6, Views: 158]    By: Unnamed
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 thread
cProgramming asm for Linux  
20:22 13-Sep-08   [Replies: 9, Views: 218]    By: Unnamed
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 thread
cProgramming problem with.. i don't know what.. :)  
17:02 13-Sep-08   [Replies: 3, Views: 181]    By: Unnamed
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 thread
cProgramming Create a bitmat from just an hDC?  
15:43 13-Sep-08   [Replies: 9, Views: 269]    By: Unnamed
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 thread
cProgramming Syscall documenation in Xubuntu 8.04  
22:03 12-Sep-08   [Replies: 4, Views: 109]    By: Unnamed
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 thread
Mac Forums Instance variable is pointer to C struct, crashing  
16:55 12-Sep-08   [Replies: 11, Views: 167]    By: MarcVanH
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 thread
cProgramming is it possible to pass arguments to the clone fn function?  
15:01 12-Sep-08   [Replies: 4, Views: 136]    By: Unnamed
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 thread
Mac Forums Is There A Difference...  
14:57 12-Sep-08   [Replies: 20, Views: 297]    By: Darkroom
... between C++ and Objective-C? if so, what are their differences? ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
cProgramming seeking for exercises  
14:05 12-Sep-08   [Replies: 7, Views: 320]    By: Unnamed
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 thread
Mac Forums Does a denibber exist?  
12:04 12-Sep-08   [Replies: 4, Views: 181]    By: mysterytramp
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 thread
Mac Forums Sort numeric array  
10:10 12-Sep-08   [Replies: 6, Views: 184]    By: JonnyThunder
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 thread
Mac Forums What happens when you invoke main() in another function?  
00:59 12-Sep-08   [Replies: 13, Views: 576]    By: Muster Mark
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 thread
Mac Forums Bindings and key paths  
23:13 11-Sep-08   [Replies: 2, Views: 287]    By: AussieSusan
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 thread
Mac Forums Icon problems  
20:54 11-Sep-08   [Replies: 0, Views: 91]    By: Till Roenneberg
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 thread
cProgramming popen with a fossil (split from bumped thread)  
19:31 11-Sep-08   [Replies: 3, Views: 91]    By: Unnamed
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 thread
Mac Forums NSString, stringByStandardizingPath method  
19:03 11-Sep-08   [Replies: 9, Views: 469]    By: idelovski
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 thread
Mac Forums Go to (line number) of script? Applescript  
18:46 11-Sep-08   [Replies: 2, Views: 139]    By: nekslayer
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 thread
Mac Forums getVariableType?  
18:45 11-Sep-08   [Replies: 1, Views: 83]    By: liptonlover
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 thread
Mac Forums Applescript not interpreting \" properly!  
18:29 11-Sep-08   [Replies: 3, Views: 83]    By: tibi08
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 thread
Mac Forums Safari Browser Problem.  
16:34 11-Sep-08   [Replies: 1, Views: 75]    By: fatimafp6
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 thread
Mac Forums archiveRootObject takes VERY long  
10:51 11-Sep-08   [Replies: 6, Views: 223]    By: Till Roenneberg
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 thread
Mac Forums Writing a Class Method  
09:48 11-Sep-08   [Replies: 9, Views: 353]    By: nutthick
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 thread
cProgramming POSIX threads  
19:27 10-Sep-08   [Replies: 2, Views: 134]    By: Unnamed
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 thread
cProgramming handling man (groff) pages in C  
18:38 10-Sep-08   [Replies: 3, Views: 135]    By: Unnamed
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 thread

<<First  <Previous  3  4  5  6  7  [8]  9  10  11  12  13  Next>      
   




Research | Board owners portal | BoardTracker Forums | Search plugin | Add your board | About us | Contact us

© Pidgin Technologies Ltd. 2006